Home
last modified time | relevance | path

Searched refs:orderby_support (Results 1 – 2 of 2) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c80 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()
[all …]
/third_party/ejdb/src/
Dejdb2_internal.h176 bool orderby_support; /**< Index supported first order-by clause */ member