Uses of Class
org.apache.druid.segment.filter.ConstantMatcherType
-
Packages that use ConstantMatcherType Package Description org.apache.druid.query.filter.vector org.apache.druid.segment.filter -
-
Uses of ConstantMatcherType in org.apache.druid.query.filter.vector
Methods in org.apache.druid.query.filter.vector with parameters of type ConstantMatcherType Modifier and Type Method Description static BooleanVectorValueMatcherBooleanVectorValueMatcher. of(VectorSizeInspector selector, ConstantMatcherType matcherType) -
Uses of ConstantMatcherType in org.apache.druid.segment.filter
Methods in org.apache.druid.segment.filter that return ConstantMatcherType Modifier and Type Method Description static ConstantMatcherTypeValueMatchers. toConstantMatcherTypeIfPossible(DimensionDictionarySelector selector, boolean hasMultipleValues, DruidObjectPredicate<String> predicate)If applyingpredicatetoselectorwould always return a constant, returns that constant.static ConstantMatcherTypeConstantMatcherType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstantMatcherType[]ConstantMatcherType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-