Expand description
Legacy AST translation code for Hamelin.
This crate contains the original one-shot AST translation code that will eventually be deprecated in favor of the new typed AST approach in hamelin_lib.
Re-exports§
pub use compiler::Compiler;pub use compiler::FunctionDescription;pub use translation::ContextualResult;pub use translation::DMLTranslation;pub use translation::QueryTranslation;pub use translation::StatementTranslation;pub use translation::Translation;
Modules§
Structs§
- Time
Range - A time range with optional start and end bounds.