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

Method Validate

cpp/src/arrow/acero/exec_plan.cc:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438Status ExecPlan::Validate() { return ToDerived(this)->Validate(); }
439
440void ExecPlan::StartProducing() { return ToDerived(this)->StartProducing(); }
441

Callers 13

ValidateMethod · 0.45
DeclarationToSchemaFunction · 0.45
DeclarationToTableImplFunction · 0.45
DeclarationToStatusImplFunction · 0.45
DeclarationToStringFunction · 0.45
TESTFunction · 0.45
RunGroupByFunction · 0.45
StartAndFinishFunction · 0.45
StartAndCollectFunction · 0.45

Calls 7

ToDerivedFunction · 0.85
num_inputsFunction · 0.85
is_sinkFunction · 0.85
GetNodeIndexFunction · 0.85
InvalidFunction · 0.50
OKFunction · 0.50
sizeMethod · 0.45

Tested by 5

TESTFunction · 0.36
RunGroupByFunction · 0.36
StartAndFinishFunction · 0.36
StartAndCollectFunction · 0.36
TESTFunction · 0.36