RunScript
operator for running user-defined scripts on the rows of an input record flow.See: Description
Class | Description |
---|---|
RunJavaScript |
Processes rows using user-defined scripts written in JavaScript.
|
RunScript |
Processes rows using user-defined scripts.
|
Exception | Description |
---|---|
ScriptingException |
Provides an unchecked wrapper for exceptions thrown by scripts providing such
information as line and column number of the error.
|
ScriptOutputTypeException |
Exception that indicates a script attempted to assign a value of the wrong
type to an output field.
|
Provides the RunScript
operator for running user-defined scripts on the rows of an input record flow.
This package integrates JSR 223 with DataRush applications.
Copyright © 2016 Actian Corporation. All rights reserved.