| Package | Description |
|---|---|
| org.apache.parquet.schema |
| Modifier and Type | Method and Description |
|---|---|
OriginalType |
Type.getOriginalType() |
protected OriginalType |
Types.Builder.getOriginalType() |
abstract OriginalType |
LogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.StringLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.MapLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.ListLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.EnumLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.DecimalLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.DateLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.TimeLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.TimestampLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.IntLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.JsonLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.BsonLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.UUIDLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.Float16LogicalTypeAnnotation.toOriginalType() |
OriginalType |
LogicalTypeAnnotation.IntervalLogicalTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
OriginalType |
LogicalTypeAnnotation.MapKeyValueTypeAnnotation.toOriginalType()
Deprecated.
Please use the LogicalTypeAnnotation itself
|
static OriginalType |
OriginalType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OriginalType[] |
OriginalType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
THIS |
Types.Builder.as(OriginalType type)
Deprecated.
use
Types.Builder.as(LogicalTypeAnnotation) with the corresponding logical type instead |
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 |
|---|
GroupType(Type.Repetition repetition,
String name,
OriginalType originalType,
List<Type> fields)
Deprecated.
|
GroupType(Type.Repetition repetition,
String name,
OriginalType originalType,
Type... fields)
Deprecated.
|
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
int length,
String name,
OriginalType originalType)
Deprecated.
|
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 |
PrimitiveType(Type.Repetition repetition,
PrimitiveType.PrimitiveTypeName primitive,
String name,
OriginalType originalType)
Deprecated.
will be removed in 2.0.0; use builders in
Types instead |
Type(String name,
Type.Repetition repetition,
OriginalType originalType)
Deprecated.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.