PostgreSQL Source Code git master
|
Data Fields | |
int64 | first_row |
int64 | second_row |
double | proportion |
int | idx |
Definition at line 634 of file orderedsetaggs.c.
int64 pct_info::first_row |
Definition at line 636 of file orderedsetaggs.c.
Referenced by percentile_cont_multi_final_common(), percentile_disc_multi_final(), and setup_pct_info().
int pct_info::idx |
Definition at line 639 of file orderedsetaggs.c.
Referenced by percentile_cont_multi_final_common(), percentile_disc_multi_final(), and setup_pct_info().
double pct_info::proportion |
Definition at line 638 of file orderedsetaggs.c.
Referenced by percentile_cont_multi_final_common(), and setup_pct_info().
int64 pct_info::second_row |
Definition at line 637 of file orderedsetaggs.c.
Referenced by percentile_cont_multi_final_common(), and setup_pct_info().