Uses of Class
org.apache.druid.query.filter.FilterBundle.MatcherBundleInfo
Packages that use FilterBundle.MatcherBundleInfo
-
Uses of FilterBundle.MatcherBundleInfo in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return FilterBundle.MatcherBundleInfoModifier and TypeMethodDescriptionFilterBundle.BundleInfo.getMatcher()FilterBundle.MatcherBundle.getMatcherInfo()FilterBundle.SimpleMatcherBundle.getMatcherInfo()Methods in org.apache.druid.query.filter that return types with arguments of type FilterBundle.MatcherBundleInfoConstructors in org.apache.druid.query.filter with parameters of type FilterBundle.MatcherBundleInfoModifierConstructorDescriptionBundleInfo(FilterBundle.IndexBundleInfo index, FilterBundle.MatcherBundleInfo matcher) SimpleMatcherBundle(FilterBundle.MatcherBundleInfo matcherInfo, Function<ColumnSelectorFactory, ValueMatcher> matcherFn, Function<VectorColumnSelectorFactory, VectorValueMatcher> vectorMatcherFn, boolean canVectorize) Constructor parameters in org.apache.druid.query.filter with type arguments of type FilterBundle.MatcherBundleInfoModifierConstructorDescriptionMatcherBundleInfo(Supplier<String> filter, FilterBundle.IndexBundleInfo partialIndex, List<FilterBundle.MatcherBundleInfo> matchers)