Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YQL-20086 public | vvvv | 2025-06-20 | 9 | -131/+131 |
| | | | | commit_hash:95a833af8fda8e357f7f0100b4e3bfd15dafe3e1 | ||||
* | YQL-20086 core | vvvv | 2025-06-18 | 2 | -15/+15 |
| | | | | commit_hash:af5d81d51befa5cee331fbed69e7e5db2014a260 | ||||
* | YQL-20073 type diff for TryConvert | vvvv | 2025-06-17 | 2 | -3/+2 |
| | | | | | | | better convert error test for reproducing commit_hash:c20630a1f03ea1eed119778895b19087143f4400 | ||||
* | [purecalc] Fixed fatal error if Self is used inside evaluation | vvvv | 2025-05-16 | 3 | -4/+11 |
| | | | | commit_hash:493562edfa193d3a2fc93bedbaa7a27771f7dcb8 | ||||
* | YQL-19765: Store IHash, ICompare, IEquate by type value instead of pointer | atarasov5 | 2025-05-14 | 2 | -2/+2 |
| | | | | commit_hash:9e278f075e1a9c899d4ef9c137eee25958597358 | ||||
* | YQL-19943 supported custom callable typecheck inside evaluation pipeline | vvvv | 2025-05-14 | 1 | -2/+6 |
| | | | | commit_hash:70c07242fe9b14ecf016dac8184fca9f7f01d56f | ||||
* | YQL-19845 pass langver to purecalc's compute | vvvv | 2025-04-22 | 4 | -9/+20 |
| | | | | commit_hash:cb5d5094d0c0d7c7e07bed78fed7c15e9a0c1a29 | ||||
* | YQL-19845 introduced max released version, used in fastcheck/linter/purecalc ↵ | vvvv | 2025-04-21 | 6 | -1/+42 |
| | | | | | | & embedded commit_hash:b5d1a0cb6f6eedc8b2a450091bde452ac628406d | ||||
* | YQL-19594 drop antlr3 from purecalc & facade | vvvv | 2025-02-28 | 2 | -17/+1 |
| | | | | commit_hash:9507c975a69906db30cdb47326c818df387b109f | ||||
* | YQL-19594 Explicit lexers & parsers 2 | vvvv | 2025-02-21 | 3 | -2/+35 |
| | | | | commit_hash:2aa733486a55a04c39ff8bb1c7eaca3a85719647 | ||||
* | refactor SQL translators YQL-19594 | vvvv | 2025-02-16 | 2 | -1/+12 |
| | | | | commit_hash:401d21dd23ee9bb7ee52b2fc42e596cb3e4bdda7 | ||||
* | YQL-19424: Use WideStream instead of WideFlow in WideToBlocks computation node | imunkin | 2025-02-11 | 1 | -26/+21 |
| | | | | commit_hash:0c0bfb556ff1f51f3293899c0364cd56c3965c41 | ||||
* | YQL-19017 pass Antlr version via purecalc interface (for migration) | vvvv | 2025-02-07 | 5 | -5/+18 |
| | | | | commit_hash:4bd777455780b5bfa93d45c8bc1968f5d7c3a0f8 | ||||
* | Introduce a flag to control type annotation for WideToBlocks | imunkin | 2025-02-06 | 1 | -0/+9 |
| | | | | commit_hash:b924a0ce9369a603e01d9454c5e47bef3e0764cc | ||||
* | Intermediate changes | robot-piglet | 2025-02-03 | 1 | -3/+3 |
| | | | | commit_hash:3e80c666e788a9593668ee690b4791042eec95a5 | ||||
* | EXISTS with tables YQL-19496 | vvvv | 2025-01-29 | 1 | -0/+1 |
| | | | | commit_hash:76639a66853d8a9d514e4b11f47e14e2d26e26c4 | ||||
* | YQL-19424: Use WideStream instead of WideFlow in WideFromBlocks computation node | imunkin | 2025-01-17 | 1 | -30/+25 |
| | | | | commit_hash:21c84a9004cc57883d949b8fc637fc3ae7bfbda9 | ||||
* | added cache invalidation for computation graph | grigoriypisar | 2024-12-17 | 3 | -0/+17 |
| | | | | | Fixed purecalc cache invalidation commit_hash:088ac16b3481db39893f4fab0cf80c3809a5dcdd | ||||
* | Introduce a flag to control type annotation for WideFromBlocks | imunkin | 2024-12-16 | 1 | -0/+9 |
| | | | | commit_hash:e0e84d14ea42f099c639f993508e18f7df307bb4 | ||||
* | Added fatal type error handling to purecalc & peephole | vvvv | 2024-12-09 | 3 | -13/+20 |
| | | | | | init commit_hash:b89977a75ce7119bfd34312b41e9382a28f13adc | ||||
* | [mkql] Use type memoization in compiler | udovichenko-r | 2024-12-05 | 3 | -18/+21 |
| | | | | | YQL-19355 commit_hash:ff1684e65f8ec72be0a1407be5d31bb3fb0465a7 | ||||
* | Relocate yt and stat providers | aneporada | 2024-12-02 | 2 | -2/+2 |
| | | | | | | | | | В рамках возвращения YQL в лоно Аркадии в данном PR осуществляется механический перенос YQL YT провайдера из contrib/ydb/library/yql/providers/yt в yt/yql/providers/yt (просто arc mv \+ правка путей). Подробности см. в YQL-19206 и YQL-19309 commit_hash:4c5b43760d3053698f0d5b6cdb820bc72c48e741 | ||||
* | Avoid mutation of the main module resolver | vvvv | 2024-11-29 | 1 | -1/+2 |
| | | | | | init commit_hash:9451f73b18e0feb7c201f456a180d8967a270b0d | ||||
* | Moved yql/public/purecalc YQL-19206 | vvvv | 2024-11-26 | 41 | -0/+5077 |
init commit_hash:abf729827c312980464da21824f86ea1defe094c |