@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class InMemoryScanTask extends ScanTask
\brief A trivial ScanTask that yields the RecordBatch of an array.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
InMemoryScanTask(Pointer p)
Pointer cast constructor.
|
InMemoryScanTask(RecordBatchVector record_batches,
ScanOptions options,
Fragment fragment) |
Modifier and Type | Method and Description |
---|---|
RecordBatchIteratorResult |
Execute()
\brief Iterate through sequence of materialized record batches
resulting from the Scan.
|
fragment, options, SafeExecute, SafeVisit
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 InMemoryScanTask(Pointer p)
Pointer(Pointer)
.public InMemoryScanTask(@ByVal RecordBatchVector record_batches, @SharedPtr ScanOptions options, @SharedPtr @ByVal Fragment fragment)
@ByVal public RecordBatchIteratorResult Execute()
ScanTask
Copyright © 2022. All rights reserved.