function rtrim(original)

rtrim() returns the original string with whitespace removed from the right side.

Arguments:
original: An expression that returns a string

Example Query:
    RETURN rtrim("hello   ")