arrow.field
Module for [Field] class
Types 3
classField : gobject.object.ObjectWrap
Methods
FieldGidBuilder builder() static nothrowGet builder for [arrow.field.Field] Returns: New builder objectarrow.field.Field newFull(string name, arrow.data_type.DataType dataType, bool nullable) static nothrowarrow.field.Field import_(void * cAbiSchema) staticbool equal(arrow.field.Field otherField) nothrowvoid * export_()arrow.data_type.DataType getDataType() nothrowstring[string] getMetadata() nothrowstring getName() nothrowbool hasMetadata() nothrowbool isNullable() nothrowarrow.field.Field removeMetadata() nothrowstring toString_() nothrowstring toStringMetadata(bool showMetadata) nothrowarrow.field.Field withMergedMetadata(string[string] metadata) nothrowarrow.field.Field withMetadata(string[string] metadata) nothrowFluent builder implementation template for arrow.field.Field
Fluent builder for arrow.field.Field