RAQL Inline

Transforms data feeds by applying a RAQL statement.

The following parameters are available.

Parameter

Description

RAQL query

Input field to enter any RAQL statement.

Insert dynamic value (CTRL + Space)

Inserts user defined input parameters at cursor position. The function is usable if at least one user input parameter, for example, Text user input, has already been inserted in the feed definition.

See RAQL statement parameters for details.

References to streams can use the respective stream’s name, enclosed in double quotes, for example, "Stream 1".

The RAQL syntax reference can be found at RAQL Query Syntax Reference.

Built-in RAQL functions are described in Built-In RAQL Functions.

For instructions on how to create user-defined functions, see Configure, Compile, Deploy and Test User-Defined Functions.

For detailed information on configuring the time zone used by this operator, see the chapter Configure feed processing time zone.

Example

SELECT „Stream1".productName, „Stream 2".supplierName FROM "Stream 1", "Stream 2" WHERE price <= :maxPrice AND "Stream 1".supplierId = "Stream 2".id