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