Package com.yandex.ydb.table.values
Interface Type
-
- All Known Implementing Classes:
DecimalType,DictType,ListType,OptionalType,PrimitiveType,StructType,TupleType,VariantType,VoidType
public interface Type- Author:
- Sergey Polovko
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classType.KindKIND
-
Field Summary
Fields Modifier and Type Field Description static Type[]EMPTY_ARRAY
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanequals(Object o)Type.KindgetKind()inthashCode()default OptionalTypemakeOptional()com.yandex.ydb.ValueProtos.TypetoPb()StringtoString()default TypeunwrapOptional()
-
-
-
Field Detail
-
EMPTY_ARRAY
static final Type[] EMPTY_ARRAY
-
-
Method Detail
-
getKind
Type.Kind getKind()
-
toPb
com.yandex.ydb.ValueProtos.Type toPb()
-
makeOptional
default OptionalType makeOptional()
-
unwrapOptional
default Type unwrapOptional()
-
-