| Package | Description |
|---|---|
| com.lancedb.lance | |
| com.lancedb.lance.index |
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.createIndex(List<String> columns,
IndexType indexType,
Optional<String> name,
IndexParams params,
boolean replace)
Creates a new index on the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.