Package org.apache.druid.query.filter.vector
-
Interface Summary Interface Description ReadableVectorMatch The result of callingVectorValueMatcher.match(org.apache.druid.query.filter.vector.ReadableVectorMatch, boolean).VectorValueMatcher An object that returns a boolean indicating if the "current" row should be selected or not.VectorValueMatcherFactory -
Class Summary Class Description ArrayVectorValueMatcher BaseVectorValueMatcher BooleanVectorValueMatcher DoubleVectorValueMatcher FloatVectorValueMatcher LongVectorValueMatcher MultiValueStringVectorValueMatcher ObjectVectorValueMatcher Generic object matcher on top of aVectorObjectSelector.SingleValueStringVectorValueMatcher StringObjectVectorValueMatcher String matcher on top of aVectorObjectSelectorVectorMatch Implementation class for ReadableVectorMatch.VectorValueMatcherColumnProcessorFactory