process_with_udf_validate.sql 204 B

1234567
  1. /* postgres can not */
  2. $processed = (
  3. process plato.Input0 using Person::New(key, subkey, coalesce(cast(value as Uint32), 0))
  4. );
  5. PRAGMA config.flags("ValidateUdf", "Lazy");
  6. SELECT * FROM $processed;