Interface VectorValueMatcherFactory
- All Known Implementing Classes:
ArrayVectorValueMatcher,DoubleVectorValueMatcher,FloatVectorValueMatcher,LongVectorValueMatcher,MultiValueStringObjectVectorValueMatcher,MultiValueStringVectorValueMatcher,ObjectVectorValueMatcher,SingleValueStringVectorValueMatcher,StringObjectVectorValueMatcher
public interface VectorValueMatcherFactory
-
Method Summary
Modifier and TypeMethodDescriptionmakeMatcher(Object matchValue, ColumnType matchValueType) Specialized value matcher for equality used byEqualityFilter.makeMatcher(String value) Specialized value matcher for string equality used bySelectorDimFiltermakeMatcher(DruidPredicateFactory predicateFactory)
-
Method Details
-
makeMatcher
Specialized value matcher for string equality used bySelectorDimFilter -
makeMatcher
Specialized value matcher for equality used byEqualityFilter. The matchValue parameter must be the appropriate Java type for the matchValueTypeColumnType. Implementors can use this information to coerce the match value to the native type of the values to match against as necessary. -
makeMatcher
-