Modules§
Structs§
- Translation
Context - Translation context - carries state through translation.
- Translation
Registry - Registry mapping function types to their SQL translation implementations.
Traits§
- Command
Translator - Trait for translating IR commands to SQL.
Functions§
- translate
- Translate an IR statement to SQL using a dialect-specific translator.
Type Aliases§
- Command
Translation Result - Result type for command translation.
- Query
Input - The input query state for command translation.
Noneat the start of a pipeline,Some(query)after processing commands. - Translation
Fn - Type alias for translation functions.