@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class ReplaceSliceOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ReplaceSliceOptions() |
ReplaceSliceOptions(long size)
Native array allocator.
|
ReplaceSliceOptions(long start,
long stop,
BytePointer replacement) |
ReplaceSliceOptions(long start,
long stop,
String replacement) |
ReplaceSliceOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ReplaceSliceOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
ReplaceSliceOptions |
position(long position) |
String |
replacement()
String to replace the slice with
|
ReplaceSliceOptions |
replacement(String setter) |
long |
start()
Index to start slicing at
|
ReplaceSliceOptions |
start(long setter) |
long |
stop()
Index to stop slicing at
|
ReplaceSliceOptions |
stop(long 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 ReplaceSliceOptions(Pointer p)
Pointer(Pointer).public ReplaceSliceOptions(long size)
Pointer.position(long).public ReplaceSliceOptions(@Cast(value="int64_t") long start, @Cast(value="int64_t") long stop, @StdString String replacement)
public ReplaceSliceOptions(@Cast(value="int64_t") long start, @Cast(value="int64_t") long stop, @StdString BytePointer replacement)
public ReplaceSliceOptions()
public ReplaceSliceOptions position(long position)
public ReplaceSliceOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
public ReplaceSliceOptions start(long setter)
public ReplaceSliceOptions stop(long setter)
@StdString public String replacement()
public ReplaceSliceOptions replacement(String setter)
Copyright © 2022. All rights reserved.