public class LookupJoinableFactory extends Object implements JoinableFactory
JoinableFactory for LookupDataSource.
It is not valid to pass any other DataSource type to the "build" method.| Constructor and Description |
|---|
LookupJoinableFactory(LookupExtractorFactoryContainerProvider lookupProvider) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Joinable> |
build(DataSource dataSource,
JoinConditionAnalysis condition) |
boolean |
isDirectlyJoinable(DataSource dataSource) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeJoinCacheKey@Inject public LookupJoinableFactory(LookupExtractorFactoryContainerProvider lookupProvider)
public boolean isDirectlyJoinable(DataSource dataSource)
isDirectlyJoinable in interface JoinableFactorypublic Optional<Joinable> build(DataSource dataSource, JoinConditionAnalysis condition)
build in interface JoinableFactoryCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.