Package org.apache.druid.query.filter
Class FilterBundle.BundleInfo
- java.lang.Object
-
- org.apache.druid.query.filter.FilterBundle.BundleInfo
-
- Enclosing class:
- FilterBundle
public static class FilterBundle.BundleInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleInfo(FilterBundle.IndexBundleInfo index, FilterBundle.MatcherBundleInfo matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe()Return a multiline description string, suitable for comparisons in tests.FilterBundle.IndexBundleInfogetIndex()FilterBundle.MatcherBundleInfogetMatcher()StringtoString()
-
-
-
Constructor Detail
-
BundleInfo
public BundleInfo(@Nullable FilterBundle.IndexBundleInfo index, @Nullable FilterBundle.MatcherBundleInfo matcher)
-
-
Method Detail
-
getIndex
public FilterBundle.IndexBundleInfo getIndex()
-
getMatcher
public FilterBundle.MatcherBundleInfo getMatcher()
-
describe
public String describe()
Return a multiline description string, suitable for comparisons in tests.
-
-