public class InlineJoinableFactory extends Object implements JoinableFactory
JoinableFactory for InlineDataSource. It works by building an IndexedTable.
It is not valid to pass any other DataSource type to the "build" method.| Constructor and Description |
|---|
InlineJoinableFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Joinable> |
build(DataSource dataSource,
JoinConditionAnalysis condition) |
boolean |
isDirectlyJoinable(DataSource dataSource) |
public boolean isDirectlyJoinable(DataSource dataSource)
isDirectlyJoinable in interface JoinableFactorypublic Optional<Joinable> build(DataSource dataSource, JoinConditionAnalysis condition)
build in interface JoinableFactoryCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.