1
0
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:
David Hall
2018-11-23 12:42:29 -06:00
parent 3709fe92a5
commit 176ef2f2c1
32 changed files with 6575 additions and 6574 deletions

View File

@ -140,6 +140,10 @@ public:
{
return udafContext;
}
const mcsv1sdk::mcsv1Context& getUDAFContext() const
{
return udafContext;
}
private:
/**