Uses of Class
com.yandex.ydb.table.values.VariantType
-
Packages that use VariantType Package Description com.yandex.ydb.table.values -
-
Uses of VariantType in com.yandex.ydb.table.values
Methods in com.yandex.ydb.table.values that return VariantType Modifier and Type Method Description VariantTypeVariantValue. getType()static VariantTypeVariantType. of(List<Type> itemTypes)static VariantTypeVariantType. ofCopy(Type... itemTypes)static VariantTypeVariantType. ofOwn(Type... itemTypes)will not clone given array
-