@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class FileFragment extends Fragment
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FileFragment(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
LongOptionalFuture |
CountRows(Expression predicate,
ScanOptions options)
\brief Count the number of rows in this fragment matching the filter using metadata
only.
|
FileFormat |
format() |
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
|
FileSource |
source() |
String |
ToString() |
String |
type_name() |
partition_expression, ReadPhysicalSchema
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 FileFragment(Pointer p)
Pointer(Pointer)
.@ByVal public ScanTaskIteratorResult Scan(@SharedPtr ScanOptions options)
Fragment
@ByVal public RecordBatchGeneratorResult ScanBatchesAsync(@SharedPtr ScanOptions options)
Fragment
ScanBatchesAsync
in class Fragment
@ByVal public LongOptionalFuture CountRows(@ByVal Expression predicate, @SharedPtr ScanOptions options)
Fragment
@StdString public String type_name()
@StdString public String ToString()
@Const @ByRef public FileSource source()
@SharedPtr public FileFormat format()
Copyright © 2022. All rights reserved.