@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Partitioning extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Partitioning.PartitionedBatches
\brief If the input batch shares any fields with this partitioning,
produce sub-batches which satisfy mutually exclusive Expressions.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Partitioning(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Partitioning |
Default()
\brief A default Partitioning which always yields scalar(true)
|
StringResult |
Format(Expression expr) |
ExpressionResult |
Parse(BytePointer path) |
ExpressionResult |
Parse(String path)
\brief Parse a path into a partition expression
|
PartitionedBatchesResult |
Partition(RecordBatch batch) |
Schema |
schema() |
String |
type_name()
\brief The name identifying the kind of partitioning
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Partitioning(Pointer p)
Pointer(Pointer).@StdString public String type_name()
@ByVal public PartitionedBatchesResult Partition(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::RecordBatch>"}) RecordBatch batch)
@ByVal public ExpressionResult Parse(@StdString String path)
@ByVal public ExpressionResult Parse(@StdString BytePointer path)
@ByVal public StringResult Format(@Const @ByRef Expression expr)
@SharedPtr public static Partitioning Default()
@Const @SharedPtr @ByRef public Schema schema()
Copyright © 2021. All rights reserved.