DenseUnionDataType


Description:

[ CCode ( has_construct_function = false ) ]
public DenseUnionDataType (List<Field> fields, int8[] type_codes)

Parameters:

fields

The fields of the union.

type_codes

The codes to specify each field.

n_type_codes

The number of type codes.

Returns:

The newly created dense union data type.