Package org.apache.iceberg.types
Class Types
- java.lang.Object
- 
- org.apache.iceberg.types.Types
 
- 
 public class Types extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTypes.BinaryTypestatic classTypes.BooleanTypestatic classTypes.DateTypestatic classTypes.DecimalTypestatic classTypes.DoubleTypestatic classTypes.FixedTypestatic classTypes.FloatTypestatic classTypes.IntegerTypestatic classTypes.ListTypestatic classTypes.LongTypestatic classTypes.MapTypestatic classTypes.NestedFieldstatic classTypes.StringTypestatic classTypes.StructTypestatic classTypes.TimestampTypestatic classTypes.TimeTypestatic classTypes.UUIDType
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Type.PrimitiveTypefromPrimitiveString(java.lang.String typeString)
 
- 
- 
- 
Method Detail- 
fromPrimitiveStringpublic static Type.PrimitiveType fromPrimitiveString(java.lang.String typeString) 
 
- 
 
-