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