Selects Catalyst predicate Expressions which are convertible into data source Filters
and can be handled by relation.
Selects Catalyst predicate Expressions which are convertible into data source Filters
and can be handled by relation.
A pair of Seq[Expression] and Seq[Filter]. The first element contains all Catalyst
predicate Expressions that are either not convertible or cannot be handled by
relation. The second element contains all converted data source Filters that
will be pushed down to the data source.
Tries to translate a Catalyst Expression into data source Filter.
Tries to translate a Catalyst Expression into data source Filter.
a Some[Filter] if the input Expression is convertible, otherwise a None.
A Strategy for planning scans over data sources defined using the sources API.