| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchResult |
RecordBatchIterator.RangeIterator.multiply() |
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.put(RecordBatchResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchResult.Equals(RecordBatchResult other)
Compare to another Result.
|
RecordBatchResult |
RecordBatchResult.put(RecordBatchResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchResult(RecordBatchResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RecordBatchResult |
ExpressionEvaluator.Filter(Datum selection,
RecordBatch batch) |
RecordBatchResult |
TreeEvaluator.Filter(Datum selection,
RecordBatch batch,
MemoryPool pool) |
RecordBatchResult |
ExpressionEvaluator.Filter(Datum selection,
RecordBatch batch,
MemoryPool pool) |
Copyright © 2020. All rights reserved.