pub trait QueryBody {
    // Required method
    fn build(
&self,
ctx: &mut PgQueryCtx<'_>,
path: &Vector<String>,
res_count: QueryResCount
) -> (ExprType, Tokens); }

Required Methods§

source

fn build(
&self,
ctx: &mut PgQueryCtx<'_>,
path: &Vector<String>,
res_count: QueryResCount
) -> (ExprType, Tokens)

Implementors§