@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class FlightStreamChunk extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FlightStreamChunk()
Default native constructor.
|
FlightStreamChunk(long size)
Native array allocator.
|
FlightStreamChunk(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowBuffer |
app_metadata() |
FlightStreamChunk |
app_metadata(ArrowBuffer setter) |
RecordBatch |
data() |
FlightStreamChunk |
data(RecordBatch setter) |
FlightStreamChunk |
position(long position) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FlightStreamChunk()
public FlightStreamChunk(long size)
Pointer.position(long).public FlightStreamChunk(Pointer p)
Pointer.Pointer(Pointer).public FlightStreamChunk position(long position)
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::RecordBatch>"}) public RecordBatch data()
public FlightStreamChunk data(RecordBatch setter)
@SharedPtr public ArrowBuffer app_metadata()
public FlightStreamChunk app_metadata(ArrowBuffer setter)
Copyright © 2020. All rights reserved.