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)
| 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 |
no outgoing calls
no test coverage detected