diff options
author | galaxycrab <UgnineSirdis@ydb.tech> | 2023-11-02 17:34:34 +0300 |
---|---|---|
committer | galaxycrab <UgnineSirdis@ydb.tech> | 2023-11-02 18:54:19 +0300 |
commit | c336c58dfb573341b17f27c7b128e80416d87422 (patch) | |
tree | 60de87226a138bafb81744e6266ea14b33017021 /.mapping.json | |
parent | a91b63ffcedbcc0a38b0907fea8ddf189b498897 (diff) | |
download | ydb-c336c58dfb573341b17f27c7b128e80416d87422.tar.gz |
Support of the first part of features for pushdown. For now without rendering SQL in connector (will be in the next code review)
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 16eed80203..8d3f543c94 100644 --- a/.mapping.json +++ b/.mapping.json @@ -7786,6 +7786,12 @@ "ydb/library/yql/providers/generic/provider/CMakeLists.linux-x86_64.txt":"", "ydb/library/yql/providers/generic/provider/CMakeLists.txt":"", "ydb/library/yql/providers/generic/provider/CMakeLists.windows-x86_64.txt":"", + "ydb/library/yql/providers/generic/provider/ut/CMakeLists.txt":"", + "ydb/library/yql/providers/generic/provider/ut/pushdown/CMakeLists.darwin-x86_64.txt":"", + "ydb/library/yql/providers/generic/provider/ut/pushdown/CMakeLists.linux-aarch64.txt":"", + "ydb/library/yql/providers/generic/provider/ut/pushdown/CMakeLists.linux-x86_64.txt":"", + "ydb/library/yql/providers/generic/provider/ut/pushdown/CMakeLists.txt":"", + "ydb/library/yql/providers/generic/provider/ut/pushdown/CMakeLists.windows-x86_64.txt":"", "ydb/library/yql/providers/pq/CMakeLists.txt":"", "ydb/library/yql/providers/pq/async_io/CMakeLists.darwin-x86_64.txt":"", "ydb/library/yql/providers/pq/async_io/CMakeLists.linux-aarch64.txt":"", |