diff options
| author | vitya-smirnov <[email protected]> | 2026-02-17 18:19:48 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2026-02-17 19:01:58 +0300 |
| commit | 35cf3731f36f4513e7abaf33dbb113eea9613af9 (patch) | |
| tree | 310c196a15849cfde038c24ac9f0bd48ca5778e9 /yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp | |
| parent | 4a0ee2471dfce5f02d6b8419571a753d44c90c95 (diff) | |
YQL-20095: Enable modernize-concat-nested-namespaces
commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
Diffstat (limited to 'yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp')
| -rw-r--r-- | yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp b/yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp index ba05795005a..adf94816761 100644 --- a/yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp +++ b/yql/essentials/sql/pg_dummy/pg_sql_dummy.cpp @@ -50,8 +50,7 @@ NSQLTranslation::TTranslatorPtr MakeTranslator() { } // namespace NSQLTranslationPG -namespace NYql { -namespace NCommon { +namespace NYql::NCommon { TString PgValueToString(const NUdf::TUnboxedValuePod& value, ui32 pgTypeId) { Y_UNUSED(value); @@ -161,11 +160,9 @@ extern "C" void WriteSkiffPgValue(NKikimr::NMiniKQL::TPgType* type, const NKikim throw yexception() << "WriteSkiffPgValue: PG types are not supported"; } -} // namespace NCommon -} // namespace NYql +} // namespace NYql::NCommon -namespace NKikimr { -namespace NMiniKQL { +namespace NKikimr::NMiniKQL { void* PgInitializeMainContext() { return nullptr; @@ -296,8 +293,7 @@ void RegisterPgBlockAggs(THashMap<TString, std::unique_ptr<IBlockAggregatorFacto Y_UNUSED(registry); } -} // namespace NMiniKQL -} // namespace NKikimr +} // namespace NKikimr::NMiniKQL namespace NYql { |
