file_eval.sql 217 B

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