@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class FilterKernel extends BinaryKernel
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FilterKernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Call(FunctionContext ctx,
Datum values,
Datum filter,
Datum out)
\brief BinaryKernel interface
delegates to subclasses via Filter()
|
Status |
Filter(FunctionContext ctx,
Array values,
BooleanArray filter,
long out_length,
Array out)
\brief single-array implementation
|
static Status |
Make(DataType value_type,
FilterKernel out)
\brief factory for FilterKernels
|
DataType |
out_type()
\brief output type of this kernel (identical to type of values filtered)
|
address, 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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FilterKernel(Pointer p)
Pointer.Pointer(Pointer).@ByVal public Status Call(FunctionContext ctx, @Const @ByRef Datum values, @Const @ByRef Datum filter, Datum out)
Call in class BinaryKernel@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType out_type()
@ByVal public static Status Make(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType value_type, @UniquePtr FilterKernel out)
value_type - [in] constructed FilterKernel will support filtering
values of this typeout - [out] created kernel@ByVal public Status Filter(FunctionContext ctx, @Const @ByRef Array values, @Const @ByRef BooleanArray filter, @Cast(value="int64_t") long out_length, @SharedPtr Array out)
Copyright © 2020. All rights reserved.