Documentation
Dlang.org
SparseUnionDataType
arrow
sparse_union_data_type
class
SparseUnionDataType :
UnionDataType
{
this
(arrow.field.Field[] fields, byte[] typeCodes);
}
Constructors
this
this
(arrow.field.Field[] fields, byte[] typeCodes)
Inherited Members
From UnionDataType
getField
arrow
.
field
.
Field
getField
(int i)
getFields
arrow
.
field
.
Field
[]
getFields
()
getNFields
int
getNFields
()
getTypeCodes
byte
[]
getTypeCodes
()
arrow
sparse_union_data_type
classes
SparseUnionDataType