SupportsPushDownV2Filters¶
SupportsPushDownV2Filters
is an extension of the ScanBuilder abstraction for scan builders that support pushPredicates (using "modern" Predicates).
Contract¶
pushedPredicates¶
Predicate[] pushedPredicates()
Used when:
PushDownUtils
is requested to pushFilters
pushPredicates¶
Predicate[] pushPredicates(
Predicate[] predicates)
Used when:
PushDownUtils
is requested to pushFilters