| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
ScanType |
IndexColumnHint.scan_type |
| Modifier and Type | Method and Description |
|---|---|
static ScanType |
ScanType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ScanType |
IndexColumnHint.getScan_type() |
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanType[] |
ScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexColumnHint |
IndexColumnHint.setScan_type(ScanType scan_type) |
IndexColumnHint.Builder |
IndexColumnHint.Builder.setScan_type(ScanType scan_type) |
| Constructor and Description |
|---|
IndexColumnHint(byte[] column_name,
ScanType scan_type,
Value begin_value,
Value end_value,
boolean include_begin,
boolean include_end) |
Copyright © 2022. All rights reserved.