| Package | Description |
|---|---|
| org.apache.parquet.schema |
| Modifier and Type | Method and Description |
|---|---|
LogicalTypeAnnotation.TimeUnit |
LogicalTypeAnnotation.TimeLogicalTypeAnnotation.getUnit() |
LogicalTypeAnnotation.TimeUnit |
LogicalTypeAnnotation.TimestampLogicalTypeAnnotation.getUnit() |
static LogicalTypeAnnotation.TimeUnit |
LogicalTypeAnnotation.TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalTypeAnnotation.TimeUnit[] |
LogicalTypeAnnotation.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LogicalTypeAnnotation.TimestampLogicalTypeAnnotation |
LogicalTypeAnnotation.timestampType(boolean isAdjustedToUTC,
LogicalTypeAnnotation.TimeUnit unit) |
static LogicalTypeAnnotation.TimeLogicalTypeAnnotation |
LogicalTypeAnnotation.timeType(boolean isAdjustedToUTC,
LogicalTypeAnnotation.TimeUnit unit) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.