@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class PartitioningOrFactory extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PartitioningOrFactory(Partitioning partitioning) |
PartitioningOrFactory(PartitioningFactory factory) |
PartitioningOrFactory(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PartitioningFactory |
factory()
\brief The partition factory (if given).
|
SchemaResult |
GetOrInferSchema(StringVector paths)
\brief Get the partition schema, inferring it with the given factory if needed.
|
Partitioning |
partitioning()
\brief The partitioning (if given).
|
PartitioningOrFactory |
put(Partitioning partitioning) |
PartitioningOrFactory |
put(PartitioningFactory factory) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PartitioningOrFactory(Pointer p)
Pointer(Pointer)
.public PartitioningOrFactory(@SharedPtr Partitioning partitioning)
public PartitioningOrFactory(@SharedPtr PartitioningFactory factory)
@ByRef @Name(value="operator =") public PartitioningOrFactory put(@SharedPtr Partitioning partitioning)
@ByRef @Name(value="operator =") public PartitioningOrFactory put(@SharedPtr PartitioningFactory factory)
@SharedPtr public Partitioning partitioning()
@SharedPtr public PartitioningFactory factory()
@ByVal public SchemaResult GetOrInferSchema(@Const @ByRef StringVector paths)
Copyright © 2022. All rights reserved.