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