@Name(value="arrow::BaseListBuilder<arrow::LargeListType>") @NoOffset @Properties(inherit=arrow.class) public class BaseLargeListBuilder extends ArrayBuilder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BaseLargeListBuilder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Append() |
Status |
Append(boolean is_valid)
\brief Start a new variable-length list slot
This function should be called before beginning to append elements to the
value builder
|
Status |
AppendNull() |
Status |
AppendNulls(long length) |
Status |
AppendValues(long[] offsets,
long length) |
Status |
AppendValues(long[] offsets,
long length,
byte[] valid_bytes) |
Status |
AppendValues(LongBuffer offsets,
long length) |
Status |
AppendValues(LongBuffer offsets,
long length,
ByteBuffer valid_bytes) |
Status |
AppendValues(LongPointer offsets,
long length) |
Status |
AppendValues(LongPointer offsets,
long length,
BytePointer valid_bytes)
\brief Vector append
If passed, valid_bytes is of equal length to values, and any zero byte
will be considered as a null for that slot
|
Status |
FinishInternal(ArrayData out)
\brief Return result of builder as an internal generic ArrayData
object.
|
static long |
maximum_elements() |
void |
Reset()
Reset the builder.
|
Status |
Resize(long _capacity)
Use this constructor to incrementally build the value array along with offsets and
null bitmap.
|
DataType |
type()
\brief Return the type of the built Array
|
ArrayBuilder |
value_builder() |
_capacity, Advance, child, Finish, length, null_count, num_children, Reserveaddress, 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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BaseLargeListBuilder(Pointer p)
Pointer.Pointer(Pointer).@ByVal public Status Resize(@Cast(value="int64_t") long _capacity)
Resize in class ArrayBuilderpublic void Reset()
ArrayBuilderReset in class ArrayBuilder@ByVal public Status AppendValues(@Cast(value="const arrow::BaseListBuilder<arrow::LargeListType>::offset_type*") LongPointer offsets, @Cast(value="int64_t") long length, @Cast(value="const uint8_t*") BytePointer valid_bytes)
@ByVal public Status AppendValues(@Cast(value="const arrow::BaseListBuilder<arrow::LargeListType>::offset_type*") LongPointer offsets, @Cast(value="int64_t") long length)
@ByVal public Status AppendValues(@Cast(value="const arrow::BaseListBuilder<arrow::LargeListType>::offset_type*") LongBuffer offsets, @Cast(value="int64_t") long length, @Cast(value="const uint8_t*") ByteBuffer valid_bytes)
@ByVal public Status AppendValues(@Cast(value="const arrow::BaseListBuilder<arrow::LargeListType>::offset_type*") LongBuffer offsets, @Cast(value="int64_t") long length)
@ByVal public Status AppendValues(@Cast(value="const arrow::BaseListBuilder<arrow::LargeListType>::offset_type*") long[] offsets, @Cast(value="int64_t") long length, @Cast(value="const uint8_t*") byte[] valid_bytes)
@ByVal public Status AppendValues(@Cast(value="const arrow::BaseListBuilder<arrow::LargeListType>::offset_type*") long[] offsets, @Cast(value="int64_t") long length)
@ByVal public Status Append(@Cast(value="bool") boolean is_valid)
@ByVal public Status AppendNull()
AppendNull in class ArrayBuilder@ByVal public Status AppendNulls(@Cast(value="int64_t") long length)
AppendNulls in class ArrayBuilder@ByVal public Status FinishInternal(@SharedPtr ArrayData out)
ArrayBuilderFinishInternal in class ArrayBuilderout - [out] the finalized ArrayData objectpublic ArrayBuilder value_builder()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType type()
ArrayBuildertype in class ArrayBuilderCopyright © 2020. All rights reserved.