| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchWriterSharedResult |
RecordBatchStreamWriter.Open(OutputStream sink,
Schema schema)
Create a new writer from stream sink and schema.
|
static RecordBatchWriterSharedResult |
RecordBatchFileWriter.Open(OutputStream sink,
Schema schema)
Create a new writer from stream sink and schema
|
static RecordBatchWriterSharedResult |
RecordBatchStreamWriter.Open(OutputStream sink,
Schema schema,
IpcOptions options) |
static RecordBatchWriterSharedResult |
RecordBatchFileWriter.Open(OutputStream sink,
Schema schema,
IpcOptions options) |
RecordBatchWriterSharedResult |
RecordBatchWriterSharedResult.position(long position) |
RecordBatchWriterSharedResult |
RecordBatchWriterSharedResult.put(RecordBatchWriterSharedResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchWriterSharedResult.Equals(RecordBatchWriterSharedResult other)
Compare to another Result.
|
RecordBatchWriterSharedResult |
RecordBatchWriterSharedResult.put(RecordBatchWriterSharedResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchWriterSharedResult(RecordBatchWriterSharedResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.