Package io.trino.plugin.hive.procedure
Class DropStatsProcedure
java.lang.Object
io.trino.plugin.hive.procedure.DropStatsProcedure
- All Implemented Interfaces:
com.google.inject.Provider<Procedure>,jakarta.inject.Provider<Procedure>
A procedure that drops statistics. It can be invoked for a subset of partitions (e.g.
CALL system.drop_stats('system', 'some_table', ARRAY[ARRAY['x', '7']])) or
for the entire table (CALL system.drop_stats('system', 'some_table'))).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddropStats(ConnectorSession session, ConnectorAccessControl accessControl, String schema, String table, List<?> partitionValues) get()
-
Constructor Details
-
DropStatsProcedure
-
-
Method Details
-
get
-
dropStats
public void dropStats(ConnectorSession session, ConnectorAccessControl accessControl, String schema, String table, List<?> partitionValues)
-