blob: 6e64be435602654e0e234cf119c53fe3f6a4dd7b (
plain) (
blame)
1
2
3
4
5
6
|
/* postgres can not */
/* syntax version 1 */
/* custom error:FileContent function can't be used inside generated code in views*/
pragma yt.ViewIsolation = 'true';
USE plato;
SELECT k, s, v FROM Input VIEW file_eval;
|