You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+-------------+--------+
| Field | Type |
+-------------+--------+
| id | string |
| credit_rank | int |
| income | int |
| age | int |
+-------------+--------+
alice> GRANT SELECT PLAINTEXT(ID, credit_rank, income, age) ON demo.ta TO alice;
alice> GRANT SELECT PLAINTEXT_AFTER_JOIN(ID) ON demo.ta TO *;
alice> GRANT SELECT PLAINTEXT_AFTER_GROUP_BY(credit_rank) ON demo.ta TO *;
alice> GRANT SELECT PLAINTEXT_AFTER_AGGREGATE(income) ON demo.ta TO *;
alice> GRANT SELECT PLAINTEXT_AFTER_COMPARE(age) ON demo.ta TO *;
Issue Type
CCL
Have you searched for existing issues?
Yes
Link to Relevant Documentation
https://www.secretflow.org.cn/zh-CN/docs/scql/0.9.0b1/topics/ccl/usage
Question Details
您好:
实际场景采用 SCQL 中心式部署(一个SCDB,有3个 SCQLEngine):
我这里有两个问题:
辛苦!
The text was updated successfully, but these errors were encountered: