|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | str |
| NDistinctSemanticState | state |
| List * | distinct_items |
| Node * | escontext |
| bool | found_attributes |
| bool | found_ndistinct |
| List * | attnum_list |
| int32 | ndistinct |
Definition at line 39 of file pg_ndistinct.c.
| List* NDistinctParseState::attnum_list |
Definition at line 49 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| List* NDistinctParseState::distinct_items |
Definition at line 44 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| Node* NDistinctParseState::escontext |
Definition at line 45 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| bool NDistinctParseState::found_attributes |
Definition at line 47 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| bool NDistinctParseState::found_ndistinct |
Definition at line 48 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| int32 NDistinctParseState::ndistinct |
Definition at line 50 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| NDistinctSemanticState NDistinctParseState::state |
Definition at line 42 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().
| const char* NDistinctParseState::str |
Definition at line 41 of file pg_ndistinct.c.
Referenced by pg_ndistinct_in().