@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SplitPatternOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SplitPatternOptions() |
SplitPatternOptions(BytePointer pattern) |
SplitPatternOptions(BytePointer pattern,
long max_splits,
boolean reverse) |
SplitPatternOptions(long size)
Native array allocator.
|
SplitPatternOptions(Pointer p)
Pointer cast constructor.
|
SplitPatternOptions(String pattern) |
SplitPatternOptions(String pattern,
long max_splits,
boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
SplitPatternOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
long |
max_splits()
Maximum number of splits allowed, or unlimited when -1
|
SplitPatternOptions |
max_splits(long setter) |
String |
pattern()
The exact substring to split on.
|
SplitPatternOptions |
pattern(String setter) |
SplitPatternOptions |
position(long position) |
boolean |
reverse()
Start splitting from the end of the string (only relevant when max_splits != -1)
|
SplitPatternOptions |
reverse(boolean setter) |
Copy, Deserialize, Deserialize, Equals, options_type, Serialize, ToString, type_nameaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SplitPatternOptions(Pointer p)
Pointer(Pointer).public SplitPatternOptions(long size)
Pointer.position(long).public SplitPatternOptions(@StdString String pattern, @Cast(value="int64_t") long max_splits, @Cast(value="bool") boolean reverse)
public SplitPatternOptions(@StdString String pattern)
public SplitPatternOptions(@StdString BytePointer pattern, @Cast(value="int64_t") long max_splits, @Cast(value="bool") boolean reverse)
public SplitPatternOptions(@StdString BytePointer pattern)
public SplitPatternOptions()
public SplitPatternOptions position(long position)
public SplitPatternOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@StdString public String pattern()
public SplitPatternOptions pattern(String setter)
@Cast(value="int64_t") public long max_splits()
public SplitPatternOptions max_splits(long setter)
@Cast(value="bool") public boolean reverse()
public SplitPatternOptions reverse(boolean setter)
Copyright © 2022. All rights reserved.