@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,
IpcWriteOptions options) |
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, 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 RecordBatchStream(Pointer p)
Pointer(Pointer)
.public RecordBatchStream(@SharedPtr RecordBatchReader reader, @Const @ByRef(nullValue="arrow::ipc::IpcWriteOptions::Defaults()") IpcWriteOptions options)
reader
- [in] produces a sequence of record batchesoptions
- [in] IPC options for writingpublic RecordBatchStream(@SharedPtr RecordBatchReader reader)
@SharedPtr @ByVal public Schema schema()
schema
in class FlightDataStream
@ByVal public Status GetSchemaPayload(FlightPayload payload)
FlightDataStream
GetSchemaPayload
in class FlightDataStream
@ByVal public Status Next(FlightPayload payload)
Next
in class FlightDataStream
Copyright © 2022. All rights reserved.