Package org.apache.iceberg.types
Class Types.VariantType
- java.lang.Object
-
- org.apache.iceberg.types.Types.VariantType
-
- All Implemented Interfaces:
java.io.Serializable,Type
- Enclosing class:
- Types
public static class Types.VariantType extends java.lang.Object implements Type
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
-
-
Constructor Summary
Constructors Constructor Description VariantType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static Types.VariantTypeget()inthashCode()java.lang.StringtoString()Type.TypeIDtypeId()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.iceberg.types.Type
asListType, asMapType, asNestedType, asPrimitiveType, asStructType, isListType, isMapType, isNestedType, isPrimitiveType, isStructType
-
-
-
-
Method Detail
-
get
public static Types.VariantType get()
-
typeId
public Type.TypeID typeId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-