public Map<String, Object> explain() throws StorageException {
   try {
     return query.explain();
   } catch (ClusterJException e) {
     throw HopsExceptionHelper.wrap(e);
   }
 }