fn is_prunable(join: &SymmetricHashJoinExec) -> boolExpand description
This function returns whether a given symmetric hash join is amenable to
data pruning. For this to be possible, it needs to have a filter where
all involved PhysicalExprs, Operators and data types support
interval calculations.