StructDataType

Constructors

this
this(arrow.field.Field[] fields)

Members

Functions

getField
arrow.field.Field getField(int i)
getFieldByName
arrow.field.Field getFieldByName(string name)
getFieldIndex
int getFieldIndex(string name)
getFields
arrow.field.Field[] getFields()
getNFields
int getNFields()

Inherited Members

From DataType

import_
arrow.data_type.DataType import_(void* cAbiSchema)
equal
bool equal(arrow.data_type.DataType otherDataType)
export_
void* export_()
getId
arrow.types.Type getId()
getName
string getName()
toString_
string toString_()