Class IrGroupByElem

java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.IrGroupByElem

public class IrGroupByElem extends Object
Textual IR element for GROUP BY: either a bare variable or (expr AS ?var).
  • Constructor Details

    • IrGroupByElem

      public IrGroupByElem(String exprText, String varName)
  • Method Details

    • getExprText

      public String getExprText()
    • getVarName

      public String getVarName()