| Package | Description |
|---|---|
| tech.ydb.table.values |
| Modifier and Type | Method and Description |
|---|---|
Type.Kind |
Type.getKind() |
Type.Kind |
PrimitiveType.getKind() |
Type.Kind |
ListType.getKind() |
Type.Kind |
VariantType.getKind() |
Type.Kind |
StructType.getKind() |
Type.Kind |
TupleType.getKind() |
Type.Kind |
DictType.getKind() |
Type.Kind |
DecimalType.getKind() |
Type.Kind |
VoidType.getKind() |
Type.Kind |
OptionalType.getKind() |
static Type.Kind |
Type.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.
|
Copyright © 2023. All rights reserved.