Package org.apache.iceberg.types
Class Types
- java.lang.Object
-
- org.apache.iceberg.types.Types
-
public class Types extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.IntegerType
static class
Types.ListType
static class
Types.LongType
static class
Types.MapType
static class
Types.NestedField
static class
Types.StringType
static class
Types.StructType
static class
Types.TimestampType
static class
Types.TimeType
static class
Types.UUIDType
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Type.PrimitiveType
fromPrimitiveString(java.lang.String typeString)
-
-
-
Method Detail
-
fromPrimitiveString
public static Type.PrimitiveType fromPrimitiveString(java.lang.String typeString)
-
-