@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class InspectOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
kInspectAllFragments |
Constructor and Description |
---|
InspectOptions()
Default native constructor.
|
InspectOptions(long size)
Native array allocator.
|
InspectOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
fragments()
Indicate how many fragments should be inspected to infer the unified dataset
schema.
|
InspectOptions |
fragments(int setter) |
InspectOptions |
getPointer(long i) |
static int |
kInspectAllFragments()
See
fragments property. |
InspectOptions |
position(long position) |
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 InspectOptions()
public InspectOptions(long size)
Pointer.position(long)
.public InspectOptions(Pointer p)
Pointer(Pointer)
.public InspectOptions position(long position)
public InspectOptions getPointer(long i)
getPointer
in class Pointer
@MemberGetter public static int kInspectAllFragments()
fragments
property.public int fragments()
1
inspects the schema of the first (in no particular
order) fragment only. If the dataset has a uniform schema for all fragments,
this default is the optimal value. In order to inspect all fragments and
robustly unify their potentially varying schemas, set this option to
kInspectAllFragments
. A value of 0
disables inspection of fragments
altogether so only the partitioning schema will be inspected.public InspectOptions fragments(int setter)
Copyright © 2022. All rights reserved.