515516517518519520521522
} @SuppressWarnings("unchecked") @Override public MutationPlan compilePlan(PhoenixStatement stmt, Sequence.ValueOp seqAction) throws SQLException { DropSequenceCompiler compiler = new DropSequenceCompiler(stmt); return compiler.compile(this); }
521522523524525526527528
474475476477478479480481
} @SuppressWarnings("unchecked") @Override public MutationPlan compilePlan(PhoenixStatement stmt) throws SQLException { DropSequenceCompiler compiler = new DropSequenceCompiler(stmt); return compiler.compile(this); }