@Name(value="arrow::BaseBinaryArray<arrow::BinaryType>") @NoOffset @Properties(inherit=arrow.class) public class BaseBinaryArray extends FlatArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BaseBinaryArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GetString(long i)
\brief Get binary value as a std::string
|
byte[] |
GetValue(long i,
int[] out_length) |
ByteBuffer |
GetValue(long i,
IntBuffer out_length) |
BytePointer |
GetValue(long i,
IntPointer out_length)
Return the pointer to the given elements bytes
|
IntPointer |
raw_value_offsets() |
ArrowBuffer |
value_data()
Note that this buffer does not account for any slice offset
|
int |
value_length(long i) |
int |
value_offset(long i) |
ArrowBuffer |
value_offsets()
Note that this buffer does not account for any slice offset
|
Accept, 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 BaseBinaryArray(Pointer p)
Pointer.Pointer(Pointer).@Cast(value="const uint8_t*") public BytePointer GetValue(@Cast(value="int64_t") long i, @Cast(value="arrow::BaseBinaryArray<arrow::BinaryType>::offset_type*") IntPointer out_length)
@Cast(value="const uint8_t*") public ByteBuffer GetValue(@Cast(value="int64_t") long i, @Cast(value="arrow::BaseBinaryArray<arrow::BinaryType>::offset_type*") IntBuffer out_length)
@Cast(value="const uint8_t*") public byte[] GetValue(@Cast(value="int64_t") long i, @Cast(value="arrow::BaseBinaryArray<arrow::BinaryType>::offset_type*") int[] out_length)
@StdString public String GetString(@Cast(value="int64_t") long i)
i - the value index@SharedPtr public ArrowBuffer value_offsets()
@SharedPtr public ArrowBuffer value_data()
@Cast(value="const arrow::BaseBinaryArray<arrow::BinaryType>::offset_type*") public IntPointer raw_value_offsets()
@Cast(value="arrow::BaseBinaryArray<arrow::BinaryType>::offset_type") public int value_offset(@Cast(value="int64_t") long i)
Copyright © 2020. All rights reserved.