mlycore opened a new issue, #270:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/270
### Request description
E.g. A struct defined as below:
```golang
type EncryptRule struct{}
func (t EncryptRule) ToDistSQL() string {}
```
While invoking ToDistSQL() it will generate a DistSQL regarding a
EncryptRule like:
```SQL
CREATE ENCRYPT RULE t_encrypt (....
```
References:
*
https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/encrypt/create-encrypt-rule/
### Environment
- your ShardingSphere-Operator Version
- Kubernetes distro (e.g. RKE/K3s/EKS/OpenShift) and version
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]