@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.
|
ScanOptions |
scan_options()
\brief Filtering, schema reconciliation, and partition options to use when
scanning this fragment.
|
ScanTaskIteratorResult |
Scan(ScanContext context)
\brief Scan returns an iterator of ScanTasks, each of which yields
RecordBatches from this Fragment.
|
boolean |
splittable()
\brief Return true if the fragment can benefit from parallel
scanning
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Fragment(Pointer p)
Pointer.Pointer(Pointer).@ByVal public ScanTaskIteratorResult Scan(@SharedPtr ScanContext context)
@Cast(value="bool") public boolean splittable()
@SharedPtr public ScanOptions scan_options()
@Const @SharedPtr @ByRef public Expression partition_expression()
Copyright © 2020. All rights reserved.