File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
ydb/library/yql/public/purecalc Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88 ydb/library/yql/minikql/computation/llvm14
99 ydb/library/yql/minikql/invoke_builtins/llvm14
1010 ydb/library/yql/minikql/comp_nodes/llvm14
11- ydb/library/yql/parser/pg_wrapper
1211 ydb/library/yql/parser/pg_wrapper/interface
1312)
1413
Original file line number Diff line number Diff line change 2929)
3030
3131PEERDIR(
32- ydb/library/yql/sql/pg
3332 ydb/library/yql/ast
3433 ydb/library/yql/core/services
3534 ydb/library/yql/core/services/mounts
@@ -38,7 +37,6 @@ PEERDIR(
3837 ydb/library/yql/utils/log
3938 ydb/library/yql/core
4039 ydb/library/yql/core/type_ann
41- ydb/library/yql/parser/pg_wrapper
4240 ydb/library/yql/providers/common/codec
4341 ydb/library/yql/providers/common/comp_nodes
4442 ydb/library/yql/providers/common/mkql
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ INCLUDE(../ya.make.inc)
44
55PEERDIR(
66 ydb/library/yql/public/purecalc/common/no_llvm
7+ ydb/library/yql/sql/pg
78)
89
910END()
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ PEERDIR(
2020 ydb/library/yql/minikql/computation/no_llvm
2121 ydb/library/yql/minikql/invoke_builtins/no_llvm
2222 ydb/library/yql/minikql/comp_nodes/no_llvm
23+ ydb/library/yql/sql/pg
2324)
2425
2526YQL_LAST_ABI_VERSION()
Original file line number Diff line number Diff line change 77PEERDIR(
88 ydb/library/yql/public/udf/service/exception_policy
99 ydb/library/yql/public/purecalc/common
10+ ydb/library/yql/sql/pg
11+ ydb/library/yql/parser/pg_wrapper
1012)
1113
1214YQL_LAST_ABI_VERSION()
You can’t perform that action at this time.
0 commit comments