arrow.schema

Module for Schema class

Types 3

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

Fluent builder implementation template for arrow.schema.Schema

Methods
T schema(void * propval)

Fluent builder for arrow.schema.Schema

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