summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/bindings/py_stream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-131-1/+1
| | | | | | | | | | | | | | | | | | | 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
* Intermediate changesrobot-piglet2025-10-061-1/+3
| | | | commit_hash:618c69f7a3090bbeb975dea6d222c8bc7f41314d
* YQL-20086 udfsvvvv2025-10-061-87/+89
| | | | | init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
* YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)imunkin2025-07-251-10/+10
| | | | commit_hash:1a11133ec66e71b6c798178453a5ab43cdc6761c
* YQL-20086 udfsvvvv2025-06-181-1/+1
| | | | commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
* Move yql/udfs/common/ to /yql/essentials YQL-19206imunkin2024-11-081-0/+343
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f