arrow.string_dictionary_array_builder

Module for [StringDictionaryArrayBuilder] class

Types 3

Methods
GType _gType() @property
StringDictionaryArrayBuilder self()Returns `this`, for use in `with` statements.
StringDictionaryArrayBuilderGidBuilder builder()Get builder for [arrow.stringdictionaryarray_builder.StringDictionaryArrayBuilder] Returns: New builder object
bool appendIndices(long[] values, bool[] isValids = null)Append dictionary indices directly without modifying the internal memo.
bool appendString(string 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.string_dictionary_array_builder.StringDictionaryArrayBuilder]