Lines Matching refs:orderby_support
80 if (mctx->orderby_support) { in _jbi_log_index_rules()
97 if (midx->orderby_support) { in _jbi_idx_expr_op_weight()
235 if (mctx->orderby_support) { in _jbi_compute_index_rules()
240 mctx->orderby_support = false; in _jbi_compute_index_rules()
244 mctx->orderby_support = false; in _jbi_compute_index_rules()
247 if (!mctx->orderby_support && mctx->expr2) { in _jbi_compute_index_rules()
251 mctx->orderby_support = true; in _jbi_compute_index_rules()
259 mctx->orderby_support = false; in _jbi_compute_index_rules()
353 mctx.orderby_support = (i == j); in _jbi_collect_indexes()
409 ctx->midx.orderby_support = true; in _jbi_select_index_for_orderby()
451 if (midx->orderby_support && (aux->orderby_num == 1)) { in jbi_selection()