@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class MatchSubstringOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MatchSubstringOptions() |
MatchSubstringOptions(BytePointer pattern) |
MatchSubstringOptions(BytePointer pattern,
boolean ignore_case) |
MatchSubstringOptions(long size)
Native array allocator.
|
MatchSubstringOptions(Pointer p)
Pointer cast constructor.
|
MatchSubstringOptions(String pattern) |
MatchSubstringOptions(String pattern,
boolean ignore_case) |
| Modifier and Type | Method and Description |
|---|---|
MatchSubstringOptions |
getPointer(long i) |
boolean |
ignore_case()
Whether to perform a case-insensitive match.
|
MatchSubstringOptions |
ignore_case(boolean setter) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
String |
pattern()
The exact substring (or regex, depending on kernel) to look for inside input values.
|
MatchSubstringOptions |
pattern(String setter) |
MatchSubstringOptions |
position(long position) |
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 MatchSubstringOptions(Pointer p)
Pointer(Pointer).public MatchSubstringOptions(long size)
Pointer.position(long).public MatchSubstringOptions(@StdString String pattern, @Cast(value="bool") boolean ignore_case)
public MatchSubstringOptions(@StdString String pattern)
public MatchSubstringOptions(@StdString BytePointer pattern, @Cast(value="bool") boolean ignore_case)
public MatchSubstringOptions(@StdString BytePointer pattern)
public MatchSubstringOptions()
public MatchSubstringOptions position(long position)
public MatchSubstringOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@StdString public String pattern()
public MatchSubstringOptions pattern(String setter)
@Cast(value="bool") public boolean ignore_case()
public MatchSubstringOptions ignore_case(boolean setter)
Copyright © 2022. All rights reserved.