@Namespace(value="arrow::ipc") @NoOffset @Properties(inherit=arrow.class) public class RecordBatchStreamReader extends RecordBatchReader
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RecordBatchStreamReader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
Open(InputStream stream,
RecordBatchReader out)
\brief Record batch stream reader from InputStream
|
static Status |
Open(MessageReader message_reader,
RecordBatchReader out)
Create batch reader from generic MessageReader.
|
Status |
ReadNext(RecordBatch batch)
\brief Read the next record batch in the stream.
|
Schema |
schema()
\brief Returns the schema read from the stream
|
Next, ReadAll, ReadAlladdress, 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 RecordBatchStreamReader(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static Status Open(@UniquePtr MessageReader message_reader, @SharedPtr RecordBatchReader out)
message_reader - [in] a MessageReader implementationout - [out] the created RecordBatchReader object@ByVal public static Status Open(InputStream stream, @SharedPtr RecordBatchReader out)
stream - [in] an input stream instance. Must stay alive throughout
lifetime of stream readerout - [out] the created RecordBatchStreamReader object@SharedPtr @ByVal public Schema schema()
schema in class RecordBatchReader@ByVal public Status ReadNext(@SharedPtr RecordBatch batch)
RecordBatchReaderReadNext in class RecordBatchReaderbatch - [out] the next loaded batch, null at end of streamCopyright © 2020. All rights reserved.