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

Method Resolved

server/node/create_function.go:225–227  ·  view source on GitHub ↗

Resolved implements the interface sql.Expression.

()

Source from the content-addressed store, hash-verified

223
224// Resolved implements the interface sql.Expression.
225func (f *FunctionColumn) Resolved() bool {
226 return !f.Typ.IsEmptyType()
227}
228
229// String implements the interface sql.Expression.
230func (f *FunctionColumn) String() string {

Callers

nothing calls this directly

Calls 1

IsEmptyTypeMethod · 0.80

Tested by

no test coverage detected