| Package | Description |
|---|---|
| org.apache.hudi.internal.schema | |
| org.apache.hudi.internal.schema.visitor |
| Modifier and Type | Class and Description |
|---|---|
static class |
Types.BinaryType |
static class |
Types.BooleanType |
static class |
Types.DateType |
static class |
Types.DecimalType |
static class |
Types.DoubleType |
static class |
Types.FixedType |
static class |
Types.FloatType |
static class |
Types.IntType |
static class |
Types.LongType |
static class |
Types.StringType |
static class |
Types.TimestampType |
static class |
Types.TimeType |
static class |
Types.UUIDType |
| 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 © 2022 The Apache Software Foundation. All rights reserved.