Interface SPARQLGroupPattern

All Superinterfaces:
Query, SPARQLGraphPattern
All Known Implementing Classes:
SPARQLGroupPatternImpl

public interface SPARQLGroupPattern extends SPARQLGraphPattern
A SPARQL group pattern represents a collection of SPARQL graph patterns for which the results are meant to be joined. Hence, when considering an algebraic representation of SPARQL queries, the algebraic operator that corresponds to such a group pattern is a multiway join.