SparkR (version 3.1.2)

tables: Tables

Description

Returns a SparkDataFrame containing names of tables in the given database.

Usage

tables(databaseName = NULL)

Arguments

databaseName

(optional) name of the database

Value

a SparkDataFrame

See Also

listTables

Examples

Run this code
# NOT RUN {
sparkR.session()
tables("hive")
# }

Run the code above in your browser using DataLab