Searched defs:ColumnInfo (Results 1 – 3 of 3) sorted by relevance
96 struct ColumnInfo { struct97 …ColumnInfo(const std::string &name, const std::string &type) : columnName(name), columnType(type) … in ColumnInfo() argument98 std::string columnName;99 std::string columnType;
143 struct ColumnInfo { struct144 ColumnInfo(const std::string &name, const std::string &type) : name_(name), type_(type) {} in ColumnInfo() argument145 std::string name_;146 std::string type_;
425 const auto ColumnInfo = spanTable_->mTableColumnInfo_[column]; in Column() local