PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
PartitionRangeDatumKind | kind |
Node * | value |
ParseLoc | location |
Definition at line 931 of file parsenodes.h.
PartitionRangeDatumKind PartitionRangeDatum::kind |
Definition at line 935 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 939 of file parsenodes.h.
Referenced by check_new_partition_bound(), and transformPartitionRangeBounds().
NodeTag PartitionRangeDatum::type |
Definition at line 933 of file parsenodes.h.
Node* PartitionRangeDatum::value |
Definition at line 936 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().