@Namespace(value="arrow") @Properties(inherit=arrow.class) public class DayTimeIntervalArray extends PrimitiveArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DayTimeIntervalArray(ArrayData data) |
DayTimeIntervalArray(DataType type,
long length,
ArrowBuffer data) |
DayTimeIntervalArray(DataType type,
long length,
ArrowBuffer data,
ArrowBuffer null_bitmap,
long null_count,
long offset) |
DayTimeIntervalArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byte_width() |
DayTimeIntervalType.DayMilliseconds |
GetValue(long i) |
DayTimeIntervalType.DayMilliseconds |
GetView(long i) |
BytePointer |
raw_values() |
DayTimeIntervalType.DayMilliseconds |
Value(long i) |
valuesgetPointer, positionAccept, 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 DayTimeIntervalArray(Pointer p)
Pointer(Pointer).public DayTimeIntervalArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::ArrayData>"}) ArrayData data)
public DayTimeIntervalArray(@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 DayTimeIntervalArray(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @Cast(value="int64_t") long length, @SharedPtr ArrowBuffer data)
@ByVal public DayTimeIntervalType.DayMilliseconds GetValue(@Cast(value="int64_t") long i)
@ByVal public DayTimeIntervalType.DayMilliseconds Value(@Cast(value="int64_t") long i)
@ByVal public DayTimeIntervalType.DayMilliseconds GetView(@Cast(value="int64_t") long i)
public int byte_width()
@Cast(value="const uint8_t*") public BytePointer raw_values()
Copyright © 2021. All rights reserved.