Package | Description |
---|---|
org.bytedeco.gandiva |
Modifier and Type | Method and Description |
---|---|
Status |
Filter.Evaluate(RecordBatch batch,
SelectionVector out_selection)
Evaluate the specified record batch, and populate output selection vector.
|
Status |
Filter.Evaluate(RecordBatch batch,
SelectionVector out_selection)
Evaluate the specified record batch, and populate output selection vector.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
ArrayDataVector output)
Evaluate the specified record batch, and populate the output arrays at the filtered
positions.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
ArrayDataVector output)
Evaluate the specified record batch, and populate the output arrays at the filtered
positions.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
MemoryPool pool,
ArrayVector output)
Evaluate the specified record batch, and return the allocated and populated output
arrays.
|
Status |
Projector.Evaluate(RecordBatch batch,
SelectionVector selection_vector,
MemoryPool pool,
ArrayVector output)
Evaluate the specified record batch, and return the allocated and populated output
arrays.
|
static Status |
SelectionVector.MakeImmutableInt16(long num_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief creates a selection vector with pre populated buffer.
|
static Status |
SelectionVector.MakeImmutableInt16(long num_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief creates a selection vector with pre populated buffer.
|
static Status |
SelectionVector.MakeImmutableInt32(long num_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief creates a selection vector with pre populated buffer.
|
static Status |
SelectionVector.MakeImmutableInt32(long num_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief creates a selection vector with pre populated buffer.
|
static Status |
SelectionVector.MakeInt16(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int16 type records.
|
static Status |
SelectionVector.MakeInt16(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int16 type records.
|
static Status |
SelectionVector.MakeInt16(long max_slots,
MemoryPool pool,
SelectionVector selection_vector) |
static Status |
SelectionVector.MakeInt16(long max_slots,
MemoryPool pool,
SelectionVector selection_vector) |
static Status |
SelectionVector.MakeInt32(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int32 type records.
|
static Status |
SelectionVector.MakeInt32(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int32 type records.
|
static Status |
SelectionVector.MakeInt32(long max_slots,
MemoryPool pool,
SelectionVector selection_vector)
\brief make selection vector with int32 type records.
|
static Status |
SelectionVector.MakeInt32(long max_slots,
MemoryPool pool,
SelectionVector selection_vector)
\brief make selection vector with int32 type records.
|
static Status |
SelectionVector.MakeInt64(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int64 type records.
|
static Status |
SelectionVector.MakeInt64(long max_slots,
ArrowBuffer buffer,
SelectionVector selection_vector)
\brief make selection vector with int64 type records.
|
static Status |
SelectionVector.MakeInt64(long max_slots,
MemoryPool pool,
SelectionVector selection_vector)
\brief make selection vector with int64 type records.
|
static Status |
SelectionVector.MakeInt64(long max_slots,
MemoryPool pool,
SelectionVector selection_vector)
\brief make selection vector with int64 type records.
|
Copyright © 2022. All rights reserved.