You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-01 06:21:41 +03:00
MCOL-392 Apply astyle
Make this branch apply our style guidelines
This commit is contained in:
@ -169,9 +169,9 @@ int64_t Func_ifnull::getDatetimeIntVal(Row& row,
|
||||
}
|
||||
|
||||
int64_t Func_ifnull::getTimeIntVal(Row& row,
|
||||
FunctionParm& parm,
|
||||
bool& isNull,
|
||||
CalpontSystemCatalog::ColType&)
|
||||
FunctionParm& parm,
|
||||
bool& isNull,
|
||||
CalpontSystemCatalog::ColType&)
|
||||
{
|
||||
if (isNull)
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user