arrow.array_builder
Module for [ArrayBuilder] class
Types 3
Methods
ArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.array_builder.ArrayBuilder] Returns: New builder objectbool appendEmptyValue()bool appendEmptyValues(long n)Append multiple empty values at once. It's more efficient than multiple [arrow.array_builder.ArrayBuilder.appendEmptyValue] calls.bool appendNull()bool appendNulls(long n)Append multiple nulls at once. It's more efficient than multiple [arrow.array_builder.ArrayBuilder.appendNull] calls.long getCapacity() nothrowarrow.array_builder.ArrayBuilder getChild(int i) nothrowarrow.array_builder.ArrayBuilder[] getChildren() nothrowlong getLength() nothrowlong getNNulls() nothrowarrow.data_type.DataType getValueDataType() nothrowarrow.types.Type getValueType() nothrowbool reserve(long additionalCapacity)void reset() nothrowbool resize(long capacity)Fluent builder implementation template for arrow.array_builder.ArrayBuilder
Methods
T arrayBuilder(void * propval) nothrowFluent builder for arrow.array_builder.ArrayBuilder
Methods