Class DropStatsProcedure

java.lang.Object
io.trino.plugin.hive.procedure.DropStatsProcedure
All Implemented Interfaces:
com.google.inject.Provider<Procedure>, jakarta.inject.Provider<Procedure>

public class DropStatsProcedure extends Object implements com.google.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'))).