@Namespace(value="arrow") @Properties(inherit=arrow.class) public class RecordBatchReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RecordBatchReader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RecordBatchResult |
Next()
\brief Iterator interface
|
Status |
ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
Status |
ReadAll(Table table)
\brief Read all batches and concatenate as arrow::Table
|
Status |
ReadNext(RecordBatch batch)
\brief Read the next record batch in the stream.
|
Schema |
schema() |
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 RecordBatchReader(Pointer p)
Pointer.Pointer(Pointer).@SharedPtr @ByVal public Schema schema()
@ByVal public Status ReadNext(@SharedPtr RecordBatch batch)
batch - [out] the next loaded batch, null at end of stream@ByVal public RecordBatchResult Next()
@ByVal public Status ReadAll(RecordBatchVector batches)
@ByVal public Status ReadAll(@SharedPtr Table table)
Copyright © 2020. All rights reserved.