| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchWriterSharedResult |
RecordBatchWriterSharedResult.getPointer(long i) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchWriterSharedResult |
arrow.NewFileWriter(OutputStream sink,
Schema schema) |
static RecordBatchWriterSharedResult |
arrow.NewFileWriter(OutputStream sink,
Schema schema,
IpcWriteOptions options,
KeyValueMetadata metadata)
Create a new IPC file writer from stream sink and schema
|
static RecordBatchWriterSharedResult |
arrow.NewStreamWriter(OutputStream sink,
Schema schema) |
static RecordBatchWriterSharedResult |
arrow.NewStreamWriter(OutputStream sink,
Schema schema,
IpcWriteOptions options)
Create a new IPC stream writer from stream sink and schema.
|
Copyright © 2020. All rights reserved.