PostgreSQL Source Code
git master
|
Data Fields | |
OSAPerQueryState * | qstate |
MemoryContext | gcontext |
Tuplesortstate * | sortstate |
int64 | number_of_rows |
bool | sort_done |
Definition at line 92 of file orderedsetaggs.c.
MemoryContext OSAPerGroupState::gcontext |
Definition at line 97 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
int64 OSAPerGroupState::number_of_rows |
Definition at line 101 of file orderedsetaggs.c.
Referenced by hypothetical_rank_common(), mode_final(), ordered_set_startup(), ordered_set_transition(), ordered_set_transition_multi(), percentile_cont_final_common(), percentile_cont_multi_final_common(), percentile_disc_final(), and percentile_disc_multi_final().
OSAPerQueryState* OSAPerGroupState::qstate |
Definition at line 95 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), hypothetical_rank_common(), mode_final(), ordered_set_shutdown(), ordered_set_startup(), ordered_set_transition_multi(), percentile_cont_final_common(), percentile_cont_multi_final_common(), and percentile_disc_multi_final().
bool OSAPerGroupState::sort_done |
Definition at line 103 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), hypothetical_rank_common(), mode_final(), ordered_set_startup(), percentile_cont_final_common(), percentile_cont_multi_final_common(), percentile_disc_final(), and percentile_disc_multi_final().
Tuplesortstate* OSAPerGroupState::sortstate |
Definition at line 99 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), hypothetical_rank_common(), mode_final(), ordered_set_shutdown(), ordered_set_startup(), ordered_set_transition(), ordered_set_transition_multi(), percentile_cont_final_common(), percentile_cont_multi_final_common(), percentile_disc_final(), and percentile_disc_multi_final().