pub(crate) fn build_page_pruning_predicate(
predicate: &Arc<dyn PhysicalExpr>,
file_schema: &SchemaRef,
) -> Arc<PagePruningAccessPlanFilter>Expand description
Build a page pruning predicate from an optional predicate expression. If the predicate is None or the predicate cannot be converted to a page pruning predicate, return None.