@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class PartitioningFactoryOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PartitioningFactoryOptions()
Default native constructor.
|
PartitioningFactoryOptions(long size)
Native array allocator.
|
PartitioningFactoryOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
KeyValuePartitioningOptions |
AsPartitioningOptions() |
PartitioningFactoryOptions |
getPointer(long i) |
boolean |
infer_dictionary()
When inferring a schema for partition fields, yield dictionary encoded types
instead of plain.
|
PartitioningFactoryOptions |
infer_dictionary(boolean setter) |
PartitioningFactoryOptions |
position(long position) |
Schema |
schema()
Optionally, an expected schema can be provided, in which case inference
will only check discovered fields against the schema and update internal
state (such as dictionaries).
|
PartitioningFactoryOptions |
schema(Schema setter) |
arrow_dataset.SegmentEncoding |
segment_encoding()
After splitting a path into components, decode the path components
before parsing according to this scheme.
|
PartitioningFactoryOptions |
segment_encoding(arrow_dataset.SegmentEncoding 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 PartitioningFactoryOptions()
public PartitioningFactoryOptions(long size)
Pointer.position(long)
.public PartitioningFactoryOptions(Pointer p)
Pointer(Pointer)
.public PartitioningFactoryOptions position(long position)
public PartitioningFactoryOptions getPointer(long i)
getPointer
in class Pointer
@Cast(value="bool") public boolean infer_dictionary()
public PartitioningFactoryOptions infer_dictionary(boolean setter)
@SharedPtr @ByRef public Schema schema()
public PartitioningFactoryOptions schema(Schema setter)
public arrow_dataset.SegmentEncoding segment_encoding()
public PartitioningFactoryOptions segment_encoding(arrow_dataset.SegmentEncoding setter)
@ByVal public KeyValuePartitioningOptions AsPartitioningOptions()
Copyright © 2022. All rights reserved.