19 #ifndef ATOM_QUERY_ROW
20 #define ATOM_QUERY_ROW
25 #include "query/field.h"
26 #include "tools/dvalue.h"
41 using Ptr = std::shared_ptr<Row>;
45 Field::Ptr FindField_(std::string column_name);
46 Field::Ptr AddField_(std::string column_name,
Tools::DValue value);