DQL Operators in OpenPipeline

This page provides a list of OpenPipeline DQL operators. For in-depth information on a specific operator, select its name.

These operators apply exclusively to the DQL processor.

Iterative expressions

Name

Description

Checks an iterative boolean expression and returns true, if the expression was true at least once, false if it wasn't

Collects the results of an iterative expression into an array.

Allows to access the index of an iterative expression element.