arrow.field

Module for [Field] class

Types 3

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

Fluent builder implementation template for arrow.field.Field

Methods
T field(void * propval) nothrow

Fluent builder for arrow.field.Field

Methods
Field build() nothrowCreate object from builder. Returns: New object