| 73 | std::shared_ptr<hybridse::vm::CompileInfo> batch_request_info; |
| 74 | |
| 75 | SQLProcedureCacheEntry(const std::shared_ptr<hybridse::sdk::ProcedureInfo> pinfo, |
| 76 | std::shared_ptr<hybridse::vm::CompileInfo> rinfo, |
| 77 | std::shared_ptr<hybridse::vm::CompileInfo> brinfo) |
| 78 | : procedure_info(pinfo), request_info(rinfo), batch_request_info(brinfo) {} |
| 79 | }; |
| 80 | class SpCache : public hybridse::vm::CompileInfoCache { |
| 81 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected