summaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/purecalc/common
Commit message (Expand)AuthorAgeFilesLines
* YQL-20095: Tune bugprone-argument-commentvitya-smirnov2026-06-308-21/+21
* YQL-20095: Enable performance-move-const-argvitya-smirnov2026-06-241-2/+2
* Use Cons! in translator instead of Nthudovichenko-r2026-06-176-5/+57
* YQL-21259 Allow Tables() function only in purecalcvvvv2026-05-261-0/+1
* Enable ToFlowOverCollect by defaultimunkin2026-05-181-1/+0
* YQL-19813: Udf implementationatarasov52026-05-071-1/+1
* YQL-19813: Purecalc and embeddedatarasov52026-04-297-8/+54
* YQL-20095: Enable readability-inconsistent-declaration-parameter-namevitya-smirnov2026-04-281-2/+2
* Enable ExpandLMapOrShuffleByKeysViaBlock by defaultimunkin2026-04-211-1/+0
* YQL-20095: Enable readability-container-size-emptyvitya-smirnov2026-04-071-2/+2
* YQL-19768: Enable optimizers for purecalc block pipelineimunkin2026-04-031-0/+7
* Replace unreachable with *_ENSURE(false, ...)atarasov52026-04-013-8/+9
* YQL-20095: Enable readability-avoid-const-params-in-declsvitya-smirnov2026-03-312-4/+4
* YQL-20998: Remove EmitReadsForExistsvitya-smirnov2026-03-051-1/+0
* YQL-20972: Rewrite methods that has UV as output parameter.atarasov52026-03-052-6/+23
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-022-4/+6
* YQL-20958: Pass translator flags for sql viewatarasov52026-02-201-10/+20
* YQL-20095: Enable modernize-concat-nested-namespacesvitya-smirnov2026-02-1714-60/+30
* YQL-20889 allow customization of how issues are reportedvvvv2026-01-297-16/+39
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-231-1/+1
* YQL-20339 Enable runime linear checker in the purecalc & specsvvvv2026-01-153-0/+42
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-131-2/+2
* finalvvvv2025-12-151-0/+1
* YQL-19017 drop dead codevvvv2025-12-045-15/+2
* YQL-20086: Enable arcadia and bugprone checksvitya-smirnov2025-11-251-1/+1
* YQL-20086: Add yql/essentials Clang Tidy configvitya-smirnov2025-11-211-1/+1
* Support purecalc internal settings in python interfacealexfilatov2025-11-072-0/+12
* YQL-20600 [purecalc] expose some tweaks for internal limitsvvvv2025-11-014-4/+43
* YQL-20086 invert flagvvvv2025-10-101-2/+0
* YQL-20086 publicvvvv2025-10-0835-2634/+2592
* YQL-20365 ConvertTo, warn for Ensurevvvv2025-09-036-65/+85
* NormalizeDependsOn pipeline stageziganshinmr2025-07-301-1/+1
* YQL-20086 publicvvvv2025-06-209-131/+131
* YQL-20086 corevvvv2025-06-182-15/+15
* YQL-20073 type diff for TryConvertvvvv2025-06-172-3/+2
* [purecalc] Fixed fatal error if Self is used inside evaluationvvvv2025-05-163-4/+11
* YQL-19765: Store IHash, ICompare, IEquate by type value instead of pointeratarasov52025-05-142-2/+2
* YQL-19943 supported custom callable typecheck inside evaluation pipelinevvvv2025-05-141-2/+6
* YQL-19845 pass langver to purecalc's computevvvv2025-04-224-9/+20
* YQL-19845 introduced max released version, used in fastcheck/linter/purecalc ...vvvv2025-04-216-1/+42
* YQL-19594 drop antlr3 from purecalc & facadevvvv2025-02-282-17/+1
* YQL-19594 Explicit lexers & parsers 2vvvv2025-02-213-2/+35
* refactor SQL translators YQL-19594vvvv2025-02-162-1/+12
* YQL-19424: Use WideStream instead of WideFlow in WideToBlocks computation nodeimunkin2025-02-111-26/+21
* YQL-19017 pass Antlr version via purecalc interface (for migration)vvvv2025-02-075-5/+18
* Introduce a flag to control type annotation for WideToBlocksimunkin2025-02-061-0/+9
* Intermediate changesrobot-piglet2025-02-031-3/+3
* EXISTS with tables YQL-19496vvvv2025-01-291-0/+1
* YQL-19424: Use WideStream instead of WideFlow in WideFromBlocks computation nodeimunkin2025-01-171-30/+25
* added cache invalidation for computation graphgrigoriypisar2024-12-173-0/+17