Go to the source code of this file.
Classes | |
class | RampExecStreamGenerator |
Test data generators, usually for a 45-degree ramp (output value equals input row number). More... | |
class | PermutationGenerator |
More... |
|
class | StairCaseExecStreamGenerator |
A Staircase Generator. More... | |
class | DynamicParamExecStreamGenerator |
Outputs the value of a specified dynamic param, reinterpreted as int64_t. More... | |
class | RandomColumnGenerator |
Column generator which produces values which are uniformly distributed between 0 and N - 1. More... | |
class | PoissonColumnGenerator< T > |
Column generator which generates values with a Poisson distribution. More... | |
class | CompositeExecStreamGenerator |
Generates a result set consisting of columns each generated by its own generator. More... | |
class | RampDuplicateExecStreamGenerator |
Duplicate stream generator. More... | |
class | ConstExecStreamGenerator |
class | SeqColumnGenerator |
Column generator which produces values in sequence, starting at start, optionally with a fixed offset between each value. More... | |
class | ConstColumnGenerator |
Constant column generator. More... | |
class | DupColumnGenerator |
Duplicate column generator. More... | |
class | DupRepeatingSeqColumnGenerator |
A duplicating repeating column sequence generator. More... | |
class | RepeatingSeqColumnGenerator |
A repeating column sequence generator. More... | |
class | MixedDupColumnGenerator |
Mixed Duplicate column generator. More... | |
class | StairCaseColumnGenerator |
Same as StairCaseExecStreamGenerator except for columns. More... |