public class CNodeData extends CNode
Constructor and Description |
---|
CNodeData(CNodeData node,
String newName) |
CNodeData(Hop hop) |
CNodeData(Hop hop,
long rows,
long cols,
Types.DataType dt) |
Modifier and Type | Method and Description |
---|---|
String |
codegen(boolean sparse,
SpoofCompiler.GeneratorAPI api) |
boolean |
equals(Object o) |
long |
getHopID() |
String |
getVarname() |
String |
getVarname(SpoofCompiler.GeneratorAPI api) |
int |
hashCode() |
boolean |
isSupported(SpoofCompiler.GeneratorAPI api) |
void |
setName(String name) |
void |
setOutputDims() |
void |
setStrictEquals(boolean flag) |
String |
toString() |
createVarname, getClassname, getDataType, getID, getInput, getNumCols, getNumRows, getOutput, getVectorLength, isGenerated, isLiteral, isVisited, resetGenerated, resetHash, resetVisitStatus, setDataType, setLiteral, setNumCols, setNumRows, setOutput, setVarName, setVisited, setVisited
public CNodeData(Hop hop)
public CNodeData(Hop hop, long rows, long cols, Types.DataType dt)
public String getVarname()
getVarname
in class CNode
public String getVarname(SpoofCompiler.GeneratorAPI api)
getVarname
in class CNode
public long getHopID()
public void setName(String name)
public void setStrictEquals(boolean flag)
public String codegen(boolean sparse, SpoofCompiler.GeneratorAPI api)
public void setOutputDims()
setOutputDims
in class CNode
public boolean isSupported(SpoofCompiler.GeneratorAPI api)
isSupported
in class CNode
Copyright © 2021 The Apache Software Foundation. All rights reserved.