1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-4174 Review/refactor frontend/connector code

This commit is contained in:
Alexander Barkov
2020-10-20 15:35:36 +04:00
committed by Roman Nozdrin
parent 68244ab957
commit 129d5b5a0f
70 changed files with 6982 additions and 4927 deletions

View File

@ -773,7 +773,7 @@ void BatchPrimitiveProcessorJL::getRowGroupData(ByteStream& in, vector<RGData>*
if (UNLIKELY(*hasWideColumn))
{
idbassert(colType.colWidth > utils::MAXLEGACYWIDTH);
if (LIKELY(datatypes::Decimal::isWideDecimalType(colType)))
if (LIKELY(colType.isWideDecimalType()))
{
in >> tmp128;
*min = tmp128;