Class PartitionedQuery1Impl

java.lang.Object
org.aksw.jenax.sparql.relation.query.PartitionedQuery1Impl
All Implemented Interfaces:
HasElement, PartitionedQuery, PartitionedQuery1

public class PartitionedQuery1Impl extends Object implements PartitionedQuery1
  • Field Details

    • query

      protected org.apache.jena.query.Query query
    • partitionVar

      protected org.apache.jena.sparql.core.Var partitionVar
  • Constructor Details

    • PartitionedQuery1Impl

      public PartitionedQuery1Impl(org.apache.jena.query.Query query, org.apache.jena.sparql.core.Var partitionVar)
  • Method Details