Class OdpsUDTFSQLSelectItem
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLSelectItem
com.alibaba.druid.sql.dialect.odps.ast.OdpsUDTFSQLSelectItem
- All Implemented Interfaces:
SQLObject,SQLReplaceable,OdpsObject
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectItem
alias, aliasHashCode64, aliasList, connectByRoot, exprFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(OdpsASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) voidMethods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectItem
alias_hash, clone, computeAlias, computeDataType, equals, getAlias, getAlias2, getAliasList, getExpr, hashCode, isConnectByRoot, isUDTFSelectItem, match, match, output, replace, setConnectByRoot, setExpr, toStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
-
Constructor Details
-
OdpsUDTFSQLSelectItem
public OdpsUDTFSQLSelectItem()
-
-
Method Details
-
setAlias
- Overrides:
setAliasin classSQLSelectItem
-
accept0
- Overrides:
accept0in classSQLSelectItem
-
accept0
- Specified by:
accept0in interfaceOdpsObject
-