Package io.deephaven.engine.table.impl
Interface PushdownPredicateManager
- All Superinterfaces:
PushdownFilterMatcher
- All Known Implementing Classes:
RegionedColumnSourceManager
,UnionSourceManager
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic PushdownPredicateManager
getSharedPPM
(Collection<ColumnSource<?>> columnSources) Return the shared pushdown predicate manager for the given column sources, if one exists.Methods inherited from interface io.deephaven.engine.table.impl.PushdownFilterMatcher
estimatePushdownFilterCost, makePushdownFilterContext, pushdownFilter
-
Method Details