| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordBatchFileWriter
\brief Creates the Arrow record batch file format
Implements the random access file format, which structurally is a record
batch stream followed by a metadata footer at the end of the file.
|
class |
RecordBatchStreamWriter
\class RecordBatchStreamWriter
\brief Synchronous batch stream writer that writes the Arrow streaming
format
|
| Modifier and Type | Method and Description |
|---|---|
RecordBatchWriter |
RecordBatchWriterUniqueResult.multiply() |
RecordBatchWriter |
RecordBatchWriterSharedResult.multiply() |
RecordBatchWriter |
RecordBatchWriterUniqueResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
RecordBatchWriter |
RecordBatchWriterSharedResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| Modifier and Type | Method and Description |
|---|---|
static Status |
RecordBatchStreamWriter.Open(OutputStream sink,
Schema schema,
RecordBatchWriter out)
Create a new writer from stream sink and schema.
|
static Status |
RecordBatchFileWriter.Open(OutputStream sink,
Schema schema,
RecordBatchWriter out)
Create a new writer from stream sink and schema
|
| Constructor and Description |
|---|
RecordBatchWriterSharedResult(RecordBatchWriter value)
Constructs a Result object that contains
value. |
RecordBatchWriterUniqueResult(RecordBatchWriter value)
Constructs a Result object that contains
value. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlightStreamWriter
\brief A RecordBatchWriter that also allows sending
application-defined metadata via the Flight protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.OpenRecordBatchWriter(IpcPayloadWriter sink,
Schema schema,
RecordBatchWriter out)
Create a new RecordBatchWriter from IpcPayloadWriter and schema.
|
Copyright © 2020. All rights reserved.