| Package | Description |
|---|---|
| com.lancedb.lance |
| Modifier and Type | Method and Description |
|---|---|
WriteParams |
WriteParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
Dataset.create(org.apache.arrow.memory.BufferAllocator allocator,
org.apache.arrow.c.ArrowArrayStream stream,
String path,
WriteParams params)
Create a dataset with given stream.
|
static Dataset |
Dataset.create(org.apache.arrow.memory.BufferAllocator allocator,
String path,
org.apache.arrow.vector.types.pojo.Schema schema,
WriteParams params)
Creates an empty dataset.
|
static List<FragmentMetadata> |
Fragment.create(String datasetUri,
org.apache.arrow.c.ArrowArrayStream stream,
WriteParams params)
Create a fragment from the given arrow stream.
|
static List<FragmentMetadata> |
Fragment.create(String datasetUri,
org.apache.arrow.memory.BufferAllocator allocator,
org.apache.arrow.vector.VectorSchemaRoot root,
WriteParams params)
Create a fragment from the given data.
|
Copyright © 2025. All rights reserved.