@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class FinishOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FinishOptions()
Default native constructor.
|
FinishOptions(long size)
Native array allocator.
|
FinishOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FinishOptions |
getPointer(long i) |
InspectOptions |
inspect_options()
If the schema is not provided, it will be discovered by passing the
following options to
DatasetDiscovery::Inspect . |
FinishOptions |
inspect_options(InspectOptions setter) |
FinishOptions |
position(long position) |
Schema |
schema()
Finalize the dataset with this given schema.
|
FinishOptions |
schema(Schema setter) |
boolean |
validate_fragments()
Indicate if the given Schema (when specified), should be validated against
the fragments' schemas.
|
FinishOptions |
validate_fragments(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 FinishOptions()
public FinishOptions(long size)
Pointer.position(long)
.public FinishOptions(Pointer p)
Pointer(Pointer)
.public FinishOptions position(long position)
public FinishOptions getPointer(long i)
getPointer
in class Pointer
@SharedPtr @ByRef public Schema schema()
inspect_options
property.public FinishOptions schema(Schema setter)
@ByRef public InspectOptions inspect_options()
DatasetDiscovery::Inspect
.public FinishOptions inspect_options(InspectOptions setter)
@Cast(value="bool") public boolean validate_fragments()
inspect_options
will control how many fragments
are checked.public FinishOptions validate_fragments(boolean setter)
Copyright © 2022. All rights reserved.