Tables
tables.Rd
Returns a SparkDataFrame containing names of tables in the given database.
Examples
if (FALSE) { # \dontrun{
sparkR.session()
tables("spark_catalog.hive")
} # }
tables.Rd
Returns a SparkDataFrame containing names of tables in the given database.
if (FALSE) { # \dontrun{
sparkR.session()
tables("spark_catalog.hive")
} # }