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