Module model

Source
Expand description

Domain specific models.

Re-exports§

pub use apache_avro::schema;

Structs§

Column
A model field with associated metadata.
Mutation
A mutation type for models.
Query
A query type for models.
QueryContext
Data associated with a query.
QueryOrder
The query order.
Reference
A model reference for a column.
Translation
Model field translations.

Traits§

Model
General data model.
ModelHooks
Hooks for the model.