arrow.field

Module for [Field] class

Types 3

Methods
GType _gType() @property
Field self()Returns `this`, for use in `with` statements.
FieldGidBuilder builder()Get builder for [arrow.field.Field] Returns: New builder object
arrow.field.Field newFull(string name, arrow.data_type.DataType dataType, bool nullable)
arrow.field.Field import_(void * cAbiSchema)
bool equal(arrow.field.Field otherField)
void * export_()
string[string] getMetadata()
string getName()
bool isNullable()
string toString_()
string toStringMetadata(bool showMetadata)
arrow.field.Field withMergedMetadata(string[string] metadata)
arrow.field.Field withMetadata(string[string] metadata)
Constructors
this(void * ptr, Flag!"Take" take)
this(string name, arrow.data_type.DataType dataType)

Fluent builder for [arrow.field.Field]

Methods