summaryrefslogtreecommitdiffstats
path: root/yql/essentials/ast/yql_expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-19747 Extract NormalizeName from yql/.../core/astvityaman2025-04-141-54/+0
| | | | | | | | | | | | | | We need the `NYql::NormalizeName` at `yql/.../sql/v1/complete`, but do not want to depend on the entire `yql/.../core/ast` module, so moving it to `yql/.../core/sql_types` module. We need it to find equivalent names for a proper candidates ranking as `MULTI_AGGREGATE_BY` and `MultiAggregateBy` are equivalent and their frequencies should be merged. Also we can apply this function to `NameRequest::prefix` and suggest `MULTI_AGGREGATE_BY` on `prefix.StartsWith("multia")`. - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/vityaman/ydb/issues/21 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1204 commit_hash:02f3ef316bbca818e22aafe88edfde8e4eb214c3
* YQL-19552 a fix for generic visitsvvvv2025-02-051-2/+2
| | | | commit_hash:b48eef46deb28cf3708b695b8c45bc642ee7e5b7
* YQL-19552 handle ErrorType before udf resolver callvvvv2025-02-051-0/+127
| | | | commit_hash:68ac9a5d0f28d16201818ae27a56de211d8451ab
* Fix parameter substitution in Package pragmangc2242024-11-121-7/+7
| | | | commit_hash:df3312c03f97d33ee57c7ffd11a489097eb3c2d4
* Moved yql/ast YQL-19206vvvv2024-11-061-0/+3917
init commit_hash:a6a63582073784b9318cc04ffcc1e212f3df703b