Class DropStatsProcedure

  • All Implemented Interfaces:
    javax.inject.Provider<Procedure>

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