You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4387 Convert dataconvert::decimalToString() into VDecimal and TSInt128 methods
This commit is contained in:
@ -785,10 +785,6 @@ string longDoubleToString(long double ld)
|
||||
return buf;
|
||||
}
|
||||
|
||||
//@bug6146, remove duplicate function with incorrect impl. Use the DataConvert::decimalToString()
|
||||
//string decimalToString( execplan::IDB_Decimal x, int p )
|
||||
|
||||
|
||||
uint64_t dateAdd( uint64_t time, const std::string& expr, execplan::IntervalColumn::interval_type unit, bool dateType, execplan::OpType funcType );
|
||||
const std::string IDB_date_format(const dataconvert::DateTime&, const std::string&);
|
||||
const std::string timediff(int64_t, int64_t, bool isDateTime = true);
|
||||
|
Reference in New Issue
Block a user