Uses of Interface
org.apache.druid.segment.join.JoinMatcher
Packages that use JoinMatcher
Package
Description
-
Uses of JoinMatcher in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return JoinMatcherModifier and TypeMethodDescriptionJoinable.makeJoinMatcher(ColumnSelectorFactory leftColumnSelectorFactory, JoinConditionAnalysis condition, boolean remainderNeeded, Closer closer) Creates a JoinMatcher that can be used to implement a join onto this Joinable. -
Uses of JoinMatcher in org.apache.druid.segment.join.lookup
Classes in org.apache.druid.segment.join.lookup that implement JoinMatcherMethods in org.apache.druid.segment.join.lookup that return JoinMatcherModifier and TypeMethodDescriptionLookupJoinable.makeJoinMatcher(ColumnSelectorFactory leftSelectorFactory, JoinConditionAnalysis condition, boolean remainderNeeded, Closer closer) -
Uses of JoinMatcher in org.apache.druid.segment.join.table
Classes in org.apache.druid.segment.join.table that implement JoinMatcherMethods in org.apache.druid.segment.join.table that return JoinMatcherModifier and TypeMethodDescriptionIndexedTableJoinable.makeJoinMatcher(ColumnSelectorFactory leftColumnSelectorFactory, JoinConditionAnalysis condition, boolean remainderNeeded, Closer closer)