| Package | Description |
|---|---|
| org.apache.hudi.expression | |
| org.apache.hudi.internal.schema | |
| org.apache.hudi.internal.schema.visitor |
| Modifier and Type | Method and Description |
|---|---|
static <T> Comparator<T> |
Comparators.forType(Type.PrimitiveType type) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Types.BinaryType
Binary primitive type.
|
static class |
Types.BooleanType
Boolean primitive type.
|
static class |
Types.DateType
Date primitive type.
|
static class |
Types.DecimalType
Decimal primitive type.
|
static class |
Types.DoubleType
Double primitive type.
|
static class |
Types.FixedType
Fixed primitive type.
|
static class |
Types.FloatType
Float primitive type.
|
static class |
Types.IntType
Integer primitive type.
|
static class |
Types.LongType
Long primitive type.
|
static class |
Types.StringType
String primitive type.
|
static class |
Types.TimestampType
Time primitive type.
|
static class |
Types.TimeType
Time primitive type.
|
static class |
Types.UUIDType
UUID primitive type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Types.DecimalType.isTighterThan(Type.PrimitiveType other)
Returns whether this DecimalType is tighter than `other`.
|
boolean |
Types.DecimalType.isWiderThan(Type.PrimitiveType other)
Returns whether this DecimalType is wider than `other`.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
NameToIDVisitor.primitive(Type.PrimitiveType primitive) |
T |
InternalSchemaVisitor.primitive(Type.PrimitiveType primitive) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.