append_value


Description:

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

Parameters:

this

A StructArrayBuilder.

Returns:

true on success, false if there was an error.

It appends a new struct element. To append a new struct element, you need to call this function then append struct element field values to all `field_builder`s. `field_value`s are the ArrayBuilder specified to constructor. You can get `field_builder` by get_field_builder or get_field_builders.

// TODO