Uses of Class
org.apache.flink.types.variant.Variant.Type
-
Packages that use Variant.Type Package Description org.apache.flink.types.variant -
-
Uses of Variant.Type in org.apache.flink.types.variant
Methods in org.apache.flink.types.variant that return Variant.Type Modifier and Type Method Description Variant.TypeBinaryVariant. getType()static Variant.TypeBinaryVariantUtil. getType(byte[] value, int pos)Variant.TypeVariant. getType()Get the type of variant.static Variant.TypeVariant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Variant.Type[]Variant.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-