| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ExecBatch |
ExecBatchResult.access() |
ExecBatch |
ExecBatchResult.access() |
ExecBatch |
ExecBatch.getPointer(long i) |
ExecBatch |
ExecBatch.getPointer(long i) |
ExecBatch |
ExecBatch.guarantee(Expression setter) |
ExecBatch |
ExecBatch.guarantee(Expression setter) |
ExecBatch |
ExecBatch.length(long setter) |
ExecBatch |
ExecBatch.length(long setter) |
ExecBatch |
ExecBatchResult.MoveValueUnsafe() |
ExecBatch |
ExecBatchResult.MoveValueUnsafe() |
ExecBatch |
ExecBatchResult.multiply() |
ExecBatch |
ExecBatchResult.multiply() |
ExecBatch |
ExecBatch.position(long position) |
ExecBatch |
ExecBatch.position(long position) |
ExecBatch |
ExecBatch.selection_vector(SelectionVector setter) |
ExecBatch |
ExecBatch.selection_vector(SelectionVector setter) |
ExecBatch |
ExecBatch.Slice(long offset,
long length) |
ExecBatch |
ExecBatch.Slice(long offset,
long length) |
ExecBatch |
ExecBatchResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
ExecBatch |
ExecBatchResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
ExecBatch |
ExecBatch.values(DatumVector setter) |
ExecBatch |
ExecBatch.values(DatumVector setter) |
ExecBatch |
ExecBatchResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
ExecBatch |
ExecBatchResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecBatch.Equals(ExecBatch other)
\brief Return the value at the i-th index
|
boolean |
ExecBatch.Equals(ExecBatch other)
\brief Return the value at the i-th index
|
| Constructor and Description |
|---|
ExecBatchResult(ExecBatch value)
Constructs a Result object that contains
value. |
ExecBatchResult(ExecBatch value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
arrow.equals(ExecBatch l,
ExecBatch r) |
static boolean |
arrow.equals(ExecBatch l,
ExecBatch r) |
static DatumResult |
arrow.ExecuteScalarExpression(Expression arg0,
ExecBatch input) |
static DatumResult |
arrow.ExecuteScalarExpression(Expression arg0,
ExecBatch input) |
static DatumResult |
arrow.ExecuteScalarExpression(Expression arg0,
ExecBatch input,
ExecContext arg2)
Execute a scalar expression against the provided state and input ExecBatch.
|
static DatumResult |
arrow.ExecuteScalarExpression(Expression arg0,
ExecBatch input,
ExecContext arg2)
Execute a scalar expression against the provided state and input ExecBatch.
|
static boolean |
arrow.notEquals(ExecBatch l,
ExecBatch r) |
static boolean |
arrow.notEquals(ExecBatch l,
ExecBatch r) |
Copyright © 2022. All rights reserved.