Searched defs:ColumnInfo (Results 1 – 2 of 2) sorted by relevance
64 struct ColumnInfo { struct65 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument74 std::vector<ColumnInfo> tableColumn_ = {}; argument
65 struct ColumnInfo { struct66 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument75 std::vector<ColumnInfo> tableColumn_ = {}; argument