aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg/struct_tuple_cast.sql
blob: abc59e540c114f43b5259d4626a14f5649f24581 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* postgres can not */
/* dq can not */
/* dqfile can not */

$s = <|foo:1p|>;
$t = (1p,);

select cast($s as Struct<a:PgText,b:PgInt4,c:_PgText,foo:PgInt4>);
select cast($t as Tuple<PgInt4,PgText,_PgText>);