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

Method CallVariadic

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

CallVariadic is the variadic form of the Call function that is specific to each implementation of QuickFunction. The implementation will not verify that the correct number of arguments have been passed.

(ctx *sql.Context, args ...any)

Source from the content-addressed store, hash-verified

31 // CallVariadic is the variadic form of the Call function that is specific to each implementation of QuickFunction.
32 // The implementation will not verify that the correct number of arguments have been passed.
33 CallVariadic(ctx *sql.Context, args ...any) (interface{}, error)
34 // ResolvedTypes returns the types that were resolved with this function.
35 ResolvedTypes() []*pgtypes.DoltgresType
36 // WithResolvedTypes returns a new QuickFunction with the replaced resolved types. The implementation will not

Callers 7

CompareMethod · 0.65
IoInputMethod · 0.65
IoOutputMethod · 0.65
TypModInMethod · 0.65
TypModOutMethod · 0.65
CallSendMethod · 0.65
CallReceiveMethod · 0.65

Implementers 3

QuickFunction1server/functions/framework/quick_funct
QuickFunction2server/functions/framework/quick_funct
QuickFunction3server/functions/framework/quick_funct

Calls

no outgoing calls

Tested by

no test coverage detected