Class StarChainGenerator

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

public class StarChainGenerator extends ShapeGenerator
A query generator that generates queries with the conjuncts arranged in a star-chain shape. Specifically, there is one long chain of conjuncts and each end point has a number of conjuncts attached to it to form a star.
  • Constructor Details

    • StarChainGenerator

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