MCPcopy Create free account
hub / github.com/apache/arrow / state

Function state

cpp/src/arrow/compute/kernel.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 void SetKernel(const Kernel* kernel) { kernel_ = kernel; }
84
85 KernelState* state() { return state_; }
86
87 /// \brief Configuration related to function execution that is to be shared
88 /// across multiple kernels.

Callers 1

ConsumeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected