| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<IndexQueryContext> |
IndexSpec.contexts |
| Modifier and Type | Method and Description |
|---|---|
IndexQueryContext |
IndexQueryContext.Builder.build() |
IndexQueryContext |
IndexQueryContext.deepCopy() |
IndexQueryContext |
IndexQueryContext.setColumn_hints(List<IndexColumnHint> column_hints) |
IndexQueryContext |
IndexQueryContext.setFilter(byte[] filter) |
IndexQueryContext |
IndexQueryContext.setIndex_id(int index_id) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexQueryContext> |
IndexSpec.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
IndexSpec |
IndexSpec.setContexts(List<IndexQueryContext> contexts) |
IndexSpec.Builder |
IndexSpec.Builder.setContexts(List<IndexQueryContext> contexts) |
| Constructor and Description |
|---|
IndexQueryContext(IndexQueryContext other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
IndexSpec(List<IndexQueryContext> contexts) |
IndexSpec(List<IndexQueryContext> contexts,
SchemaID schema_id) |
Copyright © 2022. All rights reserved.