|
CUBRID Engine
latest
|
#include <query_aggregate.hpp>

Public Attributes | |
| int | curr_size |
| int | tuple_count |
| int | func_count |
| cubxasl::aggregate_accumulator * | accumulators |
| qfile_tuple_record | first_tuple |
Definition at line 52 of file query_aggregate.hpp.
| cubxasl::aggregate_accumulator* cubquery::aggregate_hash_value::accumulators |
Definition at line 57 of file query_aggregate.hpp.
Referenced by qdata_alloc_agg_hvalue(), qdata_free_agg_hvalue(), qdata_get_agg_hvalue_size(), qdata_load_agg_hentry_from_tuple(), qdata_load_agg_hvalue_in_agg_list(), qdata_save_agg_hentry_to_list(), qexec_gby_put_next(), qexec_hash_gby_agg_tuple(), and qexec_hash_gby_put_next().
| int cubquery::aggregate_hash_value::curr_size |
Definition at line 54 of file query_aggregate.hpp.
Referenced by qdata_get_agg_hvalue_size().
| qfile_tuple_record cubquery::aggregate_hash_value::first_tuple |
Definition at line 58 of file query_aggregate.hpp.
Referenced by qdata_alloc_agg_hvalue(), qdata_free_agg_hvalue(), qdata_get_agg_hvalue_size(), qdata_save_agg_htable_to_list(), qexec_groupby(), and qexec_hash_gby_agg_tuple().
| int cubquery::aggregate_hash_value::func_count |
Definition at line 56 of file query_aggregate.hpp.
Referenced by qdata_alloc_agg_hvalue(), qdata_free_agg_hvalue(), qdata_get_agg_hvalue_size(), qdata_load_agg_hentry_from_tuple(), qdata_load_agg_hvalue_in_agg_list(), and qdata_save_agg_hentry_to_list().
| int cubquery::aggregate_hash_value::tuple_count |
Definition at line 55 of file query_aggregate.hpp.
Referenced by qdata_alloc_agg_hvalue(), qdata_load_agg_hentry_from_tuple(), qdata_save_agg_hentry_to_list(), qdata_save_agg_htable_to_list(), qexec_gby_put_next(), qexec_groupby(), and qexec_hash_gby_agg_tuple().