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
pub fn compile_sql_sub<'a>(
sql: &'a str,
tx: &impl SchemaView,
) -> TypingResult<StatementCtx<'a>>Parse and type check a subscription query into a StatementCtx