@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class CastOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CastOptions() |
CastOptions(boolean safe) |
CastOptions(long size)
Native array allocator.
|
CastOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allow_float_truncate() |
CastOptions |
allow_float_truncate(boolean setter) |
boolean |
allow_int_overflow() |
CastOptions |
allow_int_overflow(boolean setter) |
boolean |
allow_invalid_utf8() |
CastOptions |
allow_invalid_utf8(boolean setter) |
boolean |
allow_time_overflow() |
CastOptions |
allow_time_overflow(boolean setter) |
boolean |
allow_time_truncate() |
CastOptions |
allow_time_truncate(boolean setter) |
CastOptions |
position(long position) |
static CastOptions |
Safe() |
static CastOptions |
Unsafe() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CastOptions(Pointer p)
Pointer.Pointer(Pointer).public CastOptions(long size)
Pointer.position(long).public CastOptions()
public CastOptions position(long position)
@ByVal public static CastOptions Safe()
@ByVal public static CastOptions Unsafe()
public CastOptions allow_int_overflow(boolean setter)
public CastOptions allow_time_truncate(boolean setter)
public CastOptions allow_time_overflow(boolean setter)
public CastOptions allow_float_truncate(boolean setter)
public CastOptions allow_invalid_utf8(boolean setter)
Copyright © 2020. All rights reserved.