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, getRightasCoalesce, asDistinct, asInnerJoin, asJoin, asLeftJoin, asProject, asRestrict, asSelectBlock, asTable, getAliasName, isCoalesce, isDistinct, isInnerJoin, isJoin, 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 Scope getIdScope()
public Scope getNodeScope()
public SqlNode apply(SqlTransform transform, SqlNode left, SqlNode right)
apply in class SqlNodeBase2public SqlNode copy(SqlNode left, SqlNode right)
copy in class SqlNodeBase2public void visit(SqlNodeVisitor visitor)
Licenced under the Apache License, Version 2.0