PostgreSQL Source Code
git master
|
Data Fields | |
void * | state |
List * | state_list |
void(* | startup_fn )(Node *clause, PredIterInfo info) |
Node *(* | next_fn )(PredIterInfo info) |
void(* | cleanup_fn )(PredIterInfo info) |
Definition at line 59 of file predtest.c.
void(* PredIterInfoData::cleanup_fn) (PredIterInfo info) |
Definition at line 69 of file predtest.c.
Referenced by predicate_classify().
Node*(* PredIterInfoData::next_fn) (PredIterInfo info) |
Definition at line 67 of file predtest.c.
Referenced by predicate_classify().
void(* PredIterInfoData::startup_fn) (Node *clause, PredIterInfo info) |
Definition at line 65 of file predtest.c.
Referenced by predicate_classify().
void* PredIterInfoData::state |
Definition at line 62 of file predtest.c.
Referenced by arrayconst_cleanup_fn(), arrayconst_next_fn(), arrayconst_startup_fn(), arrayexpr_cleanup_fn(), arrayexpr_next_fn(), arrayexpr_startup_fn(), boolexpr_startup_fn(), list_next_fn(), and list_startup_fn().
List* PredIterInfoData::state_list |
Definition at line 63 of file predtest.c.
Referenced by arrayexpr_next_fn(), arrayexpr_startup_fn(), boolexpr_startup_fn(), list_next_fn(), and list_startup_fn().