summaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes
Commit message (Expand)AuthorAgeFilesLines
* fixed Yield generation in switchgrigoriypisar11 days2-4/+188
* Intermediate changesrobot-piglet2026-06-1656-11990/+4537
* [minikql] optimize BlockMapJoin: use spans instead of row-vectorspavook2026-06-111-24/+35
* YQL-20875: Enable apache arrow datum light checkatarasov52026-06-0426-95/+124
* [minikql] fix a bug with hash collision on multiple-key BlockMapJoinpavook2026-06-011-3/+3
* YQL-21018: Implement builder and readers for block variantatarasov52026-06-015-3/+1171
* YQL-16277: Implement ListJoinCore computation nodeimunkin2026-05-296-0/+1022
* WideSort better spillingmfilitov2026-05-293-88/+449
* Intermediate changesrobot-piglet2026-05-225-410/+275
* Intermediate changesrobot-piglet2026-05-1810-605/+385
* YQL-20956: Fix chopper substream leakageatarasov52026-05-182-2/+96
* YQL-19813: Pass owning ptr to computation contextatarasov52026-05-151-2/+5
* Intermediate changesrobot-piglet2026-05-141-3/+5
* Intermediate changesrobot-piglet2026-05-137-419/+410
* YQL-21018: Prepare test utils for block variant supportatarasov52026-05-136-193/+193
* YQL-20095: Enable readability-uppercase-literal-suffixvitya-smirnov2026-05-072-9/+9
* YQL-19813: Udf implementationatarasov52026-05-073-8/+10
* YQL-21204: Make BlockCoalesce immutable frendlyatarasov52026-05-054-23/+93
* YQL-19813: Pass runtime settings to minikql + YT + minirunatarasov52026-04-298-4/+188
* YQL-21164: Fix chain1 map callatarasov52026-04-161-0/+133
* YQL-21031: Range decimalatarasov52026-04-141-14/+34
* YQL-20095: Enable readability-isolate-declarationvitya-smirnov2026-04-131-1/+2
* YQL-20873: Range PG supportatarasov52026-04-136-203/+378
* Replace unreachable with *_ENSURE(false, ...)atarasov52026-04-018-14/+14
* YQL-21101: Preserve ToFlow dependencies in MKQLimunkin2026-03-301-9/+26
* YQL-19424: Force BlockExpandChunked process stream inputimunkin2026-03-272-5/+5
* YQL-20987: Drop MKQL support for runtime versions <67imunkin2026-03-203-1301/+17
* Runtime dispatch boolsatarasov52026-03-179-127/+27
* YQL-20972: Rewrite methods that has UV as output parameter.atarasov52026-03-0520-107/+166
* YQL-20095: Apply lost Clang Tidy fixesvitya-smirnov2026-03-051-1/+1
* YQL-20095: Enable modernize-use-usingvitya-smirnov2026-03-041-2/+2
* YQL-20987: Drop MKQL support for runtime versions <59imunkin2026-03-025-1409/+105
* YQL-20976: Specify invariants on unsuccessfull extraction of some methodsatarasov52026-02-212-6/+15
* Refactor codegen for function callsimunkin2026-02-2046-753/+180
* YQL-20936: Fix recursive FlatMap iteration over lazy Zip iterableimunkin2026-02-193-16/+55
* YQL-20095: Enable modernize-avoid-c-arraysvitya-smirnov2026-02-191-4/+4
* YQL-20095: Enable modernize-concat-nested-namespacesvitya-smirnov2026-02-176-24/+12
* Refactor time validation in various placesaneporada2026-02-101-101/+33
* YQL-19485: Fix ChainMap and Chain1Map multi usageimunkin2026-02-063-9/+120
* YQL-20095: Enable misc-use-anonymous-namespacevitya-smirnov2026-02-052-5/+13
* YQL-20848: Implement bound implicit castatarasov52026-01-304-115/+154
* Intermediate changesrobot-piglet2026-01-281-1/+1
* Improve memory consumption for Top/TopSort comp nodesVasily Gerasimov2026-01-272-10/+98
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-235-9/+9
* mkql multihopping: fix passing of optional argumentsyumkam72026-01-212-8/+10
* Provide better static assertsatarasov52026-01-212-9/+12
* Fix buildsatarasov52026-01-201-2/+2
* YQL-13448: Introduce window RANGE logicatarasov52026-01-197-89/+703
* YQL-20339 Runtime linear checker for completnessvvvv2026-01-153-8/+29
* YQL-20731: Fix WideChopper codegen initimunkin2026-01-132-2/+161