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

Function exec_context

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

\brief Configuration related to function execution that is to be shared across multiple kernels.

Source from the content-addressed store, hash-verified

87 /// \brief Configuration related to function execution that is to be shared
88 /// across multiple kernels.
89 ExecContext* exec_context() { return exec_ctx_; }
90
91 /// \brief The memory pool to use for allocations. For now, it uses the
92 /// MemoryPool contained in the ExecContext used to create the KernelContext.

Callers 5

ExecuteMethod · 0.70
SetupPreallocationMethod · 0.70
ExecuteMethod · 0.70
ExecuteMethod · 0.70
ConsumeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected