Class FromStmt
java.lang.Object
org.apache.skywalking.oal.rt.parser.FromStmt
FROM statement in the OAL script
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttribute accessorType cast function if exists.Source name in the FROM statementintsource id according tosourceNamevoidsetSourceAttribute(List<String> sourceAttribute) Attribute accessorvoidsetSourceCastType(String sourceCastType) Type cast function if exists.voidsetSourceName(String sourceName) Source name in the FROM statementvoidsetSourceScopeId(int sourceScopeId) source id according tosourceName
-
Constructor Details
-
FromStmt
public FromStmt()
-
-
Method Details
-
setSourceName
Source name in the FROM statement -
setSourceScopeId
public void setSourceScopeId(int sourceScopeId) source id according tosourceName -
setSourceAttribute
Attribute accessor -
setSourceCastType
Type cast function if exists. NULL as default, means no cast. -
getSourceName
Source name in the FROM statement -
getSourceScopeId
public int getSourceScopeId()source id according tosourceName -
getSourceAttribute
Attribute accessor -
getSourceCastType
Type cast function if exists. NULL as default, means no cast.
-