| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
GeoShape |
ColumnTypeDef.geo_shape |
| Modifier and Type | Method and Description |
|---|---|
static GeoShape |
GeoShape.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
GeoShape |
ColumnTypeDef.getGeo_shape() |
static GeoShape |
GeoShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoShape[] |
GeoShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnTypeDef |
ColumnTypeDef.setGeo_shape(GeoShape geo_shape) |
ColumnTypeDef.Builder |
ColumnTypeDef.Builder.setGeo_shape(GeoShape geo_shape) |
| Constructor and Description |
|---|
ColumnTypeDef(PropertyType type,
short type_length,
GeoShape geo_shape) |
Copyright © 2022. All rights reserved.