@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class ParquetFragmentScanOptions extends FragmentScanOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ParquetFragmentScanOptions() |
ParquetFragmentScanOptions(long size)
Native array allocator.
|
ParquetFragmentScanOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ArrowReaderProperties |
arrow_reader_properties()
Arrow reader properties.
|
ParquetFragmentScanOptions |
arrow_reader_properties(ArrowReaderProperties setter) |
boolean |
enable_parallel_column_conversion()
EXPERIMENTAL: Parallelize conversion across columns.
|
ParquetFragmentScanOptions |
enable_parallel_column_conversion(boolean setter) |
ParquetFragmentScanOptions |
getPointer(long i) |
ParquetFragmentScanOptions |
position(long position) |
ReaderProperties |
reader_properties()
Reader properties.
|
ParquetFragmentScanOptions |
reader_properties(ReaderProperties setter) |
String |
type_name() |
ToString
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 ParquetFragmentScanOptions(Pointer p)
Pointer(Pointer)
.public ParquetFragmentScanOptions(long size)
Pointer.position(long)
.public ParquetFragmentScanOptions()
public ParquetFragmentScanOptions position(long position)
public ParquetFragmentScanOptions getPointer(long i)
getPointer
in class Pointer
@StdString public String type_name()
type_name
in class FragmentScanOptions
@SharedPtr public ReaderProperties reader_properties()
public ParquetFragmentScanOptions reader_properties(ReaderProperties setter)
@SharedPtr public ArrowReaderProperties arrow_reader_properties()
public ParquetFragmentScanOptions arrow_reader_properties(ArrowReaderProperties setter)
@Cast(value="bool") public boolean enable_parallel_column_conversion()
public ParquetFragmentScanOptions enable_parallel_column_conversion(boolean setter)
Copyright © 2022. All rights reserved.