22 #include <type_traits> 31 Row(std::vector<TargetValue>& row);
32 int64_t
getInt(
size_t col_num);
34 std::string
getStr(
size_t col_num);
37 std::vector<TargetValue>
row_;
45 int getColType(uint32_t col_num);
51 void executeDDL(std::string query);
52 Cursor* executeDML(std::string query);
std::string getStr(size_t col_num)
double getDouble(size_t col_num)
int64_t getInt(size_t col_num)
std::vector< TargetValue > row_