@Name(value="arrow::BaseListArray<arrow::LargeListType>") @NoOffset @Properties(inherit=arrow.class) public class BaseLargeListArray extends Array
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BaseLargeListArray()
Default native constructor.
|
BaseLargeListArray(long size)
Native array allocator.
|
BaseLargeListArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BaseLargeListArray |
getPointer(long i) |
LargeListType |
list_type() |
BaseLargeListArray |
position(long position) |
LongPointer |
raw_value_offsets()
Return pointer to raw value offsets accounting for any slice offset
|
long |
value_length(long i) |
long |
value_offset(long i) |
ArrowBuffer |
value_offsets()
Note that this buffer does not account for any slice offset
|
Array |
value_slice(long i) |
DataType |
value_type() |
Array |
values()
\brief Return array object containing the list's values
|
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, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic BaseLargeListArray()
public BaseLargeListArray(long size)
Pointer.position(long).public BaseLargeListArray(Pointer p)
Pointer(Pointer).public BaseLargeListArray position(long position)
public BaseLargeListArray getPointer(long i)
getPointer in class Pointer@Cast(value="const arrow::BaseListArray<arrow::LargeListType>::TypeClass*") public LargeListType list_type()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array values()
@SharedPtr public ArrowBuffer value_offsets()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType value_type()
@Cast(value="const arrow::BaseListArray<arrow::LargeListType>::offset_type*") public LongPointer raw_value_offsets()
@Cast(value="arrow::BaseListArray<arrow::LargeListType>::offset_type") public long value_offset(@Cast(value="int64_t") long i)
@Cast(value="arrow::BaseListArray<arrow::LargeListType>::offset_type") public long value_length(@Cast(value="int64_t") long i)
Copyright © 2021. All rights reserved.