| Package | Description |
|---|---|
| org.apache.parquet.schema |
| Modifier and Type | Method and Description |
|---|---|
protected DecimalMetadata |
Types.BasePrimitiveBuilder.decimalMetadata() |
DecimalMetadata |
PrimitiveType.getDecimalMetadata()
Deprecated.
|
| 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.
|
| Constructor and Description |
|---|
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name,
OriginalType originalType,
DecimalMetadata decimalMeta,
Type.ID id)
Deprecated.
will be removed in 2.0.0; use builders in
Types instead |
Copyright © 2023 The Apache Software Foundation. All rights reserved.