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-523 Add UDAF and UDAnF SDK
This commit is contained in:
2
utils/funcexp/func_rpad.cpp
Normal file → Executable file
2
utils/funcexp/func_rpad.cpp
Normal file → Executable file
@ -63,7 +63,7 @@ std::string Func_rpad::getStrVal(rowgroup::Row& row,
|
||||
const string& tstr = fp[0]->data()->getStrVal(row, isNull);
|
||||
|
||||
// The result length in number of characters
|
||||
int len = 0;
|
||||
size_t len = 0;
|
||||
switch (fp[1]->data()->resultType().colDataType)
|
||||
{
|
||||
case execplan::CalpontSystemCatalog::BIGINT:
|
||||
|
Reference in New Issue
Block a user