Package org.apache.druid.query.filter
Class FilterBundle.MatcherBundleInfo
- java.lang.Object
-
- org.apache.druid.query.filter.FilterBundle.MatcherBundleInfo
-
- Enclosing class:
- FilterBundle
public static class FilterBundle.MatcherBundleInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MatcherBundleInfo(Supplier<String> filter, FilterBundle.IndexBundleInfo partialIndex, List<FilterBundle.MatcherBundleInfo> matchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe()Return a multiline description string, suitable for comparisons in tests.StringgetFilter()List<FilterBundle.MatcherBundleInfo>getMatchers()FilterBundle.IndexBundleInfogetPartialIndex()StringtoString()
-
-
-
Constructor Detail
-
MatcherBundleInfo
public MatcherBundleInfo(Supplier<String> filter, @Nullable FilterBundle.IndexBundleInfo partialIndex, @Nullable List<FilterBundle.MatcherBundleInfo> matchers)
-
-
Method Detail
-
getFilter
public String getFilter()
-
getPartialIndex
@Nullable public FilterBundle.IndexBundleInfo getPartialIndex()
-
getMatchers
public List<FilterBundle.MatcherBundleInfo> getMatchers()
-
describe
public String describe()
Return a multiline description string, suitable for comparisons in tests.
-
-