FANOUT_INVALID_TABLE_EXPR error condition

SQLSTATE: 42000

Invalid fanout.tableExpr.

NONDETERMINISTIC

The expression contains non-deterministic expression '<expression>' which is not allowed in fanout.tableExpr.

PARSE_FAILURE

Failed to parse fanout.tableExpr '<expression>': <reason>.

UDF

User-defined function '<functionName>' is not allowed in fanout.tableExpr. Only built-in functions are supported.

UNSUPPORTED_EXPR_TYPE

<kind> expressions are not allowed in fanout.tableExpr. The expression must be a simple row-level expression.