Uses of Class
org.apache.druid.query.filter.FilterBundle.IndexBundleInfo
-
Packages that use FilterBundle.IndexBundleInfo Package Description org.apache.druid.query.filter -
-
Uses of FilterBundle.IndexBundleInfo in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return FilterBundle.IndexBundleInfo Modifier and Type Method Description FilterBundle.IndexBundleInfoFilterBundle.BundleInfo. getIndex()FilterBundle.IndexBundleInfoFilterBundle.IndexBundle. getIndexInfo()FilterBundle.IndexBundleInfoFilterBundle.SimpleIndexBundle. getIndexInfo()FilterBundle.IndexBundleInfoFilterBundle.MatcherBundleInfo. getPartialIndex()Methods in org.apache.druid.query.filter that return types with arguments of type FilterBundle.IndexBundleInfo Modifier and Type Method Description List<FilterBundle.IndexBundleInfo>FilterBundle.IndexBundleInfo. getIndexes()Constructors in org.apache.druid.query.filter with parameters of type FilterBundle.IndexBundleInfo Constructor Description BundleInfo(FilterBundle.IndexBundleInfo index, FilterBundle.MatcherBundleInfo matcher)MatcherBundleInfo(Supplier<String> filter, FilterBundle.IndexBundleInfo partialIndex, List<FilterBundle.MatcherBundleInfo> matchers)SimpleIndexBundle(FilterBundle.IndexBundleInfo info, ImmutableBitmap index, ColumnIndexCapabilities indexCapabilities)Constructor parameters in org.apache.druid.query.filter with type arguments of type FilterBundle.IndexBundleInfo Constructor Description IndexBundleInfo(Supplier<String> filterString, int selectionSize, long buildTimeNs, List<FilterBundle.IndexBundleInfo> indexes)
-