@Namespace(value="arrow::flight") @NoOffset @Properties(inherit=arrow_flight.class) public class RecordBatchStream extends FlightDataStream
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RecordBatchStream(Pointer p)
Pointer cast constructor.
|
RecordBatchStream(RecordBatchReader reader) |
RecordBatchStream(RecordBatchReader reader,
MemoryPool pool) |
| Modifier and Type | Method and Description |
|---|---|
Status |
GetSchemaPayload(FlightPayload payload)
\brief Compute FlightPayload containing serialized RecordBatch schema
|
Status |
Next(FlightPayload payload) |
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 RecordBatchStream(Pointer p)
Pointer.Pointer(Pointer).public RecordBatchStream(@SharedPtr RecordBatchReader reader, MemoryPool pool)
reader - [in] produces a sequence of record batchespool - [in,out] a MemoryPool to use for allocationspublic RecordBatchStream(@SharedPtr RecordBatchReader reader)
@SharedPtr @ByVal public Schema schema()
schema in class FlightDataStream@ByVal public Status GetSchemaPayload(FlightPayload payload)
FlightDataStreamGetSchemaPayload in class FlightDataStream@ByVal public Status Next(FlightPayload payload)
Next in class FlightDataStreamCopyright © 2020. All rights reserved.