PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Oid | tsmhandler |
List * | args |
Expr * | repeatable |
Definition at line 1352 of file parsenodes.h.
List* TableSampleClause::args |
Definition at line 1356 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 1357 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 1355 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 1354 of file parsenodes.h.