public class SqlJoinInner extends SqlJoin
| Constructor and Description |
|---|
SqlJoinInner(SqlNode left,
SqlNode right) |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
apply(SqlTransform transform,
SqlNode left,
SqlNode right) |
SqlJoinInner |
asInnerJoin() |
SqlNode |
copy(SqlNode left,
SqlNode right) |
boolean |
isInnerJoin() |
void |
visit(SqlNodeVisitor visitor) |
addCondition, addConditions, asJoin, create, getConditions, getIdScope, getJoinType, getNodeScope, isJoingetLeft, getRightasCoalesce, asDistinct, asLeftJoin, asProject, asRestrict, asSelectBlock, asTable, getAliasName, isCoalesce, isDistinct, isLeftJoin, isProject, isRestrict, isSelectBlock, isTable, output, output, tablesInvolved, toString, usesColumnaddNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic boolean isInnerJoin()
isInnerJoin in interface SqlNodeisInnerJoin in class SqlNodeBasepublic SqlJoinInner asInnerJoin()
asInnerJoin in interface SqlNodeasInnerJoin in class SqlNodeBasepublic void visit(SqlNodeVisitor visitor)
public SqlNode apply(SqlTransform transform, SqlNode left, SqlNode right)
apply in class SqlNodeBase2public SqlNode copy(SqlNode left, SqlNode right)
copy in class SqlNodeBase2Licenced under the Apache License, Version 2.0