@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class TableBatchReader extends RecordBatchReader
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TableBatchReader(Pointer p)
Pointer cast constructor.
|
TableBatchReader(Table table)
\brief Construct a TableBatchReader for the given table
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ReadNext(RecordBatch out)
\brief Read the next record batch in the stream.
|
Schema |
schema() |
void |
set_chunksize(long chunksize)
\brief Set the desired maximum chunk size of record batches
The actual chunk size of each record batch may be smaller, depending
on actual chunking characteristics of each table column.
|
Make, Make, Next, ReadAll, ReadAlladdress, 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, zeropublic TableBatchReader(Pointer p)
Pointer(Pointer).@SharedPtr @ByVal public Schema schema()
schema in class RecordBatchReader@ByVal public Status ReadNext(@SharedPtr RecordBatch out)
RecordBatchReaderReadNext in class RecordBatchReaderout - [out] the next loaded batch, null at end of streamCopyright © 2022. All rights reserved.