| Package | Description |
|---|---|
| com.lancedb.lance.operation |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConfig.Builder |
UpdateConfig.builder() |
UpdateConfig.Builder |
UpdateConfig.Builder.configUpdates(UpdateMap configUpdates) |
UpdateConfig.Builder |
UpdateConfig.Builder.deleteKeys(List<String> deleteKeys)
Deprecated.
Use
configUpdates(UpdateMap) instead. This method converts the old API
to the new UpdateMap structure. |
UpdateConfig.Builder |
UpdateConfig.Builder.fieldMetadata(Map<Integer,Map<String,String>> fieldMetadata)
Deprecated.
Use
fieldMetadataUpdates(Map) instead. This method converts the old API
to the new UpdateMap structure. |
UpdateConfig.Builder |
UpdateConfig.Builder.fieldMetadataUpdates(Map<Integer,UpdateMap> fieldMetadataUpdates) |
UpdateConfig.Builder |
UpdateConfig.Builder.schemaMetadata(Map<String,String> schemaMetadata)
Deprecated.
Use
schemaMetadataUpdates(UpdateMap) instead. This method converts the
old API to the new UpdateMap structure. |
UpdateConfig.Builder |
UpdateConfig.Builder.schemaMetadataUpdates(UpdateMap schemaMetadataUpdates) |
UpdateConfig.Builder |
UpdateConfig.Builder.tableMetadataUpdates(UpdateMap tableMetadataUpdates) |
UpdateConfig.Builder |
UpdateConfig.Builder.upsertValues(Map<String,String> upsertValues)
Deprecated.
Use
configUpdates(UpdateMap) instead. This method converts the old API
to the new UpdateMap structure. |
Copyright © 2025. All rights reserved.