You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-4174 Review/refactor frontend/connector code
This commit is contained in:
committed by
Roman Nozdrin
parent
68244ab957
commit
129d5b5a0f
@ -333,7 +333,7 @@ string extractTableAlias(const SSC& sc)
|
||||
//------------------------------------------------------------------------------
|
||||
CalpontSystemCatalog::OID isDictCol(const CalpontSystemCatalog::ColType& colType)
|
||||
{
|
||||
if (datatypes::Decimal::isWideDecimalType(colType) ||
|
||||
if (colType.isWideDecimalType() ||
|
||||
colType.colDataType == CalpontSystemCatalog::BINARY) return 0;
|
||||
|
||||
if (colType.colWidth > 8) return colType.ddn.dictOID;
|
||||
|
Reference in New Issue
Block a user