summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/python_udf
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable readability-isolate-declarationvitya-smirnov2026-04-131-1/+2
| | | | commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
* YQL-20339 python/js runtime linear checkervvvv2026-03-041-1/+1
| | | | commit_hash:362a2d7f5bad4151c0890ab29f0804471bd1bab4
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-021-2/+4
| | | | commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
* YQL-20095: Enable modernize-concat-nested-namespacesvitya-smirnov2026-02-171-4/+2
| | | | commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-132-2/+2
| | | | | | | | | | | | | | | | | | | The check `modernize-use-override` is useful as it: 1. Removes redundant `override` when it is used with a `final`. 2. Removes redundant `virtual` or replace it with a `override`. So it is more clean for a reader, that overriding happens. It is enabled not out of order, as it is just an alias to `cppcoreguidelines-explicit-virtual-functions`. I also decided to switch a strategy of enabling checks. Now I will enable only a single rule with a single PR and prefer rules with a non-breaking autofix. In the new year with new linter checks! 🎄 commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
* YQL-20086 invert flagvvvv2025-10-101-2/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20339 Python UDF supportvvvv2025-10-101-1/+1
| | | | | init commit_hash:2a30a1b920f341e1f9250df382dd951604a0894f
* YQL-20086 udfsvvvv2025-10-064-50/+52
| | | | | init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
* YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)imunkin2025-07-251-4/+4
| | | | commit_hash:1a11133ec66e71b6c798178453a5ab43cdc6761c
* YQL-20086 udfsvvvv2025-06-182-20/+20
| | | | commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
* Intermediate changesrobot-piglet2025-03-012-53/+56
| | | | commit_hash:e2da3ad430fabaa84a74178b1f2103b09ac69ae7
* Move yql/udfs/common/ to /yql/essentials YQL-19206imunkin2024-11-085-0/+394
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f