blob: 26026d4a2e4f1b5200ad1b820cf44b469fd6206b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* postgres can not */
/* kikimr can not */
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
$tables = ListMap(ListFromRange(1, 4), ($i) -> (AsStruct("Input" || cast($i as String) as TablePath, $i as value, $i + 1 as next_value)));
select * from plato.partition_list($tables);
|