wrong_script.sql 182 B

12345678910111213
  1. /* custom error:Failed to cast arguments*/
  2. /* dqfile can not */
  3. USE plato;
  4. $f=Python3::f(@@
  5. def f(x):
  6. """
  7. Callable<(Int32)->Int32>
  8. """
  9. return ""
  10. @@);
  11. select $f(0);