Module datarush.library
Package com.pervasive.datarush.operators.source
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.
-
ClassesClassDescriptionEmits an in-memory token list as output.Generates a sequence of numerical values, with a constant difference between consecutive values.Generates copies of a constant value.Generates rows of random data.Generates a cycle of repeating values.Contains sequence functions.