@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class ParquetFactoryOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ParquetFactoryOptions()
Default native constructor.
|
ParquetFactoryOptions(long size)
Native array allocator.
|
ParquetFactoryOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ParquetFactoryOptions |
getPointer(long i) |
String |
partition_base_dir()
For the purposes of applying the partitioning, paths will be stripped
of the partition_base_dir.
|
ParquetFactoryOptions |
partition_base_dir(String setter) |
PartitioningOrFactory |
partitioning()
Either an explicit Partitioning or a PartitioningFactory to discover one.
|
ParquetFactoryOptions |
partitioning(PartitioningOrFactory setter) |
ParquetFactoryOptions |
position(long position) |
boolean |
validate_column_chunk_paths()
Assert that all ColumnChunk paths are consistent.
|
ParquetFactoryOptions |
validate_column_chunk_paths(boolean setter) |
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 ParquetFactoryOptions()
public ParquetFactoryOptions(long size)
Pointer.position(long)
.public ParquetFactoryOptions(Pointer p)
Pointer(Pointer)
.public ParquetFactoryOptions position(long position)
public ParquetFactoryOptions getPointer(long i)
getPointer
in class Pointer
@ByRef public PartitioningOrFactory partitioning()
public ParquetFactoryOptions partitioning(PartitioningOrFactory setter)
@StdString public String partition_base_dir()
public ParquetFactoryOptions partition_base_dir(String setter)
@Cast(value="bool") public boolean validate_column_chunk_paths()
public ParquetFactoryOptions validate_column_chunk_paths(boolean setter)
Copyright © 2022. All rights reserved.