Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ finished
Method
finished
cpp/src/arrow/acero/exec_plan.cc:444–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
void ExecPlan::StopProducing() { ToDerived(this)->StopProducing(); }
443
444
Future<> ExecPlan::finished() { return ToDerived(this)->finished_; }
445
446
bool ExecPlan::HasMetadata() const { return !!(ToDerived(this)->metadata_); }
447
Callers
15
garrow_execute_plan_wait
Function · 0.80
ScanBatchesUnorderedAsync
Method · 0.80
StartAndFinish
Function · 0.80
StartAndCollect
Function · 0.80
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.80
TEST
Function · 0.80
TEST
Function · 0.80
ARROW_ASSIGN_OR_RAISE
Function · 0.80
CheckValidTestCases
Function · 0.80
CheckErrorTestCases
Function · 0.80
CheckWholeAggregateCase
Function · 0.80
CheckGroupedAggregateCase
Function · 0.80
Calls
1
ToDerived
Function · 0.85
Tested by
15
StartAndFinish
Function · 0.64
StartAndCollect
Function · 0.64
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.64
TEST
Function · 0.64
TEST
Function · 0.64
ARROW_ASSIGN_OR_RAISE
Function · 0.64
CheckValidTestCases
Function · 0.64
CheckErrorTestCases
Function · 0.64
CheckWholeAggregateCase
Function · 0.64
CheckGroupedAggregateCase
Function · 0.64
TEST
Function · 0.64
RunGroupBy
Function · 0.64