diff --git a/src/vlog/common/edb.cpp b/src/vlog/common/edb.cpp index 618ceef..a5cb56f 100644 --- a/src/vlog/common/edb.cpp +++ b/src/vlog/common/edb.cpp @@ -182,6 +182,7 @@ void EDBLayer::addInmemoryTable(const EDBConf::Table &tableConf, LOG(DEBUGL) << "Imported InmemoryTable " << pn << " id " << infot.id << " size " << table->getSize(); // table->dump(std::cerr); } +} void EDBLayer::addInmemoryTable(std::string predicate, std::vector> &rows) {