ClearCacheCommand Logical Command
ClearCacheCommand
is a logical command to remove all cached tables from the in-memory cache.
ClearCacheCommand
corresponds to CLEAR CACHE
in SQL.
Note
|
ClearCacheCommand is described by clearCache labeled alternative in statement expression in SqlBase.g4 and parsed using SparkSqlParser.
|