@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ArrowReaderProperties extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ArrowReaderProperties() |
ArrowReaderProperties(boolean use_threads) |
ArrowReaderProperties(long size)
Native array allocator.
|
ArrowReaderProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
batch_size() |
CacheOptions |
cache_options() |
TimeUnit.type |
coerce_int96_timestamp_unit() |
ArrowReaderProperties |
getPointer(long i) |
IOContext |
io_context() |
ArrowReaderProperties |
position(long position) |
boolean |
pre_buffer() |
boolean |
read_dictionary(int column_index) |
void |
set_batch_size(long batch_size) |
void |
set_cache_options(CacheOptions options)
Set options for read coalescing.
|
void |
set_coerce_int96_timestamp_unit(int unit) |
void |
set_coerce_int96_timestamp_unit(TimeUnit.type unit)
Set timestamp unit to use for deprecated INT96-encoded timestamps
(default is NANO).
|
void |
set_io_context(IOContext ctx)
Set execution context for read coalescing.
|
void |
set_pre_buffer(boolean pre_buffer)
Enable read coalescing.
|
void |
set_read_dictionary(int column_index,
boolean read_dict) |
void |
set_use_threads(boolean use_threads) |
boolean |
use_threads() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ArrowReaderProperties(Pointer p)
Pointer(Pointer)
.public ArrowReaderProperties(long size)
Pointer.position(long)
.public ArrowReaderProperties()
public ArrowReaderProperties position(long position)
public ArrowReaderProperties getPointer(long i)
getPointer
in class Pointer
public void set_read_dictionary(int column_index, @Cast(value="bool") boolean read_dict)
public void set_pre_buffer(@Cast(value="bool") boolean pre_buffer)
public void set_cache_options(@ByVal CacheOptions options)
@Const @ByRef public CacheOptions cache_options()
public void set_io_context(@Const @ByRef IOContext ctx)
public void set_coerce_int96_timestamp_unit(TimeUnit.type unit)
public void set_coerce_int96_timestamp_unit(@Cast(value="arrow::TimeUnit::type") int unit)
public TimeUnit.type coerce_int96_timestamp_unit()
Copyright © 2022. All rights reserved.