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(PP,ByteStream): new counting memory allocator
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "bytestream.h"
|
||||
#include "command.h"
|
||||
|
||||
namespace primitiveprocessor
|
||||
@ -42,7 +43,7 @@ class PassThruCommand : public Command
|
||||
|
||||
void prep(int8_t outputType, bool makeAbsRids) override;
|
||||
void execute() override;
|
||||
void project() override;
|
||||
void project(messageqcpp::SBS& bs) override;
|
||||
void projectIntoRowGroup(rowgroup::RowGroup& rg, uint32_t col) override;
|
||||
uint64_t getLBID() override;
|
||||
void nextLBID() override;
|
||||
|
Reference in New Issue
Block a user