|
PostgreSQL Source Code git master
|
#include <extensible.h>
Data Fields | |
| const char * | CustomName |
| struct Plan *(* | PlanCustomPath )(PlannerInfo *root, RelOptInfo *rel, struct CustomPath *best_path, List *tlist, List *clauses, List *custom_plans) |
| struct List *(* | ReparameterizeCustomPathByChild )(PlannerInfo *root, List *custom_private, RelOptInfo *child_rel) |
Definition at line 92 of file extensible.h.
| const char* CustomPathMethods::CustomName |
Definition at line 94 of file extensible.h.
| struct Plan *(* CustomPathMethods::PlanCustomPath) (PlannerInfo *root, RelOptInfo *rel, struct CustomPath *best_path, List *tlist, List *clauses, List *custom_plans) |
Definition at line 94 of file extensible.h.
Referenced by create_customscan_plan().
| struct List *(* CustomPathMethods::ReparameterizeCustomPathByChild) (PlannerInfo *root, List *custom_private, RelOptInfo *child_rel) |
Definition at line 94 of file extensible.h.
Referenced by reparameterize_path_by_child().