| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
ArrowWriterProperties |
ParquetFileWriteOptions.arrow_writer_properties()
\brief Parquet Arrow writer properties.
|
ArrowWriterProperties |
ParquetFileWriteOptions.arrow_writer_properties()
\brief Parquet Arrow writer properties.
|
| Modifier and Type | Method and Description |
|---|---|
ParquetFileWriteOptions |
ParquetFileWriteOptions.arrow_writer_properties(ArrowWriterProperties setter) |
ParquetFileWriteOptions |
ParquetFileWriteOptions.arrow_writer_properties(ArrowWriterProperties setter) |
| Modifier and Type | Method and Description |
|---|---|
static ArrowWriterProperties |
parquet.default_arrow_writer_properties() |
static ArrowWriterProperties |
parquet.default_arrow_writer_properties() |
| Modifier and Type | Method and Description |
|---|---|
static Status |
parquet.WriteTable(Table table,
MemoryPool pool,
OutputStream sink,
long chunk_size,
WriterProperties properties,
ArrowWriterProperties arrow_properties)
\brief Write a Table to Parquet.
|
static Status |
parquet.WriteTable(Table table,
MemoryPool pool,
OutputStream sink,
long chunk_size,
WriterProperties properties,
ArrowWriterProperties arrow_properties)
\brief Write a Table to Parquet.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowWriterProperties |
ArrowWriterProperties.Builder.build() |
ArrowWriterProperties |
ArrowWriterProperties.Builder.build() |
ArrowWriterProperties |
ArrowWriteContext.properties() |
ArrowWriterProperties |
ArrowWriteContext.properties() |
| Modifier and Type | Method and Description |
|---|---|
static Status |
FileWriter.Make(MemoryPool pool,
ParquetFileWriter writer,
Schema schema,
ArrowWriterProperties arrow_properties,
FileWriter out) |
static Status |
FileWriter.Make(MemoryPool pool,
ParquetFileWriter writer,
Schema schema,
ArrowWriterProperties arrow_properties,
FileWriter out) |
static Status |
FileWriter.Open(Schema schema,
MemoryPool pool,
OutputStream sink,
WriterProperties properties,
ArrowWriterProperties arrow_properties,
FileWriter writer) |
static Status |
FileWriter.Open(Schema schema,
MemoryPool pool,
OutputStream sink,
WriterProperties properties,
ArrowWriterProperties arrow_properties,
FileWriter writer) |
ArrowWriteContext |
ArrowWriteContext.properties(ArrowWriterProperties setter) |
ArrowWriteContext |
ArrowWriteContext.properties(ArrowWriterProperties setter) |
| Constructor and Description |
|---|
ArrowWriteContext(MemoryPool memory_pool,
ArrowWriterProperties properties) |
ArrowWriteContext(MemoryPool memory_pool,
ArrowWriterProperties properties) |
Copyright © 2022. All rights reserved.