pub fn build_tree_query( user_sql: &str, order_by_cols: &[&str], spec: &TreeSpec, include_deleted: bool, ctx_param_idx: usize, ) -> String