Interface PartitionedQuery1

All Superinterfaces:
HasElement, PartitionedQuery
All Known Implementing Classes:
PartitionedQuery1Impl

public interface PartitionedQuery1 extends PartitionedQuery
Special case of a query partitioned by a single variable
Author:
raven
  • Method Details

    • getPartitionVar

      org.apache.jena.sparql.core.Var getPartitionVar()
    • getPartitionVars

      default List<org.apache.jena.sparql.core.Var> getPartitionVars()
      Specified by:
      getPartitionVars in interface PartitionedQuery