Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ plan
Function
plan
cpp/src/arrow/acero/exec_plan.h:152–152 ·
view source on GitHub ↗
This node's exec plan
Source
from the content-addressed store, hash-verified
150
151
/// This node's exec plan
152
ExecPlan* plan() { return plan_; }
153
154
/// \brief An optional label, for display and debugging
155
///
Callers
11
Expression>& guarantees) { // If guarantees are provided we must have one for each batch if (!guarantees.empty()) { EXPECT_EQ(fragment_batch_strs.size(), guarantees.size())
Method · 0.85
getNextBatch
Method · 0.85
ProcessInner
Method · 0.85
Init
Method · 0.85
DoConsume
Method · 0.85
ResetKernelStates
Method · 0.85
OutputResult
Method · 0.85
ResetKernelStates
Method · 0.85
DoStopProducing
Method · 0.85
StartProducing
Method · 0.85
ProcessBatch
Method · 0.85
Calls
no outgoing calls
Tested by
2
Expression>& guarantees) { // If guarantees are provided we must have one for each batch if (!guarantees.empty()) { EXPECT_EQ(fragment_batch_strs.size(), guarantees.size())
Method · 0.68
DoStopProducing
Method · 0.68