refresh {catalog}R Documentation

Refreshing Data

Description

Usage

recover_partitions(sc, table)

refresh_by_path(sc, path)

refresh_table(sc, table)

Arguments

sc

A spark_connection.

table

character(1). The name of the table.

path

character(1). The path to refresh.

Value

NULL, invisibly. These functions are mostly called for their side effects.

See Also

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


[Package catalog version 0.1.1 Index]