Re-exports§
pub use crate::schema::constraint::ColumnDefaultConstraint;
Modules§
- raw 🔒
Structs§
- Schema of a column, used as an immutable struct.
- Fulltext options for a column.
- Struct used to serialize and deserialize
Schema
. - A common schema, should be immutable.
- Skipping options for a column.
Enums§
- Fulltext analyzer.
- Skip index types.
Constants§
- Keys used in fulltext options
- Keys used in SKIPPING index options
- Key used to store fulltext options in arrow field’s metadata.
- Key used to store whether the column has inverted index in arrow field’s metadata.
- Key used to store skip options in arrow field’s metadata.
- Key used to store whether the column is time index in arrow field’s metadata.
- Key used to store actual column type in field metadata.
- Key used to store version number of the schema in metadata.