| Package | Description |
|---|---|
| com.lancedb.lance | |
| com.lancedb.lance.file |
| Modifier and Type | Method and Description |
|---|---|
static WriteParams.LanceFileVersion |
WriteParams.LanceFileVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteParams.LanceFileVersion[] |
WriteParams.LanceFileVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WriteParams.Builder |
WriteParams.Builder.withDataStorageVersion(WriteParams.LanceFileVersion dataStorageVersion) |
| Modifier and Type | Method and Description |
|---|---|
static LanceFileWriter |
LanceFileWriter.open(String path,
org.apache.arrow.memory.BufferAllocator allocator,
org.apache.arrow.vector.dictionary.DictionaryProvider dictionaryProvider,
Optional<WriteParams.LanceFileVersion> dataStorageVersion,
Map<String,String> storageOptions)
Open a LanceFileWriter to write to a given file URI
|
Copyright © 2025. All rights reserved.