Expand description
The MPL query language
Re-exports§
pub use errors::ParseError;pub use query::Query;
Modules§
- enc_
regex - encoding for regular expressions.
- errors
- Error types and diagnostics for
MPLparsing. - linker
- Builtin and custom function linking for
MPL - query
- The query structures
- tags
- Series tags and tag values
- time
- Time relateded types for
MPL - types
- Generic datatypes for
MPL - visitor
- Visitor pattern for query
Enums§
- Compile
Error - Compile error
- Group
Error - Type error
- Type
Error - Type error
Statics§
- STDLIB
MPLstandard Library
Functions§
- compile
- Parses and typechecks an MPL query into a Query object.