You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
feat(): zerocopy TNS case and JOIN results RGData with CountingAllocator
This commit is contained in:
@ -262,6 +262,7 @@ class RGData
|
||||
{
|
||||
public:
|
||||
RGData() = default; // useless unless followed by an = or a deserialize operation
|
||||
RGData(allocators::CountingAllocator<RGDataBufType>&);
|
||||
RGData(const RowGroup& rg, uint32_t rowCount); // allocates memory for rowData
|
||||
explicit RGData(const RowGroup& rg);
|
||||
explicit RGData(const RowGroup& rg, allocators::CountingAllocator<RGDataBufType>& alloc);
|
||||
|
Reference in New Issue
Block a user