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

Struct QuickFunction3

server/functions/framework/quick_function.go:324–331  ·  view source on GitHub ↗

QuickFunction3 is an implementation of QuickFunction that handles three parameters.

Source from the content-addressed store, hash-verified

322
323// QuickFunction3 is an implementation of QuickFunction that handles three parameters.
324type QuickFunction3 struct {
325 Name string
326 Arguments [3]sql.Expression
327 IsStrict bool
328 IsSRF bool
329 callResolved [4]*pgtypes.DoltgresType
330 function Function3
331}
332
333var _ QuickFunction = (*QuickFunction3)(nil)
334

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected