[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.12.0" ) ]
public DenseUnionArray (Int8Array type_ids, Int32Array value_offsets, List<Array> fields) throws Error
| type_ids |
The field type IDs for each value as Int8Array. |
| value_offsets |
The value offsets for each value as Int32Array. Each offset is counted for each type. |
| fields |
|
A newly created DenseUnionArray or null on error. |