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