@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class UnionArray extends Array
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
UnionArray()
Default native constructor.
|
UnionArray(long size)
Native array allocator.
|
UnionArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
child_id(long i)
The physical child id containing value at index.
|
Array |
child(int pos)
Deprecated.
|
Array |
field(int pos)
\brief Return the given field as an individual array.
|
UnionArray |
getPointer(long i) |
UnionMode.type |
mode() |
UnionArray |
position(long position) |
BytePointer |
raw_type_codes() |
ArrowBuffer |
type_codes()
Note that this buffer does not account for any slice offset
|
UnionType |
union_type() |
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, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic UnionArray()
public UnionArray(long size)
Pointer.position(long).public UnionArray(Pointer p)
Pointer(Pointer).public UnionArray position(long position)
public UnionArray getPointer(long i)
getPointer in class Pointer@SharedPtr public ArrowBuffer type_codes()
@Cast(value="const arrow::UnionArray::type_code_t*") public BytePointer raw_type_codes()
public int child_id(@Cast(value="int64_t") long i)
public UnionMode.type mode()
@Deprecated @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array child(int pos)
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array field(int pos)
Copyright © 2021. All rights reserved.