Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs/cn/MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md #4927

Merged
merged 17 commits into from
Sep 14, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ MatrixOne 中的 `Ring` 是一个接口,具有类似于代数 `Ring` 结构的
| BatchAdd | Merge several couples of groups for two Rings |
| Mul | Multiplication between groups for two Rings, called when join occurs |

注:6.0版本 ring暂时被删除,不在/pkg/container/ring/下
`Ring` 数据结构在路径 `/pkg/container/ring/` 下实现。

## **`Ring` 如何进行查询**
Expand Down