Module datarush.library
Package com.pervasive.datarush.operators.source
Provides operators for generating data tokens in various ways. Data can be generated randomly, a constant or sequence of data repeated, or an arithmetic sequence emitted. Generators are often useful for controlling other operators or for generating test data.
-
Class Summary Class Description EmitRecords Emits an in-memory token list as output.GenerateArithmeticSequence Generates a sequence of numerical values, with a constant difference between consecutive values.GenerateConstant Generates copies of a constant value.GenerateRandom Generates rows of random data.GenerateRepeatingCycle Generates a cycle of repeating values.Sequences Contains sequence functions.