@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 |
getPointer(long i) |
FlightStreamChunk |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FlightStreamChunk()
public FlightStreamChunk(long size)
Pointer.position(long)
.public FlightStreamChunk(Pointer p)
Pointer(Pointer)
.public FlightStreamChunk position(long position)
public FlightStreamChunk getPointer(long i)
getPointer
in class Pointer
@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 © 2022. All rights reserved.