Class CycleGenerator

java.lang.Object
dev.roanh.gmark.query.shape.ShapeGenerator
dev.roanh.gmark.query.shape.CycleGenerator

public class CycleGenerator extends ShapeGenerator
A query generator that generates queries with the conjuncts arranged in a cycle shape. Specifically, the conjuncts form a chain with the last conjunct target variable being the same as the source variable of the first conjunct.
  • Constructor Details

    • CycleGenerator

      public CycleGenerator(Workload workload)
      Constructs a new generator for cycle shaped queries.
      Parameters:
      workload - The workload specification.
  • Method Details