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-1793 Add udafContext to the copy constructor of WindowFunctionColumn.
This commit is contained in:
@ -233,7 +233,8 @@ WindowFunctionColumn::WindowFunctionColumn( const WindowFunctionColumn& rhs, con
|
||||
fFunctionName(rhs.functionName()),
|
||||
fFunctionParms(rhs.functionParms()),
|
||||
fPartitions (rhs.partitions()),
|
||||
fOrderBy (rhs.orderBy())
|
||||
fOrderBy (rhs.orderBy()),
|
||||
udafContext(rhs.getUDAFContext())
|
||||
{}
|
||||
|
||||
const string WindowFunctionColumn::toString() const
|
||||
|
Reference in New Issue
Block a user