Home
last modified time | relevance | path

Searched refs:BPPHandler (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dprimitiveserver.cpp1269 struct BPPHandler struct
1271 BPPHandler(PrimitiveServer* ps) : fPrimitiveServerPtr(ps) { } in BPPHandler() argument
1278 ~BPPHandler() in ~BPPHandler() argument
1304 BPPHandlerFunctor(boost::shared_ptr<BPPHandler> r, SBS b) : bs(b) in BPPHandlerFunctor()
1310 boost::shared_ptr<BPPHandler> rt;
1327 Create(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in Create()
1338 Destroy(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in Destroy()
1348 AddJoiner(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in AddJoiner()
1358 Abort(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in Abort()
1864 fBPPHandler.reset(new BPPHandler(ps)); in ReadThread()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dprimitiveserver.cpp1269 struct BPPHandler struct
1271 BPPHandler(PrimitiveServer* ps) : fPrimitiveServerPtr(ps) { } in BPPHandler() argument
1278 ~BPPHandler() in ~BPPHandler() argument
1304 BPPHandlerFunctor(boost::shared_ptr<BPPHandler> r, SBS b) : bs(b) in BPPHandlerFunctor()
1310 boost::shared_ptr<BPPHandler> rt;
1327 Create(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in Create()
1338 Destroy(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in Destroy()
1348 AddJoiner(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in AddJoiner()
1358 Abort(boost::shared_ptr<BPPHandler> r, SBS b) : BPPHandlerFunctor(r, b) { } in Abort()
1864 fBPPHandler.reset(new BPPHandler(ps)); in ReadThread()
[all …]