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

Function ToDerived

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

Source from the content-addressed store, hash-verified

347};
348
349ExecPlanImpl* ToDerived(ExecPlan* ptr) { return checked_cast<ExecPlanImpl*>(ptr); }
350
351const ExecPlanImpl* ToDerived(const ExecPlan* ptr) {
352 return checked_cast<const ExecPlanImpl*>(ptr);

Callers 10

AddNodeMethod · 0.85
query_contextMethod · 0.85
exec_plan.ccFile · 0.85
ValidateMethod · 0.85
StartProducingMethod · 0.85
StopProducingMethod · 0.85
finishedMethod · 0.85
HasMetadataMethod · 0.85
metadataMethod · 0.85
ToStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected