| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
## Что означает Streaming Constraint
Пусть `O` - колабл для которого выставлен Streaming Constraint и `I` - множество входов оператора для которых также выставлен Streaming Constraint.
### Streaming constraint для Unordered List
Если `O` принимает на вход List и логически является Unordered (нету гарантий на порядок выхода относительно проядка входа), то:
* При добавлении одного элемента в конец списка любого входа из `I` -- в мульти множестве результата `O` могут только появиться новые значения (либо ничего не добавится)
### Streaming constraint для Ordered List
Тоже самое, что и для Unordered List, но добавляется ограничение, что:
* При добавлении одного элемента в конец списка любого входа из `I` -- в упорядоченный список строк, являющийся результатом `O` могут добавиться строки только в конец списка
### Streaming constraint для Stream / Flow
Тоже самое, что для Ordered / Unordered List, но добавляется ограничение:
* Если в любом из входов `I` типа Stream / Flow возможны Yield, то обновлённый результат оператора должен выводиться с ограниченной задержкой при поступлении Yield
commit_hash:1e9e2deac133179c46ad15daa32fb421a3998296
|
| |
|
|
| |
commit_hash:1c0eb9463ebcb984a89d586de89e0812ead6f1d9
|
| |
|
|
| |
commit_hash:41791bb9a63f1993010fb68562e9a5607927307d
|
| |
|
|
| |
commit_hash:9e799ea42a2692eb96ebc792b48e46dd060c182b
|
| |
|
|
|
| |
- https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html
commit_hash:746be9b9db256111b2fb6ab4d89844746deebcda
|
| |
|
|
| |
commit_hash:b79b0ce651cc9f9f49e5154d5d4902ca1ebb788f
|
| |
|
|
| |
commit_hash:f2ada639a636eb38defc0e8ecf61d3e35845538a
|
| |
|
|
| |
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
|
| |
|
|
| |
commit_hash:12dbda4defcaef8dd708a69552fc19eba832ce2f
|
| |
|
|
|
|
| |
input dependecies
commit_hash:6ab5db7d2801ef897e9833ebeaef423be14f7870
|
| |
|
|
| |
commit_hash:1a6c8ea1c65a438f8801f4f71f6d1bcb15a95c81
|
| |
|
|
| |
commit_hash:b10bf6ee5de197348d3c3dbb2f63b933f8cf1eb3
|
| |
|
|
| |
commit_hash:5454bff7d009c2b59cd585f79719b7d62b802d6a
|
| |
|
|
| |
commit_hash:c571530f0a74edc44a65da0388e8e4c543121044
|
| |
|
|
| |
commit_hash:80d14b9a81504ea3fcb8d6fa89a2472f700c0f0e
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:3d15defe18fb19d2185bd1798b181d6f30277d68
|
| |
|
|
| |
commit_hash:2aa733486a55a04c39ff8bb1c7eaca3a85719647
|
| |
|
|
| |
commit_hash:401d21dd23ee9bb7ee52b2fc42e596cb3e4bdda7
|
| |
|
|
| |
commit_hash:a9a86ead632b0451a427621ea384bd732d3653a3
|
| |
|
|
|
| |
init
commit_hash:6a569cc8a3ace6be991ce981c949eda644f39c0b
|
| |
|
|
| |
commit_hash:1330e42655928e70b78056e9f603c1afd53e6791
|
| |
|
|
|
|
|
|
|
| |
В рамках возвращения YQL в лоно Аркадии в данном PR осуществляется механический перенос YQL YT провайдера из
contrib/ydb/library/yql/providers/yt в yt/yql/providers/yt (просто arc mv \+ правка путей).
Подробности см. в YQL-19206 и YQL-19309
commit_hash:4c5b43760d3053698f0d5b6cdb820bc72c48e741
|
| |
|
|
| |
commit_hash:94de9654226b766f9fd4f8fff607b59e747a6f96
|
| |
|
|
| |
commit_hash:134201d428f9541bb6990e2d65a7bbcf65d74e25
|
| |
|
|
| |
commit_hash:22adeac140825b580d7674c61994c0404ccf2762
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Apply GH: Extract prefix and entries in backup-related sql (#10807)
Apply GH: Fix syntax for Column Family (#10781)
Apply GH: Case-insensitive mode for searching modules and functions (#10842)
Apply GH: Fixed i/o for pg_proc (#10914)
Apply GH: An option to render SQL transalation with Seq! (#11015)
commit_hash:d2d2fcdef2bbd0434236aef325aa071c7e39c526
|
| |
|
|
| |
commit_hash:3cbeb92e6a5008fdda11519d1b9fa5381af3a61f
|
| |
|
|
|
|
|
|
|
| |
\#10732 Fix a bug in YQL node creation for indexImplTable table settings
\#10799support computation graph invalidation in purecalc
\#10741Don't use Now() during replay for yt settings
commit_hash:bc4c150ceb2ae05fc19eaa4804fb668730a89410
|
| |
|
|
| |
commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
|
| |
|
|
|
|
|
|
|
|
| |
Except the following directories:
* clickhouse/client
* datetime
* knn
* roaring
commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f
|
|
|
init
commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
|