diff options
author | kniv <kniv@yandex-team.ru> | 2022-02-16 17:06:26 +0300 |
---|---|---|
committer | kniv <kniv@yandex-team.ru> | 2022-02-16 17:06:26 +0300 |
commit | 2a29aa7f66e39a293579f425cb40800ef5c93c9e (patch) | |
tree | afb16d2cb54bec76df271ec9a07dc41c8cc5801a /contrib/python/dateutil | |
parent | a4d7f7581d62e2c8eb3a463e5c080d43b6c2248f (diff) | |
download | ydb-2a29aa7f66e39a293579f425cb40800ef5c93c9e.tar.gz |
YQL-10211: into_table_stmt: Pass arbitrary write hints into AST
YQL-10211: into_table_stmt: Pass arbitrary write hints into AST
Example:
USE plato;
INSERT INTO Output WITH (TRUNCATE, COMPRESSION_ALGO="zstd", COMPRESSION_LVL="8", TRUNCATE)
SELECT
key as key,
"" as subkey,
"value:" || value as value
FROM Input WITH (TRUNCATE, LOG)
WHERE key < "100"
ORDER BY key;
ref:ccceedbf2611c4ca5a9fce3afb205082cdc1499f
Diffstat (limited to 'contrib/python/dateutil')
0 files changed, 0 insertions, 0 deletions