Package org.apache.druid.segment.join
Class LookupJoinableFactory
java.lang.Object
org.apache.druid.segment.join.LookupJoinableFactory
- All Implemented Interfaces:
JoinableFactory
A
JoinableFactory for LookupDataSource.
It is not valid to pass any other DataSource type to the "build" method.-
Constructor Summary
ConstructorsConstructorDescriptionLookupJoinableFactory(LookupExtractorFactoryContainerProvider lookupProvider) -
Method Summary
Modifier and TypeMethodDescriptionbuild(DataSource dataSource, JoinConditionAnalysis condition) booleanisDirectlyJoinable(DataSource dataSource) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.segment.join.JoinableFactory
computeJoinCacheKey
-
Constructor Details
-
LookupJoinableFactory
-
-
Method Details
-
isDirectlyJoinable
- Specified by:
isDirectlyJoinablein interfaceJoinableFactory
-
build
- Specified by:
buildin interfaceJoinableFactory
-