chr()

Returns the UTF-8 character of integer n.

Syntax

chr(n)

Usage

Returns null if n is null.

Example

q = foreach q generate chr(97) as char_value;
- -char_value == a