Uses of Class
org.apache.druid.query.filter.FilterBundle.IndexBundleInfo
Packages that use FilterBundle.IndexBundleInfo
-
Uses of FilterBundle.IndexBundleInfo in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return FilterBundle.IndexBundleInfoModifier and TypeMethodDescriptionFilterBundle.BundleInfo.getIndex()FilterBundle.IndexBundle.getIndexInfo()FilterBundle.SimpleIndexBundle.getIndexInfo()FilterBundle.MatcherBundleInfo.getPartialIndex()Methods in org.apache.druid.query.filter that return types with arguments of type FilterBundle.IndexBundleInfoConstructors in org.apache.druid.query.filter with parameters of type FilterBundle.IndexBundleInfoModifierConstructorDescriptionBundleInfo(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.IndexBundleInfoModifierConstructorDescriptionIndexBundleInfo(Supplier<String> filterString, int selectionSize, long buildTimeNs, List<FilterBundle.IndexBundleInfo> indexes)