append_value


Description:

[ Version ( since = "23.0.0" ) ]
public bool append_value () throws Error

Parameters:

this

A FixedSizeListArrayBuilder.

Returns:

true on success, false if there was an error.

It appends a new list element. To append a new list element, you need to call this function then append list element values to `value_builder`. `value_builder` is the ArrayBuilder specified to constructor. You can get `value_builder` by get_value_builder.