PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Oid | tsmhandler |
List * | args |
Expr * | repeatable |
Definition at line 1343 of file parsenodes.h.
List* TableSampleClause::args |
Definition at line 1347 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 1348 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 1346 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 1345 of file parsenodes.h.