aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/udf/generic_udf.sql
blob: e5d2a1e364f6d7cec61cb73240fac4a9d8f17778 (plain) (blame)
1
2
/* postgres can not */
select TypeInspection::Zip(AsList("A","B","C"),AsList(1,2,3));