public interface Type extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Type.NestedType
The type of a schema for nested fields.
|
static class |
Type.PrimitiveType
The type of a schema for primitive fields.
|
static class |
Type.TypeID
Enums for type names.
|
| Modifier and Type | Field and Description |
|---|---|
static OffsetDateTime |
EPOCH |
static LocalDate |
EPOCH_DAY |
| Modifier and Type | Method and Description |
|---|---|
static Object |
fromPartitionString(String partitionValue,
Type type) |
static Type.TypeID |
fromValue(String value) |
default boolean |
isNestedType() |
Type.TypeID |
typeId() |
static final OffsetDateTime EPOCH
static final LocalDate EPOCH_DAY
static Type.TypeID fromValue(String value)
Type.TypeID typeId()
default boolean isNestedType()
Copyright © 2024 The Apache Software Foundation. All rights reserved.