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