You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-641 Initial version of Math operations for wide decimal.
This commit is contained in:
@@ -38,6 +38,7 @@ using namespace BRM;
|
||||
|
||||
#include "jlf_common.h"
|
||||
using namespace joblist;
|
||||
#include "mcs_decimal.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
@@ -332,7 +333,7 @@ string extractTableAlias(const SSC& sc)
|
||||
//------------------------------------------------------------------------------
|
||||
CalpontSystemCatalog::OID isDictCol(const CalpontSystemCatalog::ColType& colType)
|
||||
{
|
||||
if (utils::isWideDecimalType(colType)) return 0;
|
||||
if (datatypes::Decimal::isWideDecimalType(colType)) return 0;
|
||||
|
||||
if (colType.colWidth > 8) return colType.ddn.dictOID;
|
||||
|
||||
|
Reference in New Issue
Block a user