| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchResult |
RecordBatch.AddColumn(int i,
BytePointer field_name,
Array column) |
RecordBatchResult |
RecordBatch.AddColumn(int i,
BytePointer field_name,
Array column) |
RecordBatchResult |
RecordBatch.AddColumn(int i,
Field field,
Array column)
\brief Add column to the record batch, producing a new RecordBatch
|
RecordBatchResult |
RecordBatch.AddColumn(int i,
Field field,
Array column)
\brief Add column to the record batch, producing a new RecordBatch
|
RecordBatchResult |
RecordBatch.AddColumn(int i,
String field_name,
Array column)
\brief Add new nullable column to the record batch, producing a new
RecordBatch.
|
RecordBatchResult |
RecordBatch.AddColumn(int i,
String field_name,
Array column)
\brief Add new nullable column to the record batch, producing a new
RecordBatch.
|
static RecordBatchResult |
RecordBatch.FromStructArray(Array array)
\brief Construct record batch from struct array
This constructs a record batch using the child arrays of the given
array, which must be a struct array.
|
static RecordBatchResult |
RecordBatch.FromStructArray(Array array)
\brief Construct record batch from struct array
This constructs a record batch using the child arrays of the given
array, which must be a struct array.
|
RecordBatchResult |
RecordBatchResult.getPointer(long i) |
RecordBatchResult |
RecordBatchResult.getPointer(long i) |
RecordBatchResult |
RecordBatchFuture.MoveResult()
\brief Returns an rvalue to the result.
|
RecordBatchResult |
RecordBatchFuture.MoveResult()
\brief Returns an rvalue to the result.
|
RecordBatchResult |
RecordBatchIterator.RangeIterator.multiply() |
RecordBatchResult |
RecordBatchIterator.RangeIterator.multiply() |
RecordBatchResult |
RecordBatchIterator.Next()
\brief Return the next element of the sequence, IterationTraits
|
RecordBatchResult |
RecordBatchReader.Next()
\brief Iterator interface
|
RecordBatchResult |
RecordBatchReader.Next()
\brief Iterator interface
|
RecordBatchResult |
RecordBatchIterator.Next()
\brief Return the next element of the sequence, IterationTraits
|
RecordBatchResult |
RecordBatchResult.position(long position) |
RecordBatchResult |
RecordBatchResult.position(long position) |
RecordBatchResult |
RecordBatchResult.put(RecordBatchResult other)
Copy-assignment operator.
|
RecordBatchResult |
RecordBatchResult.put(RecordBatchResult other)
Copy-assignment operator.
|
RecordBatchResult |
RecordBatchFileReader.ReadRecordBatch(int i)
\brief Read a particular record batch from the file.
|
RecordBatchResult |
RecordBatchFileReader.ReadRecordBatch(int i)
\brief Read a particular record batch from the file.
|
RecordBatchResult |
RecordBatch.RemoveColumn(int i)
\brief Remove column from the record batch, producing a new RecordBatch
|
RecordBatchResult |
RecordBatch.RemoveColumn(int i)
\brief Remove column from the record batch, producing a new RecordBatch
|
RecordBatchResult |
RecordBatchFuture.result()
\brief Wait for the Future to complete and return its Result
|
RecordBatchResult |
RecordBatchFuture.result()
\brief Wait for the Future to complete and return its Result
|
RecordBatchResult |
RecordBatch.SelectColumns(int[] indices) |
RecordBatchResult |
RecordBatch.SelectColumns(int[] indices) |
RecordBatchResult |
RecordBatch.SelectColumns(IntBuffer indices) |
RecordBatchResult |
RecordBatch.SelectColumns(IntBuffer indices) |
RecordBatchResult |
RecordBatch.SelectColumns(IntPointer indices)
\brief Return new record batch with specified columns
|
RecordBatchResult |
RecordBatch.SelectColumns(IntPointer indices)
\brief Return new record batch with specified columns
|
RecordBatchResult |
RecordBatch.SetColumn(int i,
Field field,
Array column)
\brief Replace a column in the record batch, producing a new RecordBatch
|
RecordBatchResult |
RecordBatch.SetColumn(int i,
Field field,
Array column)
\brief Replace a column in the record batch, producing a new RecordBatch
|
RecordBatchResult |
ExecBatch.ToRecordBatch(Schema schema) |
RecordBatchResult |
ExecBatch.ToRecordBatch(Schema schema) |
RecordBatchResult |
ExecBatch.ToRecordBatch(Schema schema,
MemoryPool pool) |
RecordBatchResult |
ExecBatch.ToRecordBatch(Schema schema,
MemoryPool pool) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchResult.Equals(RecordBatchResult other)
Compare to another Result.
|
boolean |
RecordBatchResult.Equals(RecordBatchResult other)
Compare to another Result.
|
static RecordBatchFuture |
RecordBatchFuture.MakeFinished(RecordBatchResult res)
\brief Producer API: instantiate a finished Future
|
static RecordBatchFuture |
RecordBatchFuture.MakeFinished(RecordBatchResult res)
\brief Producer API: instantiate a finished Future
|
void |
RecordBatchFuture.MarkFinished(RecordBatchResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
void |
RecordBatchFuture.MarkFinished(RecordBatchResult res)
\brief Producer API: mark Future finished
The Future's result is set to
res. |
RecordBatchResult |
RecordBatchResult.put(RecordBatchResult other)
Copy-assignment operator.
|
RecordBatchResult |
RecordBatchResult.put(RecordBatchResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchFuture(RecordBatchResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RecordBatchFuture(RecordBatchResult res)
\brief Implicit constructor to create a future from a Result, enabling use
of macros like ARROW_ASSIGN_OR_RAISE.
|
RecordBatchResult(RecordBatchResult other)
Copy constructor.
|
RecordBatchResult(RecordBatchResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchResult |
arrow.ParseOne(JsonParseOptions options,
ArrowBuffer json)
A class that reads an entire JSON file into a Arrow Table
The file is expected to consist of individual line-separated JSON objects
|
static RecordBatchResult |
arrow.ParseOne(JsonParseOptions options,
ArrowBuffer json)
A class that reads an entire JSON file into a Arrow Table
The file is expected to consist of individual line-separated JSON objects
|
static RecordBatchResult |
arrow.ReadRecordBatch(ArrowBuffer metadata,
Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options,
RandomAccessFile file)
Read record batch from file given metadata and schema
|
static RecordBatchResult |
arrow.ReadRecordBatch(ArrowBuffer metadata,
Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options,
RandomAccessFile file)
Read record batch from file given metadata and schema
|
static RecordBatchResult |
arrow.ReadRecordBatch(Message message,
Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options)
\brief Read record batch from message
|
static RecordBatchResult |
arrow.ReadRecordBatch(Message message,
Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options)
\brief Read record batch from message
|
static RecordBatchResult |
arrow.ReadRecordBatch(Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options,
InputStream stream)
Read record batch as encapsulated IPC message with metadata size prefix and
header
|
static RecordBatchResult |
arrow.ReadRecordBatch(Schema schema,
DictionaryMemo dictionary_memo,
IpcReadOptions options,
InputStream stream)
Read record batch as encapsulated IPC message with metadata size prefix and
header
|
Copyright © 2022. All rights reserved.