@Override
 public AbstractQueryOperations in(String table) {
   queryMetaData.setTableNameOverride(table);
   return this;
 }