@SuppressWarnings("unchecked")
@Override
public MutationPlan compilePlan(PhoenixStatement stmt) throws SQLException {
DeleteCompiler compiler = new DeleteCompiler(stmt);
return compiler.compile(this);
}
}
private static class ExecutableCreateTableStatement extends CreateTableStatement implements CompilableStatement {
ExecutableCreateTableStatement(TableName tableName, ListMultimap<String,Pair<String,Object>> props, List<ColumnDef> columnDefs,