SparkSession.Sql(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes a SQL query using Spark, returning the result as a DataFrame.
public Microsoft.Spark.Sql.DataFrame Sql(string sqlText);
member this.Sql : string -> Microsoft.Spark.Sql.DataFrame
Public Function Sql (sqlText As String) As DataFrame
Parameters
- sqlText
- String
SQL query text
Returns
DataFrame object