| Package | Description |
|---|---|
| org.apache.parquet.schema |
| Modifier and Type | Field and Description |
|---|---|
protected LogicalTypeAnnotation |
Types.Builder.logicalTypeAnnotation |
| Modifier and Type | Method and Description |
|---|---|
static LogicalTypeAnnotation |
LogicalTypeAnnotation.fromOriginalType(OriginalType originalType,
DecimalMetadata decimalMetadata)
Helper method to convert the old representation of logical types (OriginalType) to new logical type.
|
static LogicalTypeAnnotation |
LogicalTypeAnnotation.IntervalLogicalTypeAnnotation.getInstance() |
LogicalTypeAnnotation |
Type.getLogicalTypeAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
THIS |
Types.Builder.as(LogicalTypeAnnotation type)
Adds a type annotation (
LogicalTypeAnnotation) to the type being built. |
PrimitiveType |
PrimitiveType.withLogicalTypeAnnotation(LogicalTypeAnnotation logicalType) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.