DataFrameReader.Table(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.
Returns the specified table 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 the table to read
Returns
DataFrame object