Re: [apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-17 Thread gjj
ok thank. i will check it out. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/405#issuecomment-675179226

Re: [apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-17 Thread gjj
Closed #405. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/405#event-3664058025

Re: [apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-17 Thread Mingshen Sun
Sorry, we do not support the libraries you mentioned for data analytics. However, you can write you own function to achieve similar functionalities. BTW, Apache Arrow's Rust implementation looks promising [1]. I hope someone may help and find out if it works for Teaclave. - [1]

[apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-13 Thread gjj
First of all, there is a requirement: use SQL ability to fuse multi-party data to get a result set output, such as the personnel financial data of Party A and the personnel consumption data of Party B, and finally fuse the result set of AB and Party B according to the left/right/inner join of