mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-30 08:30:58 +00:00
10 lines
182 B
C++
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>();
|
||
|
}
|