KxSystems / javakdb

Using Java with kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
52 stars 45 forks source link

support up to 5 arguments for sending sync and async message #70

Closed leo-wong-1 closed 2 months ago

leo-wong-1 commented 1 year ago

The maximum arguments for lambdas and functions is 8. However, the java client currently only supports 3 (the default arguments x, y, z).

This change will increase the number of arguments in lambdas and functions via the client to 5, for both sync and async calls.

P.S. I have also included whitespace changes in my commit.