| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<ColumnDef> |
Schema.columns |
List<ColumnDef> |
IndexItem.fields |
| Modifier and Type | Method and Description |
|---|---|
ColumnDef |
ColumnDef.Builder.build() |
ColumnDef |
ColumnDef.deepCopy() |
ColumnDef |
ColumnDef.setComment(byte[] comment) |
ColumnDef |
ColumnDef.setDefault_value(byte[] default_value) |
ColumnDef |
ColumnDef.setName(byte[] name) |
ColumnDef |
ColumnDef.setNullable(boolean nullable) |
ColumnDef |
ColumnDef.setType(ColumnTypeDef type) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDef> |
Schema.getColumns() |
List<ColumnDef> |
IndexItem.getFields() |
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnDef.compareTo(ColumnDef other) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.setColumns(List<ColumnDef> columns) |
Schema.Builder |
Schema.Builder.setColumns(List<ColumnDef> columns) |
IndexItem |
IndexItem.setFields(List<ColumnDef> fields) |
IndexItem.Builder |
IndexItem.Builder.setFields(List<ColumnDef> fields) |
| Constructor and Description |
|---|
ColumnDef(ColumnDef other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
IndexItem(int index_id,
byte[] index_name,
SchemaID schema_id,
byte[] schema_name,
List<ColumnDef> fields) |
IndexItem(int index_id,
byte[] index_name,
SchemaID schema_id,
byte[] schema_name,
List<ColumnDef> fields,
byte[] comment,
IndexParams index_params) |
Schema(List<ColumnDef> columns,
SchemaProp schema_prop) |
Copyright © 2022. All rights reserved.