Package org.apache.druid.query.filter
Class FilterBundle.IndexBundleInfo
java.lang.Object
org.apache.druid.query.filter.FilterBundle.IndexBundleInfo
- Enclosing class:
FilterBundle
-
Constructor Summary
ConstructorsConstructorDescriptionIndexBundleInfo(Supplier<String> filterString, int selectionSize, long buildTimeNs, List<FilterBundle.IndexBundleInfo> indexes) -
Method Summary
-
Constructor Details
-
IndexBundleInfo
public IndexBundleInfo(Supplier<String> filterString, int selectionSize, long buildTimeNs, @Nullable List<FilterBundle.IndexBundleInfo> indexes)
-
-
Method Details