27 #ifndef UPS_UPSCALEDB_OLA_H
28 #define UPS_UPSCALEDB_OLA_H
struct ups_txn_t ups_txn_t
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_sum_if(ups_db_t *db, ups_txn_t *txn, uqi_bool_predicate_t *pred, uqi_result_t *result)
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_average_if(ups_db_t *db, ups_txn_t *txn, uqi_bool_predicate_t *pred, uqi_result_t *result)
unsigned __int64 uint64_t
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_count_distinct(ups_db_t *db, ups_txn_t *txn, uqi_result_t *result)
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_count_if(ups_db_t *db, ups_txn_t *txn, uqi_bool_predicate_t *pred, uqi_result_t *result)
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_count(ups_db_t *db, ups_txn_t *txn, uqi_result_t *result)
Include file for upscaledb embedded database.
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_count_distinct_if(ups_db_t *db, ups_txn_t *txn, uqi_bool_predicate_t *pred, uqi_result_t *result)
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_average(ups_db_t *db, ups_txn_t *txn, uqi_result_t *result)
UPS_EXPORT ups_status_t UPS_CALLCONV uqi_sum(ups_db_t *db, ups_txn_t *txn, uqi_result_t *result)