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