Package org.apache.iceberg.types
Class Types.VariantType
java.lang.Object
org.apache.iceberg.types.Types.VariantType
- All Implemented Interfaces:
Serializable
,Type
- Enclosing class:
- Types
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static Types.VariantType
get()
int
hashCode()
boolean
toString()
typeId()
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
-
Constructor Details
-
VariantType
public VariantType()
-
-
Method Details
-
get
-
typeId
-
toString
-
isVariantType
public boolean isVariantType()- Specified by:
isVariantType
in interfaceType
-
asVariantType
- Specified by:
asVariantType
in interfaceType
-
equals
-
hashCode
public int hashCode()
-