@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class CastOptions extends FunctionOptions
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_decimal_truncate() |
CastOptions |
allow_decimal_truncate(boolean setter) |
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 |
getPointer(long i) |
CastOptions |
position(long position) |
static CastOptions |
Safe() |
static CastOptions |
Safe(DataType to_type) |
DataType |
to_type() |
CastOptions |
to_type(DataType setter) |
static CastOptions |
Unsafe() |
static CastOptions |
Unsafe(DataType to_type) |
address, 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 CastOptions(Pointer p)
Pointer(Pointer).public CastOptions(long size)
Pointer.position(long).public CastOptions()
public CastOptions position(long position)
position in class FunctionOptionspublic CastOptions getPointer(long i)
getPointer in class FunctionOptions@ByVal public static CastOptions Safe(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType to_type)
@ByVal public static CastOptions Safe()
@ByVal public static CastOptions Unsafe(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType to_type)
@ByVal public static CastOptions Unsafe()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType to_type()
public CastOptions to_type(DataType setter)
public CastOptions allow_int_overflow(boolean setter)
public CastOptions allow_time_truncate(boolean setter)
public CastOptions allow_time_overflow(boolean setter)
public CastOptions allow_decimal_truncate(boolean setter)
public CastOptions allow_float_truncate(boolean setter)
public CastOptions allow_invalid_utf8(boolean setter)
Copyright © 2021. All rights reserved.