Skip to main content

Crate hamelin_sql

Crate hamelin_sql 

Source

Modules§

range_builder
utils

Structs§

TranslationContext
Translation context - carries state through translation.
TranslationRegistry
Registry mapping function types to their SQL translation implementations.

Traits§

CommandTranslator
Trait for translating IR commands to SQL.

Functions§

translate
Translate an IR statement to SQL using a dialect-specific translator.

Type Aliases§

CommandTranslationResult
Result type for command translation.
QueryInput
The input query state for command translation. None at the start of a pipeline, Some(query) after processing commands.
TranslationFn
Type alias for translation functions.