|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Oid | tsmhandler |
| List * | args |
| Expr * | repeatable |
Definition at line 1374 of file parsenodes.h.
| List* TableSampleClause::args |
Definition at line 1378 of file parsenodes.h.
Referenced by ExecInitSampleScan(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_tablesample_def(), set_rel_consider_parallel(), set_tablesample_rel_size(), show_tablesample(), and transformRangeTableSample().
| Expr* TableSampleClause::repeatable |
Definition at line 1379 of file parsenodes.h.
Referenced by ExecInitSampleScan(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_tablesample_def(), show_tablesample(), and transformRangeTableSample().
| Oid TableSampleClause::tsmhandler |
Definition at line 1377 of file parsenodes.h.
Referenced by cost_samplescan(), ExecInitSampleScan(), find_expr_references_walker(), get_tablesample_def(), set_rel_consider_parallel(), set_tablesample_rel_pathlist(), set_tablesample_rel_size(), show_tablesample(), and transformRangeTableSample().
| NodeTag TableSampleClause::type |
Definition at line 1376 of file parsenodes.h.