aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/as_set.sql
blob: fedd028b978480190baec0baff0b7608848c9f79 (plain) (blame)
1
2
3
/* syntax version 1 */
/* postgres can not */
select DictLength(AsSetStrict(1,2,3)),DictLength(AsSet(1,2,3u)),DictLength(SetCreate(Int32))