public class SQLLateralViewTableSource extends SQLTableSourceImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLName> |
columns |
private SQLMethodInvokeExpr |
method |
private boolean |
outer |
private SQLTableSource |
tableSource |
alias, aliasHashCod64, flashback, hintsattributes, parent| 构造器和说明 |
|---|
SQLLateralViewTableSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLTableSource |
findTableSource(long alias_hash) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash) |
List<SQLName> |
getColumns() |
SQLMethodInvokeExpr |
getMethod() |
SQLTableSource |
getTableSource() |
boolean |
isOuter() |
void |
setColumns(List<SQLName> columns) |
void |
setMethod(SQLMethodInvokeExpr method) |
void |
setOuter(boolean outer) |
void |
setTableSource(SQLTableSource tableSource) |
aliasHashCode64, clone, computeAlias, containsAlias, equals, findColumn, findColumn, findTableSource, findTableSourceWithColumn, getAlias, getFlashback, getHints, getHintsSize, hashCode, resolveColum, setAlias, setFlashback, setHintsaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLTableSource tableSource
private boolean outer
private SQLMethodInvokeExpr method
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLTableSource getTableSource()
public void setTableSource(SQLTableSource tableSource)
public SQLMethodInvokeExpr getMethod()
public void setMethod(SQLMethodInvokeExpr method)
public SQLTableSource findTableSource(long alias_hash)
findTableSource 在接口中 SQLTableSourcefindTableSource 在类中 SQLTableSourceImplpublic SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn 在接口中 SQLTableSourcefindTableSourceWithColumn 在类中 SQLTableSourceImplpublic boolean isOuter()
public void setOuter(boolean outer)
Copyright © 2013–2019 Alibaba Group. All rights reserved.