sqlode/query_analyzer
Types
pub type AnalysisError =
context.AnalysisError
Values
pub fn analysis_error_to_string(
error: context.AnalysisError,
engine: model.Engine,
) -> String
pub fn analyze_queries(
engine: model.Engine,
catalog: model.Catalog,
naming_ctx: naming.NamingContext,
queries: List(query_ir.TokenizedQuery),
) -> Result(List(model.AnalyzedQuery), context.AnalysisError)