@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class SliceOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SliceOptions() |
SliceOptions(long start) |
SliceOptions(long start,
long stop,
long step) |
SliceOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
kTypeName() |
static byte |
kTypeName(int i) |
long |
start() |
SliceOptions |
start(long setter) |
long |
step() |
SliceOptions |
step(long setter) |
long |
stop() |
SliceOptions |
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, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SliceOptions(Pointer p)
Pointer(Pointer).public SliceOptions(@Cast(value="int64_t") long start, @Cast(value="int64_t") long stop, @Cast(value="int64_t") long step)
public SliceOptions()
@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
public SliceOptions start(long setter)
public SliceOptions stop(long setter)
public SliceOptions step(long setter)
Copyright © 2022. All rights reserved.