Function compile_sql_sub

Source
pub fn compile_sql_sub<'a>(
    sql: &'a str,
    tx: &impl SchemaView,
) -> TypingResult<StatementCtx<'a>>
Expand description

Parse and type check a subscription query into a StatementCtx