func newPlanId()

in client/sql/plan.go [23:26]


func newPlanId() *int64 {
	v := atomicInt64.Add(1)
	return &v
}