github.com/jackc/pgx/v5/pgproto3.FunctionCall.Arguments (field)

5 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		function_call.go#L14: 	Arguments        [][]byte
		function_call.go#L83: 	dst.Arguments = arguments
		function_call.go#L109: 	if len(src.Arguments) > math.MaxUint16 {
		function_call.go#L112: 	dst = pgio.AppendUint16(dst, uint16(len(src.Arguments)))
		function_call.go#L113: 	for _, argument := range src.Arguments {