Class RowSetUtils

java.lang.Object
org.aksw.jenax.arq.util.binding.RowSetUtils

public class RowSetUtils extends Object
  • Constructor Details

    • RowSetUtils

      public RowSetUtils()
  • Method Details

    • getNextNode

      public static org.apache.jena.graph.Node getNextNode(org.apache.jena.sparql.exec.RowSet rs, org.apache.jena.sparql.core.Var v)
    • tryGetNextNode

      public static Optional<org.apache.jena.graph.Node> tryGetNextNode(org.apache.jena.sparql.exec.RowSet rs, org.apache.jena.sparql.core.Var v)