powered by
Defines a Spark DataFrame from a SQL query, useful to create Spark DataFrames without collecting the results immediately.
sdf_sql(sc, sql)
A spark_connection.
spark_connection
a 'SQL' query used to generate a Spark DataFrame.