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

Struct QuickFunction2

server/functions/framework/quick_function.go:181–188  ·  view source on GitHub ↗

QuickFunction2 is an implementation of QuickFunction that handles two parameters.

Source from the content-addressed store, hash-verified

179
180// QuickFunction2 is an implementation of QuickFunction that handles two parameters.
181type QuickFunction2 struct {
182 Name string
183 Arguments [2]sql.Expression
184 IsStrict bool
185 IsSRF bool
186 callResolved [3]*pgtypes.DoltgresType
187 function Function2
188}
189
190var _ QuickFunction = (*QuickFunction2)(nil)
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected