get_table {catalog}R Documentation

Get A Table

Description

Get the table or view with the specified name in the specified database. You can use this to find the table's description, database, type and whether it is a temporary table or not.

Usage

get_table(sc, table, database = NULL)

Arguments

sc

A spark_connection.

table

character(1). The name of the table.

database

character(1). The name of the database for which the functions should be listed (default: NULL).

Value

An object of class spark_jobj and shell_jobj.

See Also

cache_table(), create_table(), list_tables(), refresh_table(), table_exists(), uncache_table()


[Package catalog version 0.1.1 Index]