| Package | Description |
|---|---|
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
LogicalType.TimeUnit.unit |
LogicalType.TimeUnit.unit.intern() |
LogicalType.TimeUnit.unit |
TimestampLogicalType.time_unit() |
LogicalType.TimeUnit.unit |
TimeLogicalType.time_unit() |
static LogicalType.TimeUnit.unit |
LogicalType.TimeUnit.unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalType.TimeUnit.unit[] |
LogicalType.TimeUnit.unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LogicalType |
TimestampLogicalType.Make(boolean is_adjusted_to_utc,
LogicalType.TimeUnit.unit time_unit) |
static LogicalType |
TimeLogicalType.Make(boolean is_adjusted_to_utc,
LogicalType.TimeUnit.unit time_unit) |
static LogicalType |
TimestampLogicalType.Make(boolean is_adjusted_to_utc,
LogicalType.TimeUnit.unit time_unit,
boolean is_from_converted_type,
boolean force_set_converted_type) |
static LogicalType |
LogicalType.Time(boolean is_adjusted_to_utc,
LogicalType.TimeUnit.unit time_unit) |
static LogicalType |
LogicalType.Timestamp(boolean is_adjusted_to_utc,
LogicalType.TimeUnit.unit time_unit) |
static LogicalType |
LogicalType.Timestamp(boolean is_adjusted_to_utc,
LogicalType.TimeUnit.unit time_unit,
boolean is_from_converted_type,
boolean force_set_converted_type)
\brief Create a Timestamp logical type
|
Copyright © 2021. All rights reserved.