blob: d2a55e699378ce3f9b550080c41b1c283b956028 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* postgres can not */
/* custom check: len(yt_res_yson[0]['Write'][0]['Data']) < 10 */
use plato;
pragma DisableSimpleColumns;
pragma yt.MapJoinLimit="1m";
select * from plato.Input as a SAMPLE 0.3
inner join plato.Input as b
on a.key = b.key;
|