@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SplitOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SplitOptions() |
SplitOptions(long size)
Native array allocator.
|
SplitOptions(long max_splits,
boolean reverse) |
SplitOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SplitOptions |
getPointer(long i) |
long |
max_splits()
Maximum number of splits allowed, or unlimited when -1
|
SplitOptions |
max_splits(long setter) |
SplitOptions |
position(long position) |
boolean |
reverse()
Start splitting from the end of the string (only relevant when max_splits != -1)
|
SplitOptions |
reverse(boolean setter) |
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 SplitOptions(Pointer p)
Pointer(Pointer).public SplitOptions(long size)
Pointer.position(long).public SplitOptions(@Cast(value="int64_t") long max_splits, @Cast(value="bool") boolean reverse)
public SplitOptions()
public SplitOptions position(long position)
position in class FunctionOptionspublic SplitOptions getPointer(long i)
getPointer in class FunctionOptions@Cast(value="int64_t") public long max_splits()
public SplitOptions max_splits(long setter)
@Cast(value="bool") public boolean reverse()
public SplitOptions reverse(boolean setter)
Copyright © 2021. All rights reserved.