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

Struct QuickFunction1

server/functions/framework/quick_function.go:43–50  ·  view source on GitHub ↗

QuickFunction1 is an implementation of QuickFunction that handles a single parameter.

Source from the content-addressed store, hash-verified

41
42// QuickFunction1 is an implementation of QuickFunction that handles a single parameter.
43type QuickFunction1 struct {
44 Name string
45 Argument sql.Expression
46 IsStrict bool
47 IsSRF bool
48 callResolved [2]*pgtypes.DoltgresType
49 function Function1
50}
51
52var _ QuickFunction = (*QuickFunction1)(nil)
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected