dropTempTable-deprecated: (Deprecated) Drop Temporary Table

Description Usage Arguments Note See Also Examples

Description

Drops the temporary table with the given table name in the catalog. If the table has been cached/persisted before, it's also unpersisted.

Usage

1
dropTempTable(tableName)

Arguments

tableName

The name of the SparkSQL table to be dropped.

Note

dropTempTable since 1.4.0

See Also

dropTempView

Examples

1
2
3
4
5
6
7
## Not run: 
sparkR.session()
df <- read.df(path, "parquet")
createOrReplaceTempView(df, "table")
dropTempTable("table")

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.