Class MapJoinableFactory

java.lang.Object
org.apache.druid.segment.join.MapJoinableFactory
All Implemented Interfaces:
JoinableFactory

public class MapJoinableFactory extends Object implements JoinableFactory
A JoinableFactory that delegates to the appropriate factory based on the datasource. Any number of JoinableFactory may be associated to the same class of DataSource, but for a specific datasource only a single JoinableFactory should be able to create a Joinable in the build(org.apache.druid.query.DataSource, org.apache.druid.segment.join.JoinConditionAnalysis) method.