@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class TreeEvaluator extends ExpressionEvaluator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TreeEvaluator()
Default native constructor.
|
TreeEvaluator(long size)
Native array allocator.
|
TreeEvaluator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DatumResult |
Evaluate(Expression expr,
RecordBatch batch,
MemoryPool pool)
Evaluate expr against each row of a RecordBatch.
|
RecordBatchResult |
Filter(Datum selection,
RecordBatch batch,
MemoryPool pool) |
TreeEvaluator |
position(long position) |
Evaluate, Filter, FilterBatches, FilterBatches, Nulladdress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TreeEvaluator()
public TreeEvaluator(long size)
Pointer.position(long).public TreeEvaluator(Pointer p)
Pointer.Pointer(Pointer).public TreeEvaluator position(long position)
@ByVal public DatumResult Evaluate(@Const @ByRef Expression expr, @Const @ByRef RecordBatch batch, MemoryPool pool)
ExpressionEvaluatorEvaluate in class ExpressionEvaluator@ByVal public RecordBatchResult Filter(@Const @ByRef Datum selection, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::RecordBatch>"}) RecordBatch batch, MemoryPool pool)
Filter in class ExpressionEvaluatorCopyright © 2020. All rights reserved.