Uses of Class
com.yandex.ydb.table.values.Type.Kind
-
Packages that use Type.Kind Package Description com.yandex.ydb.table.values -
-
Uses of Type.Kind in com.yandex.ydb.table.values
Methods in com.yandex.ydb.table.values that return Type.Kind Modifier and Type Method Description Type.KindDecimalType. getKind()Type.KindDictType. getKind()Type.KindListType. getKind()Type.KindOptionalType. getKind()Type.KindPrimitiveType. getKind()Type.KindStructType. getKind()Type.KindTupleType. getKind()Type.KindType. getKind()Type.KindVariantType. getKind()Type.KindVoidType. getKind()static Type.KindType.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Type.Kind[]Type.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-