@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class FilterOptions extends FunctionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterOptions.NullSelectionBehavior
Configure the action taken when a slot of the selection mask is null
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FilterOptions() |
FilterOptions(FilterOptions.NullSelectionBehavior null_selection) |
FilterOptions(int null_selection) |
FilterOptions(long size)
Native array allocator.
|
FilterOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterOptions |
Defaults() |
FilterOptions |
getPointer(long i) |
FilterOptions.NullSelectionBehavior |
null_selection_behavior() |
FilterOptions |
null_selection_behavior(FilterOptions.NullSelectionBehavior setter) |
FilterOptions |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FilterOptions(Pointer p)
Pointer(Pointer).public FilterOptions(long size)
Pointer.position(long).public FilterOptions(FilterOptions.NullSelectionBehavior null_selection)
public FilterOptions()
public FilterOptions position(long position)
position in class FunctionOptionspublic FilterOptions getPointer(long i)
getPointer in class FunctionOptions@ByVal public static FilterOptions Defaults()
public FilterOptions.NullSelectionBehavior null_selection_behavior()
public FilterOptions null_selection_behavior(FilterOptions.NullSelectionBehavior setter)
Copyright © 2021. All rights reserved.