| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:da9e5d384dc00d37d939afe28f789f2f608acb0e
|
| |
|
|
| |
commit_hash:d17bed0c3f0053f8f24a0e6f3053213ed5fbf423
|
| |
|
|
| |
commit_hash:16b28b4a2fa4a98d0bef3efe97d563373903df25
|
| |
|
|
| |
commit_hash:10c8d54083c7064e63989ad9c341711fe84409b4
|
| |
|
|
|
|
|
| |
- Fixed histogram, (bottom/top)(by)?, topfreq, random_(value/sample) over Null
- Disabled DISTINCT with agg phases
- Refactored code by phase predicates extraction
commit_hash:c82f790224e84e542572d5cd270766e3244b4178
|
| |
|
|
| |
commit_hash:617264515b5da826be1327cb91b7fc6f6801a835
|
| |
|
|
| |
commit_hash:934d9bd00af5903f26796cf610789aaa4a7bf39c
|
| |
|
|
| |
commit_hash:23ab69eb08e7c8f74df14dfc43e6109479b8dd15
|
| |
|
|
| |
commit_hash:13889e43b6156f11945dcee2ab2b59cdb056ce49
|
| |
|
|
| |
commit_hash:cb540d095291ddee3bb60c2d3addee54d23daa1c
|
| |
|
|
|
|
| |
`Null` are not yet implemented, because it was hard to fix, will
do it later.
commit_hash:879a892d511a0a2dd7110a728f01f80c260dedbf
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixed agg phases for `Top`, `Bottom`, `TopBy` and `BottomBy`. The
`SerializedState` for `Top` and `Bottom` is contains `MaxSize`, so
only the `state` argument is required when it `IsOverState`. `Null`
are not yet implemented, because it was hard to fix, will do it
later. The code is not clean, but to fix it a huge refactoring is
needed, including `aggregate.yqls` and `aggregation.cpp`. Also
YQLs minirun launch target was introduced, because it is easier to
experiment with YQLs directly, rather than tweaking the SQL translator.
commit_hash:47af002f70d9be6db61316e64aa866d4bff34cf4
|
| |
|
|
| |
commit_hash:52386c60ce66e769fe972c72eed82ace0d34242b
|
| |
|
|
| |
commit_hash:f9d592aaafd658d9c44bb4f7299a527c22593569
|
| |
|
|
|
| |
[Query Replay 269](https://nda.ya.ru/t/CbXE2-jO7Usc4n), queries are ignored.
commit_hash:59a834f2d49f1f2a585dea477970328ab4d45ded
|
| |
|
|
|
|
|
|
|
|
|
| |
Also added tests for:
- max_by
- agg_list
- some
- avg_if
- sum_if
- count_if
commit_hash:0da4f3b9b1767850e65c914b727bc362cf4cc125
|
| |
|
|
| |
commit_hash:45d5b2e2dd994307de6d103f3b9658f40fd3696b
|
| |
|
|
| |
commit_hash:e6cca97ec9c9627f1ba82a11abf454518fc90972
|
| |
|
|
| |
commit_hash:de09972dd3413b60530dc507f7c64fb0e3fb5e67
|
|
|
yql/essentials/tests/sql/suites
commit_hash:d0ef1f92b09c94db7c2408f946d2a4c62b603f00
|