@Namespace(value="arrow::flight") @NoOffset @Properties(inherit=arrow_flight.class) public class SchemaResult extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SchemaResult(BytePointer schema) |
SchemaResult(Pointer p)
Pointer cast constructor.
|
SchemaResult(String schema) |
Modifier and Type | Method and Description |
---|---|
Status |
GetSchema(DictionaryMemo dictionary_memo,
Schema out)
\brief return schema
|
String |
serialized_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 SchemaResult(Pointer p)
Pointer(Pointer)
.public SchemaResult(@StdString String schema)
public SchemaResult(@StdString BytePointer schema)
@ByVal public Status GetSchema(DictionaryMemo dictionary_memo, @SharedPtr Schema out)
dictionary_memo
- [in,out] for dictionary bookkeeping, will
be modifiedout
- [out] the reconstructed Schema@StdString public String serialized_schema()
Copyright © 2022. All rights reserved.