We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bb5a9 commit 98e0152Copy full SHA for 98e0152
README.md
@@ -21,7 +21,7 @@ import edu.berkeley.cs.rise.opaque.implicits._
21
import org.apache.spark.sql.types._
22
23
// Load an encrypted DataFrame (saved using the MC2 client)
24
-val df_en = spark.read.format("edu.berkeley.cs.rise.opaque.EncryptedSource").load("/tmp/opaquesql.csv.enc")
+val df_enc = spark.read.format("edu.berkeley.cs.rise.opaque.EncryptedSource").load("/tmp/opaquesql.csv.enc")
25
// Run a filter query on the encrypted DataFrame
26
val result = df_enc.filter($"Age" < lit(30))
27
// This will save the encrypted result to the result directory on the cloud
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments