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