SparkSession.Table(String) Method

Definition

Returns the specified table/view as a DataFrame.

public Microsoft.Spark.Sql.DataFrame Table (string tableName);
member this.Table : string -> Microsoft.Spark.Sql.DataFrame
Public Function Table (tableName As String) As DataFrame

Parameters

tableName
String

Name of a table or view

Returns

DataFrame object

Applies to