Documentation
Dlang.org
LargeStringArrayBuilder
arrow
large_string_array_builder
class
LargeStringArrayBuilder :
LargeBinaryArrayBuilder
{
this
();
bool
appendString
(string value);
bool
appendStringLen
(string value, long length);
bool
appendStrings
(string[] values, bool[] isValids);
}
Constructors
this
this
()
Members
Functions
appendString
bool
appendString
(string value)
appendStringLen
bool
appendStringLen
(string value, long length)
appendStrings
bool
appendStrings
(string[] values, bool[] isValids)
Append multiple values at once. It's more efficient than multiple
append
and
append_null
calls.
Inherited Members
From LargeBinaryArrayBuilder
appendValue
bool
appendValue
(ubyte[] value)
appendValueBytes
bool
appendValueBytes
(glib.bytes.Bytes value)
appendValues
bool
appendValues
(glib.bytes.Bytes[] values, bool[] isValids)
Append multiple values at once. It's more efficient than multiple
append
and
append_null
calls.
arrow
large_string_array_builder
classes
LargeStringArrayBuilder