/* syntax version 1 */ declare $x as Struct; select cast($x.a as String) || coalesce($x.b, "zzz");