| Package | Description |
|---|---|
| com.lancedb.lance | |
| com.lancedb.lance.operation |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Transaction.blobsOperation() |
Operation |
Transaction.operation() |
| Modifier and Type | Method and Description |
|---|---|
Transaction.Builder |
Transaction.Builder.operation(Operation operation) |
| Modifier and Type | Class and Description |
|---|---|
class |
Append |
class |
DataReplacement
Replace data in a column in the dataset with new data.
|
class |
Delete |
class |
Merge
Merge operation that combines new fragments with a specific schema.
|
class |
Overwrite
Overwrite the dataset with new fragments.
|
class |
Project
Project to a new schema.
|
class |
ReserveFragments
ReserveFragments operation to reserve fragment IDs for future use.
|
class |
Restore
Restore operation to revert a dataset to a previous version.
|
class |
Rewrite
Rewrite operation for reorganizing data without changing content.
|
class |
SchemaOperation
Schema related base operation.
|
class |
Update |
class |
UpdateConfig
Update the dataset configuration.
|
Copyright © 2025. All rights reserved.