@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(BytePointer pattern,
BytePointer replacement) |
ReplaceSubstringOptions(BytePointer pattern,
BytePointer replacement,
long max_replacements) |
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 |
|---|---|
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) |
String |
replacement()
String to replace the pattern with
|
ReplaceSubstringOptions |
replacement(String setter) |
getPointer, positionaddress, 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 ReplaceSubstringOptions(Pointer p)
Pointer(Pointer).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)
@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 © 2021. All rights reserved.