tbl_uncache
From sparklyr v1.0.5
by Javier Luraschi
Uncache a Spark Table
Force a Spark table with name name
to be unloaded from memory.
Usage
tbl_uncache(sc, name)
Arguments
- sc
A
spark_connection
.- name
The table name.
Community examples
Looks like there are no examples yet.