Uses of Class
org.apache.druid.query.filter.FilterBundle.MatcherBundleInfo
-
Packages that use FilterBundle.MatcherBundleInfo Package Description org.apache.druid.query.filter -
-
Uses of FilterBundle.MatcherBundleInfo in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return FilterBundle.MatcherBundleInfo Modifier and Type Method Description FilterBundle.MatcherBundleInfoFilterBundle.BundleInfo. getMatcher()FilterBundle.MatcherBundleInfoFilterBundle.MatcherBundle. getMatcherInfo()FilterBundle.MatcherBundleInfoFilterBundle.SimpleMatcherBundle. getMatcherInfo()Methods in org.apache.druid.query.filter that return types with arguments of type FilterBundle.MatcherBundleInfo Modifier and Type Method Description List<FilterBundle.MatcherBundleInfo>FilterBundle.MatcherBundleInfo. getMatchers()Constructors in org.apache.druid.query.filter with parameters of type FilterBundle.MatcherBundleInfo Constructor Description BundleInfo(FilterBundle.IndexBundleInfo index, FilterBundle.MatcherBundleInfo matcher)SimpleMatcherBundle(FilterBundle.MatcherBundleInfo matcherInfo, Function<ColumnSelectorFactory,ValueMatcher> matcherFn, Function<VectorColumnSelectorFactory,VectorValueMatcher> vectorMatcherFn)Constructor parameters in org.apache.druid.query.filter with type arguments of type FilterBundle.MatcherBundleInfo Constructor Description MatcherBundleInfo(Supplier<String> filter, FilterBundle.IndexBundleInfo partialIndex, List<FilterBundle.MatcherBundleInfo> matchers)
-