Package io.delta.kernel.types
Class VariantType
Object
io.delta.kernel.types.DataType
io.delta.kernel.types.BasePrimitiveType
io.delta.kernel.types.VariantType
A logical variant type.
The RFC for the variant data type can be found at https://github.com/delta-io/delta/blob/master/protocol_rfcs/variant-type.md.
- Since:
- 3.3.0
-
Field Summary
Fields -
Method Summary
Methods inherited from class io.delta.kernel.types.BasePrimitiveType
createPrimitive, equals, getAllPrimitiveTypes, hashCode, isPrimitiveType, toString
Methods inherited from class io.delta.kernel.types.DataType
equivalent
-
Field Details
-
VARIANT
-