Class OdpsUDTFSQLSelectItem
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.SQLExprImpl
-
- com.alibaba.druid.sql.ast.expr.SQLAliasedExpr
-
- com.alibaba.druid.sql.ast.statement.SQLSelectItem
-
- com.alibaba.druid.sql.dialect.odps.ast.OdpsUDTFSQLSelectItem
-
- All Implemented Interfaces:
SQLExpr,SQLObject,SQLReplaceable,OdpsObject,Cloneable
public class OdpsUDTFSQLSelectItem extends SQLSelectItem implements OdpsObject
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectItem
aliasHashCode64, aliasList, connectByRoot
-
Fields inherited from class com.alibaba.druid.sql.ast.expr.SQLAliasedExpr
alias, expr
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLExprImpl
parenthesized, parenthesizedCount
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description OdpsUDTFSQLSelectItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(OdpsASTVisitor visitor)protected voidaccept0(SQLASTVisitor visitor)voidsetAlias(String alias)-
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectItem
alias_hash, clone, cloneTo, equals, getAliasList, hashCode, isConnectByRoot, isUDTFSelectItem, match, match, output, setConnectByRoot, toString
-
Methods inherited from class com.alibaba.druid.sql.ast.expr.SQLAliasedExpr
cloneTo, computeAlias, computeDataType, getAlias, getAlias2, getExpr, replace, setExpr
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLExprImpl
cloneTo, getChildren, getParenthesizedCount, increaseParenthesizedCount, isParenthesized, setParenthesized, setParenthesizedCount
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSource, setSourceLine
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLReplaceable
replace
-
-
-
-
Method Detail
-
setAlias
public void setAlias(String alias)
- Overrides:
setAliasin classSQLAliasedExpr
-
accept0
protected void accept0(SQLASTVisitor visitor)
- Overrides:
accept0in classSQLSelectItem
-
accept0
public void accept0(OdpsASTVisitor visitor)
- Specified by:
accept0in interfaceOdpsObject
-
-