public class SQLLateralViewTableSource extends SQLTableSourceImpl
| Constructor and Description |
|---|
SQLLateralViewTableSource() |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSource |
findTableSource(long alias_hash) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash) |
List<SQLName> |
getColumns() |
SQLMethodInvokeExpr |
getMethod() |
SQLTableSource |
getTableSource() |
void |
setColumns(List<SQLName> columns) |
void |
setMethod(SQLMethodInvokeExpr method) |
void |
setTableSource(SQLTableSource tableSource) |
aliasHashCode64, clone, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSourceWithColumn, getAlias, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLTableSource getTableSource()
public void setTableSource(SQLTableSource tableSource)
public SQLMethodInvokeExpr getMethod()
public void setMethod(SQLMethodInvokeExpr method)
public SQLTableSource findTableSource(long alias_hash)
findTableSource in interface SQLTableSourcefindTableSource in class SQLTableSourceImplpublic SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn in interface SQLTableSourcefindTableSourceWithColumn in class SQLTableSourceImplCopyright © 2013–2018 Alibaba Group. All rights reserved.