InvoDB/invodb/index/query.cpp
2021-11-01 10:35:16 +00:00

10 lines
182 B
C++

//
// Created by projector-user on 11/1/21.
//
#include "query.h"
std::vector<nlohmann::json> Query::find(const nlohmann::json &json) {
return std::vector<nlohmann::json>();
}