milvus/tools/core_gen/templates/node_def.cpp
FluorineDog 5e67e5eb43 Enable Query Executor without predicates
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-11-10 13:17:31 +08:00

19 lines
298 B
C++

@@@@body@struct_name
void
@@struct_name@@::accept(@@root_base@@Visitor& visitor) {
visitor.visit(*this);
}
####
@@@@main
// Generated File
// DO NOT EDIT
#include "query/@@root_base@@.h"
#include "@@root_base@@Visitor.h"
namespace @@namespace@@ {
@@body@@
} // namespace @@namespace@@
####