summaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/mkql_program_builder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-19845 pass langver to arrow kernel request/loadervvvv2025-06-021-0/+7
| | | | commit_hash:8d411726790b7e618eb10791386c85bc7f91c6c1
* YQL-19765: Store IHash, ICompare, IEquate by type value instead of pointeratarasov52025-05-141-6/+6
| | | | commit_hash:9e278f075e1a9c899d4ef9c137eee25958597358
* [yql] Fix -Wdeprecated-this-capture warningnechda2025-04-291-5/+5
| | | | | Fix for yql commit_hash:81765a279c4df03675ae3b78e90d925ffc437c4f
* YQL-19861 abi, udf resolvers, test, pass via yt gatewaysvvvv2025-04-211-2/+4
| | | | commit_hash:6e3f5fac6a8598586987b52d749644d1ce1fccbe
* Block mapjoin refactorziganshinmr2025-04-101-12/+22
| | | | | | | | | - Transition to block lists for block map join's right input (BlockMapJoinCore/BlockMapJoinIndex/BlockStorage nodes affected) * Right key columns/key drops are now addressed by name - Optimizers which fuses ListToBlocks over ListFromBlocks and vice versa commit_hash:bdcee24edd1e5298c038716d4d205858a199d0db
* ListFromBlocks computation nodeziganshinmr2025-03-271-19/+18
| | | | commit_hash:bae79a39ae78ceed103c460f7949d1a2483e0b73
* YQL-18303: Purge BigDateType data type flagimunkin2025-03-271-2/+2
| | | | commit_hash:e8348aa080ebfa6e598642c564e06b807cb8e4dd
* ListToBlocks computation nodeziganshinmr2025-03-251-0/+37
| | | | | | | Семантика ноды ListToBlocks - преобразование списка структур в список блочных структур:`List<Struct<a:T1,...>> -> List<Struct<a:Block`<T1>`, ... ,_yql_block_len:Scalar`<Uint64>`>` (как WideToBlocks, но для списков) На вход ожидается ленивый список, на выход также выдается ленивый список commit_hash:0b364f55810a492fdcce7dc06b1e69701a1db01f
* YQL-19694 ABI logger interfacevvvv2025-03-141-1/+1
| | | | commit_hash:b673d403e9bfb2ac31eedd8d2231ac018a8f36dd
* YQL-19623: Drop MKQL support for runtime versions <47imunkin2025-03-071-27/+2
| | | | commit_hash:c3dd409a2ec0caaca64dee4f4bd32335ff3e6c68
* YQL-19623: Drop MKQL support for runtime versions <40imunkin2025-03-061-70/+1
| | | | commit_hash:aa64eee443012fcb60cd00896f6f1b30d515048e
* YQL-19623: Drop MKQL support for runtime versions <30imunkin2025-03-051-87/+18
| | | | commit_hash:b5241253a990db2ce93e2f58c6f05d390a7ae9a7
* YQL-19623: Drop MKQL support for runtime versions <20imunkin2025-03-041-86/+5
| | | | commit_hash:78108621c2faeeedc8d1d2aba988e271d339575c
* YQL-19623: Drop MKQL support for runtime versions <10imunkin2025-03-031-63/+9
| | | | commit_hash:e26bfa4c3271370d64dff158760274237b0ab399
* BlockMapJoinCore refactorziganshinmr2025-02-171-11/+69
| | | | | | | * Split storage and index parts from BlockMapJoinCore computation node into separate BlockStorage and BlockIndex nodes in order to allow multiple join nodes to reuse the same block data and index for the right table where possible * Corresponding s-expressions changes commit_hash:40e39fb0b22c2f929c184963b5bd901006122c14
* YQL-19424: Use WideStream instead of WideFlow in WideToBlocks computation nodeimunkin2025-02-111-13/+28
| | | | commit_hash:0c0bfb556ff1f51f3293899c0364cd56c3965c41
* drop BlockBitCast YQL-19494vvvv2025-01-291-11/+0
| | | | commit_hash:1b627ad95e1026d9c67f004825ef1567504cc66e
* opt. index for DynamicVariant YQL-19499vvvv2025-01-271-1/+2
| | | | commit_hash:cdf713319f6b37f19e986df843edf28ab9991d7a
* Cross join support in BlockMapJoinCore computation nodeziganshinmr2025-01-241-2/+10
| | | | commit_hash:c193cf84100f2ecdac38d1396f289c72d599d05a
* DynamicVariant YQL-19499vvvv2025-01-241-0/+19
| | | | commit_hash:b609442fce4217e33f5d5421582e4a145afde95d
* Bump MKQL runtime versionimunkin2025-01-171-1/+1
| | | | | | Follows up 21c84a9004cc57883d949b8fc637fc3ae7bfbda9 Follows up e83ac5f9c7e523e798d64dc5262a6b3e07e1bb7f commit_hash:9e91f463054cb7f7c742c569fb492a2f8bc89953
* YQL-19424: Use WideStream instead of WideFlow in WideFromBlocks computation nodeimunkin2025-01-171-4/+20
| | | | commit_hash:21c84a9004cc57883d949b8fc637fc3ae7bfbda9
* YQL-19261 Add implicit Decimal castavevad2025-01-151-1/+2
| | | | commit_hash:c555086fbd49035556302b3ac571f4ac91877974
* MR: support ALL ROWS PER MATCH fix out of range accessvokayndzop2024-12-281-1/+1
| | | | commit_hash:2fc4b5e0e25efce096cd11171150cff7961e6681
* MR: support ALL ROWS PER MATCH fixvokayndzop2024-12-191-1/+1
| | | | commit_hash:e83ac5f9c7e523e798d64dc5262a6b3e07e1bb7f
* MR: support ALL ROWS PER MATCHvokayndzop2024-12-161-85/+113
| | | | commit_hash:9e2ba38d0d523bb870f6dc76717a3bec5d8ffadc
* BlockMapJoinCore computation nodeziganshinmr2024-12-111-22/+39
| | | | commit_hash:7eaad4219a36a3a486c82cdbf82e7630e59e67f9
* Merge PR #10707: Fixed: Make block combine use stream instead of flowaneporada2024-11-121-17/+87
| | | | commit_hash:946462d1ea7e74758c7d6f86cc30cd674dc2195e
* Moved yql/minikql YQL-19206vvvv2024-11-071-0/+6311
init [nodiff:caesar] commit_hash:d1182ef7d430ccf7e4d37ed933c7126d7bd5d6e4