public class OdpsTransformExpr extends SQLExprImpl implements OdpsObject
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OdpsTransformExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OdpsASTVisitor v) |
protected void |
accept0(SQLASTVisitor v) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List<SQLExpr> |
getInputColumns() |
SQLExternalRecordFormat |
getInputRowFormat() |
List<SQLExpr> |
getOutputColumns() |
SQLExternalRecordFormat |
getOutputRowFormat() |
List<SQLExpr> |
getResources() |
SQLExpr |
getUsing() |
int |
hashCode() |
void |
setInputRowFormat(SQLExternalRecordFormat inputRowFormat) |
void |
setOutputRowFormat(SQLExternalRecordFormat outputRowFormat) |
void |
setUsing(SQLExpr using) |
computeDataType, getChildrenaccept, acceptChild, acceptChild, 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 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplprotected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic void accept0(OdpsASTVisitor v)
accept0 在接口中 OdpsObjectpublic SQLExpr clone()
public SQLExternalRecordFormat getInputRowFormat()
public void setInputRowFormat(SQLExternalRecordFormat inputRowFormat)
public SQLExpr getUsing()
public void setUsing(SQLExpr using)
public SQLExternalRecordFormat getOutputRowFormat()
public void setOutputRowFormat(SQLExternalRecordFormat outputRowFormat)
Copyright © 2013–2023. All rights reserved.