@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SplitPatternOptions extends SplitOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SplitPatternOptions(BytePointer pattern) |
SplitPatternOptions(BytePointer pattern,
long max_splits,
boolean reverse) |
SplitPatternOptions(Pointer p)
Pointer cast constructor.
|
SplitPatternOptions(String pattern) |
SplitPatternOptions(String pattern,
long max_splits,
boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
String |
pattern()
The exact substring to look for inside input values.
|
SplitPatternOptions |
pattern(String setter) |
getPointer, max_splits, max_splits, position, reverse, reverseaddress, 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, 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(@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)
@StdString public String pattern()
public SplitPatternOptions pattern(String setter)
Copyright © 2021. All rights reserved.