MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / processPlanWithoutStats

Function processPlanWithoutStats

statement.go:665–667  ·  view source on GitHub ↗
(plan *pb.QueryPlan)

Source from the content-addressed store, hash-verified

663}
664
665func processPlanWithoutStats(plan *pb.QueryPlan) (rows []Row, predicates []string, err error) {
666 return processPlanImpl(plan, false)
667}
668
669func processPlanImpl(plan *pb.QueryPlan, withStats bool) (rows []Row, predicates []string, err error) {
670 planNodes := plan.GetPlanNodes()

Callers 1

ExecuteMethod · 0.85

Calls 1

processPlanImplFunction · 0.85

Tested by

no test coverage detected