@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class FixedSizeListArray extends Array
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FixedSizeListArray(ArrayData data) |
FixedSizeListArray(DataType type,
long length,
Array values) |
FixedSizeListArray(DataType type,
long length,
Array values,
ArrowBuffer null_bitmap,
long null_count,
long offset) |
FixedSizeListArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayResult |
FromArrays(Array values,
int list_size)
\brief Construct FixedSizeListArray from child value array and value_length
|
FixedSizeListType |
list_type() |
int |
value_length() |
int |
value_length(long i) |
int |
value_offset(long i) |
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, 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 FixedSizeListArray(Pointer p)
Pointer(Pointer).public FixedSizeListArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::ArrayData>"}) ArrayData data)
public FixedSizeListArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @Cast(value="int64_t") long length, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array values, @SharedPtr ArrowBuffer null_bitmap, @Cast(value="int64_t") long null_count, @Cast(value="int64_t") long offset)
public FixedSizeListArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @Cast(value="int64_t") long length, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array values)
@Const public FixedSizeListType list_type()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array values()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType value_type()
public int value_length()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) public Array value_slice(@Cast(value="int64_t") long i)
@ByVal public static ArrayResult FromArrays(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Array>"}) Array values, int list_size)
values - [in] Array containing list valueslist_size - [in] The fixed length of each listCopyright © 2021. All rights reserved.