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

Method kernel_name

engine/src/execution_kernels/kernel.h:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 std::size_t estimate_operating_bytes(const std::vector<std::unique_ptr<ral::cache::CacheData > > & inputs);
218
219 virtual std::string kernel_name() { return "base_kernel"; }
220
221 /**
222 * @brief notify the kernel that a task it dispatched was completed successfully.

Callers 2

processMethod · 0.95
get_progressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected