Class CNodeCell
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.cplan.CNode
- 
- org.apache.sysds.hops.codegen.cplan.CNodeTpl
- 
- org.apache.sysds.hops.codegen.cplan.CNodeCell
 
 
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CNodeTplclone()Stringcodegen(boolean sparse, SpoofCompiler.GeneratorAPI _api)intcompile(SpoofCompiler.GeneratorAPI api, String src)booleancontainsSeq()booleanequals(Object o)Types.AggOpgetAggOp()SpoofCellwise.CellTypegetCellType()SpoofFusedOp.SpoofOutputDimsTypegetOutputDimType()SpoofCellwise.AggOpgetSpoofAggOp()StringgetTemplateInfo()inthashCode()booleanhasMultipleConsumers()booleanisSparseSafe()booleanisSupported(SpoofCompiler.GeneratorAPI api)voidrenameInputs()booleanrequiredCastDtm()voidsetAggOp(Types.AggOp aggop)voidsetCellType(SpoofCellwise.CellType type)voidsetContainsSeq(boolean flag)voidsetMultipleConsumers(boolean flag)voidsetOutputDims()voidsetRequiresCastDtm(boolean flag)voidsetSparseSafe(boolean flag)- 
Methods inherited from class org.apache.sysds.hops.codegen.cplan.CNodeTpladdInput, codegen, getBeginLine, getGeneratorAPI, getInputHopIDs, getInputNames, resetVisitStatus, resetVisitStatusOutputs, rReorderCommutativeBinaryOps, setBeginLine, setGeneratorAPI
 - 
Methods inherited from class org.apache.sysds.hops.codegen.cplan.CNodecreateVarname, getClassname, getDataType, getID, getInput, getNumCols, getNumRows, getOutput, getVarname, getVarname, getVectorLength, isGenerated, isLiteral, isVisited, resetGenerated, resetHash, resetVisitStatus, setDataType, setLiteral, setNumCols, setNumRows, setOutput, setVarName, setVisited, setVisited
 
- 
 
- 
- 
- 
Method Detail- 
setMultipleConsumerspublic void setMultipleConsumers(boolean flag) 
 - 
hasMultipleConsumerspublic boolean hasMultipleConsumers() 
 - 
setCellTypepublic void setCellType(SpoofCellwise.CellType type) 
 - 
getCellTypepublic SpoofCellwise.CellType getCellType() 
 - 
setAggOppublic void setAggOp(Types.AggOp aggop) 
 - 
getAggOppublic Types.AggOp getAggOp() 
 - 
getSpoofAggOppublic SpoofCellwise.AggOp getSpoofAggOp() 
 - 
setSparseSafepublic void setSparseSafe(boolean flag) 
 - 
isSparseSafepublic boolean isSparseSafe() 
 - 
setContainsSeqpublic void setContainsSeq(boolean flag) 
 - 
containsSeqpublic boolean containsSeq() 
 - 
setRequiresCastDtmpublic void setRequiresCastDtm(boolean flag) 
 - 
requiredCastDtmpublic boolean requiredCastDtm() 
 - 
renameInputspublic void renameInputs() - Specified by:
- renameInputsin class- CNodeTpl
 
 - 
codegenpublic String codegen(boolean sparse, SpoofCompiler.GeneratorAPI _api) 
 - 
setOutputDimspublic void setOutputDims() - Specified by:
- setOutputDimsin class- CNode
 
 - 
getOutputDimTypepublic SpoofFusedOp.SpoofOutputDimsType getOutputDimType() - Specified by:
- getOutputDimTypein class- CNodeTpl
 
 - 
getTemplateInfopublic String getTemplateInfo() - Specified by:
- getTemplateInfoin class- CNodeTpl
 
 - 
isSupportedpublic boolean isSupported(SpoofCompiler.GeneratorAPI api) - Specified by:
- isSupportedin class- CNode
 
 - 
compilepublic int compile(SpoofCompiler.GeneratorAPI api, String src) 
 
- 
 
-