PostgreSQL Source Code
git master
|
Data Fields | |
Bitmapset * | bound_offsets |
bool | scan_default |
bool | scan_null |
Definition at line 127 of file partprune.c.
Bitmapset* PruneStepResult::bound_offsets |
Definition at line 133 of file partprune.c.
Referenced by get_matching_hash_bounds(), get_matching_list_bounds(), get_matching_partitions(), get_matching_range_bounds(), perform_pruning_base_step(), and perform_pruning_combine_step().
bool PruneStepResult::scan_default |
Definition at line 135 of file partprune.c.
Referenced by get_matching_hash_bounds(), get_matching_list_bounds(), get_matching_partitions(), get_matching_range_bounds(), perform_pruning_base_step(), and perform_pruning_combine_step().
bool PruneStepResult::scan_null |
Definition at line 136 of file partprune.c.
Referenced by get_matching_hash_bounds(), get_matching_list_bounds(), get_matching_partitions(), get_matching_range_bounds(), perform_pruning_base_step(), and perform_pruning_combine_step().