Class FlushHiveMetastoreCacheProcedure
- java.lang.Object
-
- io.trino.plugin.hive.metastore.procedure.FlushHiveMetastoreCacheProcedure
-
-
Constructor Summary
Constructors Constructor Description FlushHiveMetastoreCacheProcedure(Optional<CachingHiveMetastore> cachingHiveMetastore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflushMetadataCache(String fakeParam, String schemaName, String tableName, List<String> partitionColumn, List<String> partitionValue)Procedureget()
-
-
-
Constructor Detail
-
FlushHiveMetastoreCacheProcedure
@Inject public FlushHiveMetastoreCacheProcedure(Optional<CachingHiveMetastore> cachingHiveMetastore)
-
-