| 36 | } |
| 37 | |
| 38 | std::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 | |
| 43 | bool 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(); |