arrow.schema

Module for [Schema] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Schema self() nothrowReturns `this`, for use in `with` statements.
SchemaGidBuilder builder() static nothrowGet builder for [arrow.schema.Schema] Returns: New builder object
arrow.schema.Schema import_(void * cAbiSchema) static
bool equal(arrow.schema.Schema otherSchema) nothrow
void * export_()
arrow.field.Field getField(uint i) nothrow
arrow.field.Field getFieldByName(string name) nothrow
int getFieldIndex(string name) nothrow
string[string] getMetadata() nothrow
bool hasMetadata() nothrow
uint nFields() nothrow
string toString_() nothrow
string toStringMetadata(bool showMetadata) nothrow
arrow.schema.Schema withMetadata(string[string] metadata) nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.schema.Schema

Methods
T schema(void * propval) nothrow

Fluent builder for arrow.schema.Schema

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