| Package | Description |
|---|---|
| com.lancedb.lance.file |
| 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)
Open a LanceFileWriter to write to a given file URI
|
static LanceFileWriter |
LanceFileWriter.open(String path,
org.apache.arrow.memory.BufferAllocator allocator,
org.apache.arrow.vector.dictionary.DictionaryProvider dictionaryProvider,
Map<String,String> storageOptions)
Open a LanceFileWriter to write to a given file URI
|
Copyright © 2025. All rights reserved.