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

Function processPlanWithStats

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

Source from the content-addressed store, hash-verified

659}
660
661func processPlanWithStats(plan *pb.QueryPlan) (rows []Row, predicates []string, err error) {
662 return processPlanImpl(plan, true)
663}
664
665func processPlanWithoutStats(plan *pb.QueryPlan) (rows []Row, predicates []string, err error) {
666 return processPlanImpl(plan, false)

Callers 2

ExecuteMethod · 0.85
ExecuteMethod · 0.85

Calls 1

processPlanImplFunction · 0.85

Tested by

no test coverage detected