summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/blocks/pg_call.yql
blob: 1964e6cd7c6f11bfdd0807a8db297de4c75ef609 (plain) (blame)
1
2
3
4
5
6
7
8
$data = [
    <|x:0p,y:0p|>,
    <|x:0p,y:1p|>,
    <|x:1p,y:0p|>,
    <|x:1p,y:1p|>,
];

select PgCall("int4pl",x,y),PgCall("int4pl",x,1p) from as_table($data);