public class OdpsTransformExpr extends SQLExprImpl implements OdpsObject
| Constructor and Description |
|---|
OdpsTransformExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OdpsASTVisitor v) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List<SQLExpr> |
getInputColumns() |
SQLExternalRecordFormat |
getInputRowFormat() |
List<SQLColumnDefinition> |
getOutputColumns() |
SQLExternalRecordFormat |
getOutputRowFormat() |
List<SQLExpr> |
getResources() |
SQLExpr |
getUsing() |
int |
hashCode() |
void |
setInputRowFormat(SQLExternalRecordFormat inputRowFormat) |
void |
setOutputRowFormat(SQLExternalRecordFormat outputRowFormat) |
void |
setUsing(SQLExpr using) |
computeDataType, getChildrenaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic void accept0(OdpsASTVisitor v)
accept0 in interface OdpsObjectpublic SQLExpr clone()
public SQLExternalRecordFormat getInputRowFormat()
public void setInputRowFormat(SQLExternalRecordFormat inputRowFormat)
public List<SQLColumnDefinition> getOutputColumns()
public SQLExpr getUsing()
public void setUsing(SQLExpr using)
public SQLExternalRecordFormat getOutputRowFormat()
public void setOutputRowFormat(SQLExternalRecordFormat outputRowFormat)
Copyright © 2013–2022 Alibaba Group. All rights reserved.