Home
last modified time | relevance | path

Searched refs:JQP_QRY_AGGREGATE (Results 1 – 5 of 5) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_consumer.c117 if (!(aux->qmode & JQP_QRY_AGGREGATE)) { in jbi_consumer()
Djbi_sorter_consumer.c131 if (!(aux->qmode & JQP_QRY_AGGREGATE)) { in _jbi_scan_sorter_do()
/third_party/ejdb/src/jql/
Djqp.h262 #define JQP_QRY_AGGREGATE (JQP_QRY_COUNT) macro
Djql.c1449 return (q->aux->qmode & JQP_QRY_AGGREGATE); in jql_has_aggregate_count()
/third_party/ejdb/src/
Dejdb2.c845 if (!(q->aux->qmode & JQP_QRY_AGGREGATE)) { in _jb_exec_upsert_lw()