replace_inferred_op.sql 181 B

123456789
  1. /* postgres can not */
  2. /* kikimr can not */
  3. use plato;
  4. pragma yt.InferSchema;
  5. pragma yt.InferSchemaTableCountThreshold="0";
  6. insert into Output with truncate
  7. select * from Output;