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, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLTableSource getTableSource()
public void setTableSource(SQLTableSource tableSource)
public SQLMethodInvokeExpr getMethod()
public void setMethod(SQLMethodInvokeExpr method)
public SQLTableSource findTableSource(long alias_hash)
findTableSource
in interface SQLTableSource
findTableSource
in class SQLTableSourceImpl
public SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn
in interface SQLTableSource
findTableSourceWithColumn
in class SQLTableSourceImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.