@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class MetadataRecordBatchReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
MetadataRecordBatchReader(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
SchemaResult |
GetSchema()
\brief Get the schema for this stream.
|
Status |
Next(FlightStreamChunk next)
\brief Get the next message from Flight.
|
Status |
ReadAll(RecordBatchVector batches)
\brief Consume entire stream as a vector of record batches
|
Status |
ReadAll(Table table)
\brief Consume entire stream as a Table
|
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 MetadataRecordBatchReader(Pointer p)
Pointer(Pointer)
.@ByVal public SchemaResult GetSchema()
@ByVal public Status Next(FlightStreamChunk next)
@ByVal public Status ReadAll(RecordBatchVector batches)
@ByVal public Status ReadAll(@SharedPtr Table table)
Copyright © 2022. All rights reserved.