public class SqlUnion extends SqlNodeBase2
Modifier and Type | Method and Description |
---|---|
SqlNode |
apply(SqlTransform transform,
SqlNode left,
SqlNode right) |
SqlNode |
copy(SqlNode left,
SqlNode right) |
Scope |
getIdScope() |
Scope |
getNodeScope() |
void |
visit(SqlNodeVisitor visitor) |
getLeft, getRight
asCoalesce, asDistinct, asInnerJoin, asJoin, asLeftJoin, asProject, asRestrict, asSelectBlock, asTable, getAliasName, isCoalesce, isDistinct, isInnerJoin, isJoin, isLeftJoin, isProject, isRestrict, isSelectBlock, isTable, output, output, tablesInvolved, toString, usesColumn
addNote, addNotes, getNotes, hasNotes, hasOneNote
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNote, addNotes, getNotes, hasNotes, hasOneNote
public Scope getIdScope()
public Scope getNodeScope()
public SqlNode apply(SqlTransform transform, SqlNode left, SqlNode right)
apply
in class SqlNodeBase2
public SqlNode copy(SqlNode left, SqlNode right)
copy
in class SqlNodeBase2
public void visit(SqlNodeVisitor visitor)
Licenced under the Apache License, Version 2.0