| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
RecordBatchVectorResult |
RecordBatchVectorResult.getPointer(long i) |
RecordBatchVectorResult |
RecordBatchVectorResult.position(long position) |
RecordBatchVectorResult |
RecordBatchVectorResult.put(RecordBatchVectorResult other)
Copy-assignment operator.
|
RecordBatchVectorResult |
RecordBatchIterator.ToVector()
\brief Move every element of this iterator into a vector.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordBatchVectorResult.Equals(RecordBatchVectorResult other)
Compare to another Result.
|
RecordBatchVectorResult |
RecordBatchVectorResult.put(RecordBatchVectorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
RecordBatchVectorResult(RecordBatchVectorResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchVectorResult |
arrow_dataset.ApplyGroupings(ListArray groupings,
RecordBatch batch)
\brief Produce selections of a RecordBatch which correspond to the provided groupings.
|
Copyright © 2021. All rights reserved.