Interface SQLNaryJoinExpression
-
- All Superinterfaces:
SQLExpression
- All Known Implementing Classes:
SQLNaryJoinExpressionImpl
public interface SQLNaryJoinExpression extends SQLExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ImmutableExpression>getFilterCondition()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLExpression>getJoinedExpressions()-
Methods inherited from interface it.unibz.inf.ontop.generation.algebra.SQLExpression
acceptVisitor
-
-
-
-
Method Detail
-
getJoinedExpressions
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLExpression> getJoinedExpressions()
-
getFilterCondition
Optional<ImmutableExpression> getFilterCondition()
-
-