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