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