Home
last modified time | relevance | path

Searched refs:aggregate_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c391 bool aggregate_count; member
488 qctx->aggregate_count = jql_has_aggregate_count(qctx->q); in ejd_exec_port_handler()
492 ux.visitor = qctx->aggregate_count ? 0 : ejd_exec_visitor; in ejd_exec_port_handler()
500 if (qctx->aggregate_count) { in ejd_exec_port_handler()
/third_party/sqlite/include/
Dsqlite3ext.h34 int (*aggregate_count)(sqlite3_context*); member
394 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
/third_party/sqlite/src/
Dsqlite3.c131748 int (*aggregate_count)(sqlite3_context*);
132104 #define sqlite3_aggregate_count sqlite3_api->aggregate_count