blob: e3edc0dba6d12f18b3bd48315add32782dda2af8 (
plain) (
blame)
1
2
3
4
|
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 10 */
pragma direct_read;
SELECT * FROM plato.Input TABLESAMPLE BERNOULLI(30) REPEATABLE(1);
|