@Namespace(value="arrow") @Properties(inherit=arrow.class) public class NullBuilder extends ArrayBuilder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NullBuilder() |
NullBuilder(DataType type) |
NullBuilder(DataType type,
MemoryPool pool) |
NullBuilder(long size)
Native array allocator.
|
NullBuilder(MemoryPool pool) |
NullBuilder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
AppendEmptyValue()
\brief Append a non-null value to builder
The appended value is an implementation detail, but the corresponding
memory slot is guaranteed to be initialized.
|
Status |
AppendEmptyValues(long length)
\brief Append a number of non-null values to builder
The appended values are an implementation detail, but the corresponding
memory slot is guaranteed to be initialized.
|
Status |
AppendNull()
\brief Append a single null element
|
Status |
AppendNulls(long length)
\brief Append the specified number of null elements
|
Status |
Finish(NullArray out) |
Status |
FinishInternal(ArrayData out)
\brief Return result of builder as an internal generic ArrayData
object.
|
NullBuilder |
getPointer(long i) |
NullBuilder |
position(long position) |
DataType |
type()
\endcond
|
_capacity, Advance, child_builder, child, Finish, Finish, length, null_count, num_children, Reserve, Reset, Resizeaddress, 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic NullBuilder(Pointer p)
Pointer(Pointer).public NullBuilder(long size)
Pointer.position(long).public NullBuilder(MemoryPool pool)
public NullBuilder()
public NullBuilder(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, MemoryPool pool)
public NullBuilder(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
public NullBuilder position(long position)
public NullBuilder getPointer(long i)
getPointer in class Pointer@ByVal public Status AppendNulls(@Cast(value="int64_t") long length)
AppendNulls in class ArrayBuilder@ByVal public Status AppendNull()
AppendNull in class ArrayBuilder@ByVal public Status AppendEmptyValues(@Cast(value="int64_t") long length)
ArrayBuilderAppendEmptyValues in class ArrayBuilder@ByVal public Status AppendEmptyValue()
ArrayBuilderAppendEmptyValue in class ArrayBuilder@ByVal public Status FinishInternal(@SharedPtr ArrayData out)
ArrayBuilderFinishInternal in class ArrayBuilderout - [out] the finalized ArrayData object@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType type()
type in class ArrayBuilder@ByVal public Status Finish(@SharedPtr NullArray out)
Copyright © 2021. All rights reserved.