|
PostgreSQL Source Code git master
|
Data Fields | |
| Aggref * | aggref |
| MemoryContext | qcontext |
| ExprContext * | econtext |
| bool | rescan_needed |
| TupleDesc | tupdesc |
| TupleTableSlot * | tupslot |
| int | numSortCols |
| AttrNumber * | sortColIdx |
| Oid * | sortOperators |
| Oid * | eqOperators |
| Oid * | sortCollations |
| bool * | sortNullsFirsts |
| ExprState * | compareTuple |
| Oid | sortColType |
| int16 | typLen |
| bool | typByVal |
| char | typAlign |
| Oid | sortOperator |
| Oid | eqOperator |
| Oid | sortCollation |
| bool | sortNullsFirst |
| FmgrInfo | equalfn |
Definition at line 49 of file orderedsetaggs.c.
| Aggref* OSAPerQueryState::aggref |
Definition at line 52 of file orderedsetaggs.c.
Referenced by ordered_set_startup(), and ordered_set_transition_multi().
| ExprState* OSAPerQueryState::compareTuple |
Definition at line 74 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final().
| ExprContext* OSAPerQueryState::econtext |
Definition at line 56 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final().
| Oid OSAPerQueryState::eqOperator |
Definition at line 85 of file orderedsetaggs.c.
Referenced by mode_final(), and ordered_set_startup().
| Oid* OSAPerQueryState::eqOperators |
Definition at line 70 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), and ordered_set_startup().
| FmgrInfo OSAPerQueryState::equalfn |
Definition at line 89 of file orderedsetaggs.c.
Referenced by mode_final().
| int OSAPerQueryState::numSortCols |
Definition at line 67 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), and ordered_set_startup().
| MemoryContext OSAPerQueryState::qcontext |
Definition at line 54 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), mode_final(), and ordered_set_startup().
| bool OSAPerQueryState::rescan_needed |
Definition at line 58 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
| AttrNumber* OSAPerQueryState::sortColIdx |
Definition at line 68 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), and ordered_set_startup().
| Oid OSAPerQueryState::sortCollation |
Definition at line 86 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
| Oid* OSAPerQueryState::sortCollations |
Definition at line 71 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), and ordered_set_startup().
| Oid OSAPerQueryState::sortColType |
Definition at line 79 of file orderedsetaggs.c.
Referenced by ordered_set_startup(), percentile_cont_final_common(), percentile_cont_multi_final_common(), and percentile_disc_multi_final().
| bool OSAPerQueryState::sortNullsFirst |
Definition at line 87 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
| bool* OSAPerQueryState::sortNullsFirsts |
Definition at line 72 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
| Oid OSAPerQueryState::sortOperator |
Definition at line 84 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
| Oid* OSAPerQueryState::sortOperators |
Definition at line 69 of file orderedsetaggs.c.
Referenced by ordered_set_startup().
| TupleDesc OSAPerQueryState::tupdesc |
Definition at line 63 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), hypothetical_rank_common(), and ordered_set_startup().
| TupleTableSlot* OSAPerQueryState::tupslot |
Definition at line 65 of file orderedsetaggs.c.
Referenced by hypothetical_dense_rank_final(), hypothetical_rank_common(), ordered_set_shutdown(), ordered_set_startup(), and ordered_set_transition_multi().
| char OSAPerQueryState::typAlign |
Definition at line 82 of file orderedsetaggs.c.
Referenced by ordered_set_startup(), and percentile_disc_multi_final().
| bool OSAPerQueryState::typByVal |
Definition at line 81 of file orderedsetaggs.c.
Referenced by mode_final(), ordered_set_startup(), and percentile_disc_multi_final().
| int16 OSAPerQueryState::typLen |
Definition at line 80 of file orderedsetaggs.c.
Referenced by ordered_set_startup(), and percentile_disc_multi_final().