You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
feat(rbo,rules,QA): index column type is now derived from the corresponding Field
This commit is contained in:
@@ -207,6 +207,7 @@ SimpleColumn::SimpleColumn(const SimpleColumn& rhs, const uint32_t sessionID)
|
||||
, fTimeZone(rhs.timeZone())
|
||||
, fisColumnStore(rhs.isColumnStore())
|
||||
{
|
||||
fResultType = rhs.resultType();
|
||||
}
|
||||
|
||||
SimpleColumn::SimpleColumn(const ReturnedColumn& rhs, const uint32_t sessionID)
|
||||
@@ -250,6 +251,7 @@ SimpleColumn& SimpleColumn::operator=(const SimpleColumn& rhs)
|
||||
fDistinct = rhs.distinct();
|
||||
fisColumnStore = rhs.isColumnStore();
|
||||
fPartitions = rhs.fPartitions;
|
||||
fResultType = rhs.resultType();
|
||||
}
|
||||
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user