@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SetLookupOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SetLookupOptions(Datum value_set) |
SetLookupOptions(Datum value_set,
boolean skip_nulls) |
SetLookupOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
skip_nulls()
Whether nulls in
value_set count for lookup. |
SetLookupOptions |
skip_nulls(boolean setter) |
Datum |
value_set()
The set of values to look up input values into.
|
SetLookupOptions |
value_set(Datum setter) |
getPointer, positionaddress, 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 SetLookupOptions(Pointer p)
Pointer(Pointer).public SetLookupOptions(@ByVal Datum value_set, @Cast(value="bool") boolean skip_nulls)
public SetLookupOptions value_set(Datum setter)
@Cast(value="bool") public boolean skip_nulls()
value_set count for lookup.
If true, any null in value_set is ignored and nulls in the input
produce null (IndexIn) or false (IsIn) values in the output.
If false, any null in value_set is successfully matched in
the input.public SetLookupOptions skip_nulls(boolean setter)
Copyright © 2021. All rights reserved.