MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / input_cache

Method input_cache

engine/src/execution_kernels/kernel.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::shared_ptr<ral::cache::CacheMachine> kernel::input_cache() {
39 auto kernel_id = std::to_string(this->get_id());
40 return this->input_.get_cache(kernel_id);
41}
42
43bool kernel::add_to_output_cache(std::unique_ptr<ral::frame::BlazingTable> table, std::string cache_id, bool always_add) {
44 std::string message_id = get_message_id();

Callers 4

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

get_idMethod · 0.95

Tested by

no test coverage detected