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