arrow.binary_dictionary_array_builder

Module for [BinaryDictionaryArrayBuilder] class

Types 3

Methods
GType _gType() @property
BinaryDictionaryArrayBuilder self()Returns `this`, for use in `with` statements.
BinaryDictionaryArrayBuilderGidBuilder builder()Get builder for [arrow.binarydictionaryarray_builder.BinaryDictionaryArrayBuilder] Returns: New builder object
bool appendIndices(long[] values, bool[] isValids = null)Append dictionary indices directly without modifying the internal memo.
bool appendValue(ubyte[] value)
bool finishDelta(out arrow.array.Array outIndices, out arrow.array.Array outDelta)
void resetFull()Reset and also clear accumulated dictionary values in memo table.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.binary_dictionary_array_builder.BinaryDictionaryArrayBuilder]