summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/math
Commit message (Collapse)AuthorAgeFilesLines
* YQL-21408: Replace MakeLangVersion with features.jsonvitya-smirnov3 days2-1/+3
| | | | | | | | | | | | | #### Replace MakeLangVersion with features.json-based feature system ✎ - Introduces a new feature system based on `features.json` to manage language version dependencies instead of hardcoded `MakeLangVersion` calls - Replaces direct language version checks with references to named features defined in JSON configuration - Adds validation and initialization logic for features to ensure version consistency - Updates all existing language version checks to use the new feature-based approach - Centralizes feature version definitions in a single JSON file for better maintainability and clarity <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:fe9823c0442060337a30186fd957ae294f1aa1c2
* Intermediate changesrobot-piglet2026-06-251-4/+4
| | | | commit_hash:da9e5d384dc00d37d939afe28f789f2f608acb0e
* YQL-20095: Enable readability-uppercase-literal-suffixvitya-smirnov2026-05-071-2/+2
| | | | commit_hash:41791bb9a63f1993010fb68562e9a5607927307d
* YQL-21105 more polyargs (math, yson, url, datetime)vvvv2026-04-221-1/+1
| | | | commit_hash:bb364319f046e3ac37acc5b6c15eb0a1c3858b02
* YQL-20095: Enable modernize-concat-nested-namespacesvitya-smirnov2026-02-171-4/+2
| | | | commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
* YQL-20095: Enable misc-use-anonymous-namespacevitya-smirnov2026-02-051-1/+5
| | | | | - https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html commit_hash:746be9b9db256111b2fb6ab4d89844746deebcda
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-231-1/+1
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* YQL-20086: Add yql/essentials Clang Tidy configvitya-smirnov2025-11-211-9/+9
| | | | | | | | | This patch introduces an extension configuration for the Clang Tidy. It is merged with Arcadia Clang Tidy configuration. To begin with, more checks for identifiers naming are added. Documentation: https://nda.ya.ru/t/AhbDZbiF7MKe3M. commit_hash:3481da4c8df0a4d23a991d4a660ae050d2dc5d33
* YQL-20086 invert flagvvvv2025-10-103-6/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20086 udfsvvvv2025-10-069-254/+247
| | | | | init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
* YQL-19784: Implement Math::SwapBytes polymorphic UDF functionlambda-delta2025-08-048-10/+176
| | | | | Implement Math::SwapBytes polymorphic UDF function commit_hash:b9e5d9dbca398436f307a6cc38046c7ed46b5f21
* YQL-20086 udfsvvvv2025-06-181-4/+4
| | | | commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
* Intermediate changesrobot-piglet2025-06-161-4/+0
| | | | commit_hash:18e311c0ad94b55003cb5a6c0487a16830fac5cd
* Intermediate changesrobot-piglet2025-02-181-1/+1
| | | | commit_hash:0e8fb6a0fa97b88fe34ef4f7abbbae4894668df5
* YQL-19555: Purge YQL_UDF_TEST_CONTRIB moduleimunkin2025-02-141-1/+1
| | | | commit_hash:804e5d328ce4c658ecff2e5a0f259bce717f84f8
* Don't use math udf IR in debug modesvvvv2025-01-152-57/+72
| | | | | init commit_hash:abda7d89784811ac6ae8211bdf1581df0046fcc2
* Intermediate changesrobot-piglet2024-11-111-1/+1
| | | | commit_hash:b5826cf53cbe98e17103fcd8139fdfd091f5e037
* Intermediate changesrobot-piglet2024-11-111-1/+1
| | | | commit_hash:1495166c0ac2e13c7e4f9be22ca76a5268e67d0d
* Intermediate changesrobot-piglet2024-11-081-7/+0
| | | | commit_hash:b75c4510058a45b92316d448f6ac2dc21963b920
* Move yql/udfs/common/ to /yql/essentials YQL-19206imunkin2024-11-0821-0/+1056
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f