DRAFTThis page is not published. Only visible in development mode.
RQL pipeline operator

cast

Converts a value to another type, anywhere an expression is allowed.

Syntax

$ RQL

cast takes a value and a target type name. It appears in map, filter, insert payloads, and any other expression position. Casting a value that does not fit the target type is an error; this page will document the exact conversion rules per type pair.

Related