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