Documentation
Dlang.org
StructDataType
arrow
struct_data_type
class
StructDataType :
DataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
StructDataType
self
();
this
(arrow.field.Field[] fields);
arrow
.
field
.
Field
getField
(int i);
arrow
.
field
.
Field
getFieldByName
(string name);
int
getFieldIndex
(string name);
arrow
.
field
.
Field
[]
getFields
();
int
getNFields
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
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
()
self
StructDataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From DataType
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
DataType
self
()
Returns
this
, for use in
with
statements.
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_
()
arrow
struct_data_type
classes
StructDataType