@Namespace(value="arrow") @Properties(inherit=arrow.class) public class Decimal128Array extends FixedSizeBinaryArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Decimal128Array(ArrayData data) |
Decimal128Array(DataType type,
long length,
ArrowBuffer data) |
Decimal128Array(DataType type,
long length,
ArrowBuffer data,
ArrowBuffer null_bitmap,
long null_count,
long offset) |
Decimal128Array(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FormatValue(long i)
\brief Construct Decimal128Array from ArrayData instance
|
byte_width, GetString, GetValue, raw_values, ValuevaluesAccept, ApproxEquals, ApproxEquals, data, Diff, Equals, Equals, IsNull, IsValid, length, null_bitmap_data, null_bitmap, null_count, num_fields, offset, RangeEquals, RangeEquals, Slice, Slice, ToString, type_id, type, Validate, ValidateFull, Viewaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Decimal128Array(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::ArrayData>"}) ArrayData data)
public Decimal128Array(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @Cast(value="int64_t") long length, @SharedPtr ArrowBuffer data, @SharedPtr ArrowBuffer null_bitmap, @Cast(value="int64_t") long null_count, @Cast(value="int64_t") long offset)
public Decimal128Array(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @Cast(value="int64_t") long length, @SharedPtr ArrowBuffer data)
public Decimal128Array(Pointer p)
Pointer.Pointer(Pointer).@StdString public String FormatValue(@Cast(value="int64_t") long i)
Copyright © 2020. All rights reserved.