Class CodeGenTrieNode

java.lang.Object
org.apache.sysds.runtime.iogen.codegen.CodeGenTrieNode

public class CodeGenTrieNode extends Object
  • Constructor Details

  • Method Details

    • geValueCode

      public String geValueCode(String destination, String currPos)
    • getChildren

      public Map<String,CodeGenTrieNode> getChildren()
    • isEndOfCondition

      public boolean isEndOfCondition()
    • setEndOfCondition

      public void setEndOfCondition(boolean endOfCondition)
    • getColIndex

      public String getColIndex()
    • setColIndex

      public void setColIndex(String colIndex)
    • getValueType

      public Types.ValueType getValueType()
    • setValueType

      public void setValueType(Types.ValueType valueType)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getType

      public CodeGenTrieNode.NodeType getType()
    • getRowIndexBeginPos

      public int getRowIndexBeginPos()
    • setRowIndexBeginPos

      public void setRowIndexBeginPos(int rowIndexBeginPos)
    • getColIndexBeginPos

      public int getColIndexBeginPos()
    • setColIndexBeginPos

      public void setColIndexBeginPos(int colIndexBeginPos)