tbl_uncache: Uncache a Spark Table

View source: R/tables_spark.R

tbl_uncacheR Documentation

Uncache a Spark Table

Description

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.


sparklyr documentation built on Nov. 2, 2023, 5:09 p.m.