Module datarush.script
Package com.pervasive.datarush.script
-
Interface Summary Interface Description Transform Provides a transformation from a source data type to a target data type. -
Class Summary Class Description OperatorDescriptor Captures the definition of an operator.PortDescriptor Definition of an operator port.PropertyDescriptor ScriptOptions Container for options to the script environment that are exposed to operators that are scripting aware.ScriptRunner General script runner.ScriptTypeResolutionProvider Type registry of script module.Transforms Provides a set of transforms and a means to find the wanted one.Transforms.BooleanToBoolean Transforms.DoubleToBigDecimal Transforms.DoubleToDouble Transforms.DoubleToFloatingPointTolerance Transforms.DoubleToInt Transforms.DoubleToLong Transforms.IntegerToDouble Transforms.IntegerToInt Transforms.IntegerToLong Transforms.ObjectToJoinKey Transforms.ObjectToSortKey Transforms.StringToEnum Transforms.StringToFile Transforms.TextRecordToRecordTokenType -
Enum Summary Enum Description StrictMode Defines the strictness mode used when evaluating JavaScript source.