You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1793 Add udafContext to the copy constructor of WindowFunctionColumn.
This commit is contained in:
@ -140,6 +140,10 @@ public:
|
||||
{
|
||||
return udafContext;
|
||||
}
|
||||
const mcsv1sdk::mcsv1Context& getUDAFContext() const
|
||||
{
|
||||
return udafContext;
|
||||
}
|
||||
|
||||
private:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user