Class StarGenerator

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

public class StarGenerator extends ShapeGenerator
A query generator that generates queries with the conjuncts arranged in a star shape. Specifically, all the conjuncts share the same source variable.
  • Constructor Details

    • StarGenerator

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