505506507508509510511512
return null; } @Override public MutationPlan compilePlan() throws SQLException { DropSequenceCompiler compiler = new DropSequenceCompiler(PhoenixStatement.this); return compiler.compile(this); }