@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.
|
DataType |
type()
\brief Return the type of the built Array
|
_capacity, Advance, AppendNull, AppendNulls, child, 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, 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 BasicUnionBuilder(Pointer p)
Pointer.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 ArrayBuilderCopyright © 2020. All rights reserved.