Uses of Interface
org.apache.drill.exec.store.base.filter.FilterPushDownListener
Packages that use FilterPushDownListener
Package
Description
-
Uses of FilterPushDownListener in org.apache.drill.exec.store.base.filter
Methods in org.apache.drill.exec.store.base.filter with parameters of type FilterPushDownListenerModifier and TypeMethodDescriptionstatic Set<StoragePluginOptimizerRule> FilterPushDownStrategy.rulesFor(FilterPushDownListener listener) Constructors in org.apache.drill.exec.store.base.filter with parameters of type FilterPushDownListener -
Uses of FilterPushDownListener in org.apache.drill.exec.store.googlesheets
Classes in org.apache.drill.exec.store.googlesheets that implement FilterPushDownListenerModifier and TypeClassDescriptionclassThe GoogleSheets storage plugin accepts filters which are: A single column = value expression An AND'ed set of such expressions, If the value is one with an unambiguous conversion to a string. -
Uses of FilterPushDownListener in org.apache.drill.exec.store.http
Classes in org.apache.drill.exec.store.http that implement FilterPushDownListenerModifier and TypeClassDescriptionclassThe HTTP storage plugin accepts filters which are: A single column = value expression, where the column is a filter column from the config, or An AND'ed set of such expressions, If the value is one with an unambiguous conversion to a string. -
Uses of FilterPushDownListener in org.apache.drill.exec.store.splunk
Classes in org.apache.drill.exec.store.splunk that implement FilterPushDownListenerModifier and TypeClassDescriptionclassThe Splunk storage plugin accepts filters which are: A single column = value expression An AND'ed set of such expressions, If the value is one with an unambiguous conversion to a string.