Class SqlDropStatisticsCommand
- java.lang.Object
-
- org.apache.ignite.internal.sql.command.SqlStatisticsCommands
-
- org.apache.ignite.internal.sql.command.SqlDropStatisticsCommand
-
- All Implemented Interfaces:
SqlCommand
public class SqlDropStatisticsCommand extends SqlStatisticsCommands
DROP STATISTICS Command.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.sql.command.SqlStatisticsCommands
targets
-
-
Constructor Summary
Constructors Constructor Description SqlDropStatisticsCommand()SqlDropStatisticsCommand(Collection<StatisticsTarget> targets)
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.sql.command.SqlStatisticsCommands
parse, parseColumnList, schemaName, schemaName, targets, tryEnd
-
-
-
-
Constructor Detail
-
SqlDropStatisticsCommand
public SqlDropStatisticsCommand()
-
SqlDropStatisticsCommand
public SqlDropStatisticsCommand(Collection<StatisticsTarget> targets)
-
-