MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Resolved

Method Resolved

server/node/call.go:75–77  ·  view source on GitHub ↗

Resolved implements the interface sql.ExecSourceRel.

()

Source from the content-addressed store, hash-verified

73
74// Resolved implements the interface sql.ExecSourceRel.
75func (c *Call) Resolved() bool {
76 return true
77}
78
79// RowIter implements the interface sql.ExecSourceRel.
80func (c *Call) RowIter(ctx *sql.Context, r sql.Row) (sql.RowIter, error) {

Callers 1

RowIterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected