| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
DatumResult |
DatumResult.position(long position) |
DatumResult |
DatumResult.put(DatumResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
DatumResult |
DatumResult.put(DatumResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
DatumResult(DatumResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DatumResult |
ExpressionEvaluator.Evaluate(Expression expr,
RecordBatch batch) |
DatumResult |
TreeEvaluator.Evaluate(Expression expr,
RecordBatch batch,
MemoryPool pool) |
DatumResult |
ExpressionEvaluator.Evaluate(Expression expr,
RecordBatch batch,
MemoryPool pool)
Evaluate expr against each row of a RecordBatch.
|
Copyright © 2020. All rights reserved.