Cache a table in the Spark SQL context
Syntax
cache table <table reference>
Parameters
table reference
String. The name of the table to cache, optionally qualified by schema name.
Cache a table in the Spark SQL context
cache table <table reference>
table reference
String. The name of the table to cache, optionally qualified by schema name.