@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class BasicUnionBuilder extends ArrayBuilder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BasicUnionBuilder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
AppendChild(ArrayBuilder new_child) |
byte |
AppendChild(ArrayBuilder new_child,
BytePointer field_name) |
byte |
AppendChild(ArrayBuilder new_child,
String field_name)
\brief Make a new child builder available to the UnionArray
|
Status |
Finish(UnionArray out)
\endcond
|
Status |
FinishInternal(ArrayData out)
\brief Return result of builder as an internal generic ArrayData
object.
|
long |
length() |
DataType |
type()
\brief Return the type of the built Array
|
_capacity, Advance, AppendEmptyValue, AppendEmptyValues, AppendNull, AppendNulls, child_builder, child, Finish, Finish, 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, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic BasicUnionBuilder(Pointer p)
Pointer(Pointer).@ByVal public Status FinishInternal(@SharedPtr ArrayData out)
ArrayBuilderFinishInternal in class ArrayBuilderout - [out] the finalized ArrayData object@ByVal public Status Finish(@SharedPtr UnionArray out)
public byte AppendChild(@Const @SharedPtr @ByRef ArrayBuilder new_child, @StdString String field_name)
new_child - [in] the child builderfield_name - [in] the name of the field in the union array type
if type inference is usedpublic byte AppendChild(@Const @SharedPtr @ByRef ArrayBuilder new_child)
public byte AppendChild(@Const @SharedPtr @ByRef ArrayBuilder new_child, @StdString BytePointer field_name)
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType type()
ArrayBuildertype in class ArrayBuilder@Cast(value="int64_t") public long length()
length in class ArrayBuilderCopyright © 2021. All rights reserved.