@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ReplaceSubstringOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ReplaceSubstringOptions() |
ReplaceSubstringOptions(BytePointer pattern,
BytePointer replacement) |
ReplaceSubstringOptions(BytePointer pattern,
BytePointer replacement,
long max_replacements) |
ReplaceSubstringOptions(long size)
Native array allocator.
|
ReplaceSubstringOptions(Pointer p)
Pointer cast constructor.
|
ReplaceSubstringOptions(String pattern,
String replacement) |
ReplaceSubstringOptions(String pattern,
String replacement,
long max_replacements) |
| Modifier and Type | Method and Description |
|---|---|
ReplaceSubstringOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
long |
max_replacements()
Max number of substrings to replace (-1 means unbounded)
|
ReplaceSubstringOptions |
max_replacements(long setter) |
String |
pattern()
Pattern to match, literal, or regular expression depending on which kernel is used
|
ReplaceSubstringOptions |
pattern(String setter) |
ReplaceSubstringOptions |
position(long position) |
String |
replacement()
String to replace the pattern with
|
ReplaceSubstringOptions |
replacement(String 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 ReplaceSubstringOptions(Pointer p)
Pointer(Pointer).public ReplaceSubstringOptions(long size)
Pointer.position(long).public ReplaceSubstringOptions(@StdString String pattern, @StdString String replacement, @Cast(value="int64_t") long max_replacements)
public ReplaceSubstringOptions(@StdString String pattern, @StdString String replacement)
public ReplaceSubstringOptions(@StdString BytePointer pattern, @StdString BytePointer replacement, @Cast(value="int64_t") long max_replacements)
public ReplaceSubstringOptions(@StdString BytePointer pattern, @StdString BytePointer replacement)
public ReplaceSubstringOptions()
public ReplaceSubstringOptions position(long position)
public ReplaceSubstringOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@StdString public String pattern()
public ReplaceSubstringOptions pattern(String setter)
@StdString public String replacement()
public ReplaceSubstringOptions replacement(String setter)
@Cast(value="int64_t") public long max_replacements()
public ReplaceSubstringOptions max_replacements(long setter)
Copyright © 2022. All rights reserved.