aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/produce/process_with_udf_validate.sql
blob: e5082fdd7759abe22f6e6f1139178b01f427506d (plain) (blame)
1
2
3
4
5
6
7
/* postgres can not */
$processed = (
    process plato.Input0 using Person::New(key, subkey, coalesce(cast(value as Uint32), 0))
);

PRAGMA config.flags("ValidateUdf", "Lazy");
SELECT * FROM $processed;