|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| PartitionRangeDatumKind | kind |
| Node * | value |
| ParseLoc | location |
Definition at line 957 of file parsenodes.h.
| PartitionRangeDatumKind PartitionRangeDatum::kind |
Definition at line 961 of file parsenodes.h.
Referenced by get_qual_for_range(), get_range_key_properties(), get_range_partbound_string(), make_one_partition_rbound(), transformPartitionRangeBounds(), and validateInfiniteBounds().
| ParseLoc PartitionRangeDatum::location |
Definition at line 965 of file parsenodes.h.
Referenced by check_new_partition_bound(), and transformPartitionRangeBounds().
| NodeTag PartitionRangeDatum::type |
Definition at line 959 of file parsenodes.h.
| Node* PartitionRangeDatum::value |
Definition at line 962 of file parsenodes.h.
Referenced by expression_tree_mutator_impl(), expression_tree_walker_impl(), get_range_key_properties(), get_range_partbound_string(), make_one_partition_rbound(), and transformPartitionRangeBounds().