EXISTS
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
True if collection is non-empty, false otherwise.
Syntax
EXISTS(<collection>)
Example
EXISTS([1, 2]) // true
EXISTS([]) // false
EXISTS(null) // null