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