diff options
author | nsofya <nsofya@yandex-team.com> | 2023-05-18 11:40:14 +0300 |
---|---|---|
committer | nsofya <nsofya@yandex-team.com> | 2023-05-18 11:40:14 +0300 |
commit | 97ad50c6ad821532af89637a8b2ca8aaa61c1650 (patch) | |
tree | 69a87433a1ef29f4c3e9b692c6de39fc3396c3a5 | |
parent | 51eafc4b105f43dffa80d473c2c444c946fbe887 (diff) | |
download | ydb-97ad50c6ad821532af89637a8b2ca8aaa61c1650.tar.gz |
Move columnshard kqp -> kqp/gateway/behaviour
Move columnshard kqp -> kqp/gateway/behaviour
22 files changed, 125 insertions, 116 deletions
diff --git a/ydb/core/kqp/gateway/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/gateway/CMakeLists.darwin-x86_64.txt index 40e1c3c7025..a3e2d9cccaa 100644 --- a/ydb/core/kqp/gateway/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/kqp/gateway/CMakeLists.darwin-x86_64.txt @@ -7,6 +7,7 @@ add_subdirectory(actors) +add_subdirectory(behaviour) add_library(core-kqp-gateway) target_compile_options(core-kqp-gateway PRIVATE @@ -22,6 +23,7 @@ target_link_libraries(core-kqp-gateway PUBLIC core-kqp-provider core-kqp-query_data kqp-gateway-actors + gateway-behaviour-tablestore providers-result-expr_nodes ) target_sources(core-kqp-gateway PRIVATE diff --git a/ydb/core/kqp/gateway/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/gateway/CMakeLists.linux-aarch64.txt index 329def51295..bbb3eb0ee81 100644 --- a/ydb/core/kqp/gateway/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/gateway/CMakeLists.linux-aarch64.txt @@ -7,6 +7,7 @@ add_subdirectory(actors) +add_subdirectory(behaviour) add_library(core-kqp-gateway) target_compile_options(core-kqp-gateway PRIVATE @@ -23,6 +24,7 @@ target_link_libraries(core-kqp-gateway PUBLIC core-kqp-provider core-kqp-query_data kqp-gateway-actors + gateway-behaviour-tablestore providers-result-expr_nodes ) target_sources(core-kqp-gateway PRIVATE diff --git a/ydb/core/kqp/gateway/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/gateway/CMakeLists.linux-x86_64.txt index 329def51295..bbb3eb0ee81 100644 --- a/ydb/core/kqp/gateway/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/gateway/CMakeLists.linux-x86_64.txt @@ -7,6 +7,7 @@ add_subdirectory(actors) +add_subdirectory(behaviour) add_library(core-kqp-gateway) target_compile_options(core-kqp-gateway PRIVATE @@ -23,6 +24,7 @@ target_link_libraries(core-kqp-gateway PUBLIC core-kqp-provider core-kqp-query_data kqp-gateway-actors + gateway-behaviour-tablestore providers-result-expr_nodes ) target_sources(core-kqp-gateway PRIVATE diff --git a/ydb/core/kqp/gateway/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/gateway/CMakeLists.windows-x86_64.txt index 40e1c3c7025..a3e2d9cccaa 100644 --- a/ydb/core/kqp/gateway/CMakeLists.windows-x86_64.txt +++ b/ydb/core/kqp/gateway/CMakeLists.windows-x86_64.txt @@ -7,6 +7,7 @@ add_subdirectory(actors) +add_subdirectory(behaviour) add_library(core-kqp-gateway) target_compile_options(core-kqp-gateway PRIVATE @@ -22,6 +23,7 @@ target_link_libraries(core-kqp-gateway PUBLIC core-kqp-provider core-kqp-query_data kqp-gateway-actors + gateway-behaviour-tablestore providers-result-expr_nodes ) target_sources(core-kqp-gateway PRIVATE diff --git a/ydb/core/kqp/gateway/behaviour/CMakeLists.txt b/ydb/core/kqp/gateway/behaviour/CMakeLists.txt new file mode 100644 index 00000000000..096e41b032c --- /dev/null +++ b/ydb/core/kqp/gateway/behaviour/CMakeLists.txt @@ -0,0 +1,9 @@ + +# This file was generated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + +add_subdirectory(tablestore) diff --git a/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.darwin-x86_64.txt b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.darwin-x86_64.txt new file mode 100644 index 00000000000..a862f0f2eb8 --- /dev/null +++ b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.darwin-x86_64.txt @@ -0,0 +1,39 @@ + +# This file was generated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + +add_library(gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore PRIVATE + -DUSE_CURRENT_UDF_ABI_VERSION +) +target_link_libraries(gateway-behaviour-tablestore PUBLIC + contrib-libs-cxxsupp + yutil + services-metadata-initializer + services-metadata-abstract + kqp-gateway-actors +) +target_sources(gateway-behaviour-tablestore PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/initializer.cpp +) + +add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore.global PRIVATE + -DUSE_CURRENT_UDF_ABI_VERSION +) +target_link_libraries(gateway-behaviour-tablestore.global PUBLIC + contrib-libs-cxxsupp + yutil + services-metadata-initializer + services-metadata-abstract + kqp-gateway-actors +) +target_sources(gateway-behaviour-tablestore.global PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp +) diff --git a/ydb/core/tx/columnshard/kqp/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-aarch64.txt index 06e871d5284..fc9dbc33c78 100644 --- a/ydb/core/tx/columnshard/kqp/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-aarch64.txt @@ -7,11 +7,11 @@ -add_library(tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp PRIVATE +add_library(gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore PRIVATE -DUSE_CURRENT_UDF_ABI_VERSION ) -target_link_libraries(tx-columnshard-kqp PUBLIC +target_link_libraries(gateway-behaviour-tablestore PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil @@ -19,16 +19,16 @@ target_link_libraries(tx-columnshard-kqp PUBLIC services-metadata-abstract kqp-gateway-actors ) -target_sources(tx-columnshard-kqp PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/manager.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/initializer.cpp +target_sources(gateway-behaviour-tablestore PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/initializer.cpp ) -add_global_library_for(tx-columnshard-kqp.global tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp.global PRIVATE +add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore.global PRIVATE -DUSE_CURRENT_UDF_ABI_VERSION ) -target_link_libraries(tx-columnshard-kqp.global PUBLIC +target_link_libraries(gateway-behaviour-tablestore.global PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil @@ -36,6 +36,6 @@ target_link_libraries(tx-columnshard-kqp.global PUBLIC services-metadata-abstract kqp-gateway-actors ) -target_sources(tx-columnshard-kqp.global PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/behaviour.cpp +target_sources(gateway-behaviour-tablestore.global PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp ) diff --git a/ydb/core/tx/columnshard/kqp/CMakeLists.linux-x86_64.txt b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-x86_64.txt index 06e871d5284..fc9dbc33c78 100644 --- a/ydb/core/tx/columnshard/kqp/CMakeLists.linux-x86_64.txt +++ b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-x86_64.txt @@ -7,11 +7,11 @@ -add_library(tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp PRIVATE +add_library(gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore PRIVATE -DUSE_CURRENT_UDF_ABI_VERSION ) -target_link_libraries(tx-columnshard-kqp PUBLIC +target_link_libraries(gateway-behaviour-tablestore PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil @@ -19,16 +19,16 @@ target_link_libraries(tx-columnshard-kqp PUBLIC services-metadata-abstract kqp-gateway-actors ) -target_sources(tx-columnshard-kqp PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/manager.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/initializer.cpp +target_sources(gateway-behaviour-tablestore PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/initializer.cpp ) -add_global_library_for(tx-columnshard-kqp.global tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp.global PRIVATE +add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore.global PRIVATE -DUSE_CURRENT_UDF_ABI_VERSION ) -target_link_libraries(tx-columnshard-kqp.global PUBLIC +target_link_libraries(gateway-behaviour-tablestore.global PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil @@ -36,6 +36,6 @@ target_link_libraries(tx-columnshard-kqp.global PUBLIC services-metadata-abstract kqp-gateway-actors ) -target_sources(tx-columnshard-kqp.global PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/behaviour.cpp +target_sources(gateway-behaviour-tablestore.global PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp ) diff --git a/ydb/core/tx/columnshard/kqp/CMakeLists.txt b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.txt index f8b31df0c11..f8b31df0c11 100644 --- a/ydb/core/tx/columnshard/kqp/CMakeLists.txt +++ b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.txt diff --git a/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.windows-x86_64.txt b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.windows-x86_64.txt new file mode 100644 index 00000000000..a862f0f2eb8 --- /dev/null +++ b/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.windows-x86_64.txt @@ -0,0 +1,39 @@ + +# This file was generated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + +add_library(gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore PRIVATE + -DUSE_CURRENT_UDF_ABI_VERSION +) +target_link_libraries(gateway-behaviour-tablestore PUBLIC + contrib-libs-cxxsupp + yutil + services-metadata-initializer + services-metadata-abstract + kqp-gateway-actors +) +target_sources(gateway-behaviour-tablestore PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/initializer.cpp +) + +add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) +target_compile_options(gateway-behaviour-tablestore.global PRIVATE + -DUSE_CURRENT_UDF_ABI_VERSION +) +target_link_libraries(gateway-behaviour-tablestore.global PUBLIC + contrib-libs-cxxsupp + yutil + services-metadata-initializer + services-metadata-abstract + kqp-gateway-actors +) +target_sources(gateway-behaviour-tablestore.global PRIVATE + ${CMAKE_SOURCE_DIR}/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp +) diff --git a/ydb/core/tx/columnshard/kqp/behaviour.cpp b/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp index 59424fe3ca8..f239b8652c4 100644 --- a/ydb/core/tx/columnshard/kqp/behaviour.cpp +++ b/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp @@ -2,7 +2,7 @@ #include "manager.h" #include "initializer.h" -namespace NKikimr::NColumnShard { +namespace NKikimr::NKqp { TTableStoreBehaviour::TFactory::TRegistrator<TTableStoreBehaviour> TTableStoreBehaviour::Registrator(TTableStoreConfig::GetTypeId()); diff --git a/ydb/core/tx/columnshard/kqp/behaviour.h b/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.h index 20263fcd638..a19c9871afb 100644 --- a/ydb/core/tx/columnshard/kqp/behaviour.h +++ b/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.h @@ -2,7 +2,7 @@ #include <ydb/services/metadata/abstract/kqp_common.h> -namespace NKikimr::NColumnShard { +namespace NKikimr::NKqp { class TTableStoreConfig { public: diff --git a/ydb/core/tx/columnshard/kqp/initializer.cpp b/ydb/core/kqp/gateway/behaviour/tablestore/initializer.cpp index 10e25753507..83a1febebda 100644 --- a/ydb/core/tx/columnshard/kqp/initializer.cpp +++ b/ydb/core/kqp/gateway/behaviour/tablestore/initializer.cpp @@ -1,7 +1,7 @@ #include "initializer.h" #include "behaviour.h" -namespace NKikimr::NColumnShard { +namespace NKikimr::NKqp { TVector<NKikimr::NMetadata::NInitializer::ITableModifier::TPtr> TTableStoreInitializer::BuildModifiers() const { TVector<NMetadata::NInitializer::ITableModifier::TPtr> result; diff --git a/ydb/core/tx/columnshard/kqp/initializer.h b/ydb/core/kqp/gateway/behaviour/tablestore/initializer.h index 62040a36c4b..9369159b2bd 100644 --- a/ydb/core/tx/columnshard/kqp/initializer.h +++ b/ydb/core/kqp/gateway/behaviour/tablestore/initializer.h @@ -4,7 +4,7 @@ #include <ydb/services/metadata/initializer/common.h> #include <ydb/services/metadata/abstract/initialization.h> -namespace NKikimr::NColumnShard { +namespace NKikimr::NKqp { class TTableStoreInitializer: public NMetadata::NInitializer::IInitializationBehaviour { protected: diff --git a/ydb/core/tx/columnshard/kqp/manager.cpp b/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp index b2e22959879..564ea5d584a 100644 --- a/ydb/core/tx/columnshard/kqp/manager.cpp +++ b/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp @@ -8,7 +8,7 @@ #include <util/string/type.h> -namespace NKikimr::NColumnShard { +namespace NKikimr::NKqp { class ITableStoreOperation { public: @@ -70,14 +70,14 @@ public: { auto it = features.find("NAME"); if (it == features.end()) { - return NMetadata::NModifications::TObjectOperatorResult("can't find column name (NAME)"); + return NMetadata::NModifications::TObjectOperatorResult("can't find alter parameter NAME"); } ColumnName = it->second; } { auto it = features.find("TYPE"); if (it == features.end()) { - return NMetadata::NModifications::TObjectOperatorResult("can't find column name (TYPE)"); + return NMetadata::NModifications::TObjectOperatorResult("can't find alter parameter TYPE"); } ColumnType = it->second; } diff --git a/ydb/core/tx/columnshard/kqp/manager.h b/ydb/core/kqp/gateway/behaviour/tablestore/manager.h index 436e93786a4..ba16d6b7a11 100644 --- a/ydb/core/tx/columnshard/kqp/manager.h +++ b/ydb/core/kqp/gateway/behaviour/tablestore/manager.h @@ -4,7 +4,7 @@ #include <ydb/services/metadata/manager/generic_manager.h> -namespace NKikimr::NColumnShard { +namespace NKikimr::NKqp { class TTableStoreManager: public NMetadata::NModifications::IOperationsManager { protected: diff --git a/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt index 90d9ada814c..cf3965f92e3 100644 --- a/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt @@ -7,7 +7,6 @@ add_subdirectory(engines) -add_subdirectory(kqp) add_subdirectory(ut_rw) add_subdirectory(ut_schema) get_built_tool_path( @@ -36,7 +35,6 @@ target_link_libraries(core-tx-columnshard PUBLIC ydb-core-tablet ydb-core-tablet_flat tx-columnshard-engines - tx-columnshard-kqp core-tx-tiering tx-conveyor-usage tx-long_tx_service-public diff --git a/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt b/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt index 12de1366a30..18548811263 100644 --- a/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt +++ b/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt @@ -7,7 +7,6 @@ add_subdirectory(engines) -add_subdirectory(kqp) add_subdirectory(ut_rw) add_subdirectory(ut_schema) get_built_tool_path( @@ -37,7 +36,6 @@ target_link_libraries(core-tx-columnshard PUBLIC ydb-core-tablet ydb-core-tablet_flat tx-columnshard-engines - tx-columnshard-kqp core-tx-tiering tx-conveyor-usage tx-long_tx_service-public diff --git a/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt b/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt index 12de1366a30..18548811263 100644 --- a/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt +++ b/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt @@ -7,7 +7,6 @@ add_subdirectory(engines) -add_subdirectory(kqp) add_subdirectory(ut_rw) add_subdirectory(ut_schema) get_built_tool_path( @@ -37,7 +36,6 @@ target_link_libraries(core-tx-columnshard PUBLIC ydb-core-tablet ydb-core-tablet_flat tx-columnshard-engines - tx-columnshard-kqp core-tx-tiering tx-conveyor-usage tx-long_tx_service-public diff --git a/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt b/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt index 90d9ada814c..cf3965f92e3 100644 --- a/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt +++ b/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt @@ -7,7 +7,6 @@ add_subdirectory(engines) -add_subdirectory(kqp) add_subdirectory(ut_rw) add_subdirectory(ut_schema) get_built_tool_path( @@ -36,7 +35,6 @@ target_link_libraries(core-tx-columnshard PUBLIC ydb-core-tablet ydb-core-tablet_flat tx-columnshard-engines - tx-columnshard-kqp core-tx-tiering tx-conveyor-usage tx-long_tx_service-public diff --git a/ydb/core/tx/columnshard/kqp/CMakeLists.darwin-x86_64.txt b/ydb/core/tx/columnshard/kqp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 76325d99268..00000000000 --- a/ydb/core/tx/columnshard/kqp/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,39 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-kqp PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors -) -target_sources(tx-columnshard-kqp PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/manager.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/initializer.cpp -) - -add_global_library_for(tx-columnshard-kqp.global tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-kqp.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors -) -target_sources(tx-columnshard-kqp.global PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/behaviour.cpp -) diff --git a/ydb/core/tx/columnshard/kqp/CMakeLists.windows-x86_64.txt b/ydb/core/tx/columnshard/kqp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 76325d99268..00000000000 --- a/ydb/core/tx/columnshard/kqp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,39 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-kqp PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors -) -target_sources(tx-columnshard-kqp PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/manager.cpp - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/initializer.cpp -) - -add_global_library_for(tx-columnshard-kqp.global tx-columnshard-kqp) -target_compile_options(tx-columnshard-kqp.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-kqp.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors -) -target_sources(tx-columnshard-kqp.global PRIVATE - ${CMAKE_SOURCE_DIR}/ydb/core/tx/columnshard/kqp/behaviour.cpp -) |