@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Fragment extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Fragment(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
partition_expression()
\brief An expression which evaluates to true for all data viewed by this
Fragment.
|
SchemaResult |
ReadPhysicalSchema()
\brief Return the physical schema of the Fragment.
|
ScanTaskIteratorResult |
Scan(ScanOptions options)
\brief Scan returns an iterator of ScanTasks, each of which yields
RecordBatches from this Fragment.
|
RecordBatchGeneratorResult |
ScanBatchesAsync(ScanOptions options)
An asynchronous version of Scan
|
String |
ToString() |
String |
type_name() |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Fragment(Pointer p)
Pointer(Pointer).@ByVal public SchemaResult ReadPhysicalSchema()
@ByVal public ScanTaskIteratorResult Scan(@SharedPtr ScanOptions options)
@ByVal public RecordBatchGeneratorResult ScanBatchesAsync(@SharedPtr ScanOptions options)
@StdString public String type_name()
@StdString public String ToString()
@Const @ByRef public Expression partition_expression()
Copyright © 2021. All rights reserved.