secretflow / scql

SCQL (Secure Collaborative Query Language) is a system that allows multiple distrusting parties to run joint analysis without revealing their private data.
https://www.secretflow.org.cn/docs/scql/en/
Apache License 2.0
126 stars 46 forks source link

关于shuffle和SortByKey协议 #383

Open Repo-Zhuang opened 4 days ago

Repo-Zhuang commented 4 days ago

我在《SecretFlow-SCQL: A Secure Collaborative Query pLatform》这篇论文了解到scql实现了Shuffle和SortByKey protocol。我想问一下如果我想单独测试一下这两个协议,该如何进行呢,相关的函数代码在哪里呢

tongke6 commented 2 days ago

这篇论文相关的实验在 vldb2024 branch 里,详见: https://github.com/secretflow/scql/tree/vldb2024/vldb