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:
4
dbcon/execplan/calpontsystemcatalog.cpp
Normal file → Executable file
4
dbcon/execplan/calpontsystemcatalog.cpp
Normal file → Executable file
@ -1051,7 +1051,7 @@ const CalpontSystemCatalog::ColType CalpontSystemCatalog::colType(const OID& Oid
|
||||
colMap.insert(CMVT_(scale, srcp));
|
||||
srcp.reset(col[8]);
|
||||
colMap.insert(CMVT_(precision, srcp));
|
||||
// TODO: NULL value handling & convert to boost::any
|
||||
// TODO: NULL value handling & convert to static_any::any
|
||||
// delete this manually at fcn exit
|
||||
srcp.reset(col[9]);
|
||||
colMap.insert(CMVT_(defaultvalue, srcp));
|
||||
@ -5045,7 +5045,7 @@ void CalpontSystemCatalog::getSchemaInfo(const string& in_schema)
|
||||
colMap.insert(CMVT_(scale, srcp));
|
||||
srcp.reset(col[8]);
|
||||
colMap.insert(CMVT_(precision, srcp));
|
||||
// TODO: NULL value handling & convert to boost::any
|
||||
// TODO: NULL value handling & convert to static_any::any
|
||||
// delete this manually at fcn exit
|
||||
srcp.reset(col[9]);
|
||||
colMap.insert(CMVT_(defaultvalue, srcp));
|
||||
|
Reference in New Issue
Block a user