| Package | Description |
|---|---|
| com.aliyun.odps.table.configuration |
| Modifier and Type | Field and Description |
|---|---|
static ArrowOptions.TimestampUnit |
ArrowOptions.DEFAULT_DATETIME_UNIT |
static ArrowOptions.TimestampUnit |
ArrowOptions.DEFAULT_TIMESTAMP_UNIT |
| Modifier and Type | Method and Description |
|---|---|
ArrowOptions.TimestampUnit |
ArrowOptions.getDateTimeUnit() |
ArrowOptions.TimestampUnit |
ArrowOptions.getTimestampUnit() |
static ArrowOptions.TimestampUnit |
ArrowOptions.TimestampUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowOptions.TimestampUnit[] |
ArrowOptions.TimestampUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowOptions.Builder |
ArrowOptions.Builder.withDatetimeUnit(ArrowOptions.TimestampUnit unit) |
ArrowOptions.Builder |
ArrowOptions.Builder.withTimestampUnit(ArrowOptions.TimestampUnit unit) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.