|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| PartitionRangeDatumKind | kind |
| Node * | value |
| ParseLoc | location |
Definition at line 958 of file parsenodes.h.
| PartitionRangeDatumKind PartitionRangeDatum::kind |
Definition at line 962 of file parsenodes.h.
Referenced by get_range_key_properties(), get_range_partbound_string(), and make_one_partition_rbound().
| ParseLoc PartitionRangeDatum::location |
Definition at line 966 of file parsenodes.h.
Referenced by check_new_partition_bound(), and check_two_partitions_bounds_range().
| NodeTag PartitionRangeDatum::type |
Definition at line 960 of file parsenodes.h.
| Node* PartitionRangeDatum::value |
Definition at line 963 of file parsenodes.h.
Referenced by get_range_key_properties(), get_range_partbound_string(), and make_one_partition_rbound().