SparseUnionDataType


Description:

[ CCode ( has_construct_function = false ) ]
public SparseUnionDataType (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 sparse union data type.