@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class ExtensionArray extends Array
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ExtensionArray(ArrayData data)
\brief Construct an ExtensionArray from an ArrayData.
|
ExtensionArray(DataType type,
Array storage)
\brief Construct an ExtensionArray from a type and the underlying storage.
|
ExtensionArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
extension_type() |
Array |
storage()
\brief The physical storage for the extension array
|
Accept, ApproxEquals, ApproxEquals, data, Diff, Equals, Equals, GetScalar, IsNull, IsValid, length, null_bitmap_data, null_bitmap, null_count, num_fields, offset, RangeEquals, RangeEquals, RangeEquals, RangeEquals, Slice, Slice, SliceSafe, SliceSafe, ToString, type_id, type, Validate, ValidateFull, Viewaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ExtensionArray(Pointer p)
Pointer(Pointer).public ExtensionArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::ArrayData>"}) ArrayData data)
public ExtensionArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array storage)
@Const public ExtensionType extension_type()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array storage()
Copyright © 2021. All rights reserved.