Class ChainGenerator

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

public class ChainGenerator extends ShapeGenerator
A query generator that generates queries with the conjuncts arranged in a chain shape. Specifically, the target variable of a conjunct is the same as the source variable of the next conjunct in the chain.
  • Constructor Details

    • ChainGenerator

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