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