arrow.string_dictionary_array_builder

Module for [StringDictionaryArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StringDictionaryArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
StringDictionaryArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.string_dictionary_array_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)
long getDictionaryLength() nothrow
void resetFull() nothrowReset and also clear accumulated dictionary values in memo table.
Constructors
this(void * ptr, Flag!"Take" take)