Searched refs:schema_cols (Results 1 – 1 of 1) sorted by relevance
130 std::vector<SqliteTable::Column> schema_cols; in ComputeSchema() local133 schema_cols.emplace_back(i, col.name, col.type, col.is_hidden); in ComputeSchema()150 return Schema(std::move(schema_cols), std::move(primary_keys)); in ComputeSchema()