javakdb
javakdb copied to clipboard
Using Java with kdb+
Depends on #10 Could potentially push to one of the main maven repos when going a github release (i.e. current travis build file has the ability to run scripts/etc only...
Method 'setCollectResponseAsync' Could expand the javadoc details on what this does - current associated doc with method doesnt go into much detail. Only if you read the doc associated with...
Look at serialization to little endian format rather than big endian
e.g. connection calls dont mention they use TCP, the method without a username/password uses the user.name property, etc.
Dependancy on #11. Should be able to use a link to https://www.javadoc.io/ in order to present the latest version of the javadocs. A badge can be provided in a README...
As a user of c.java, I want to be able to fully understand what object I get from k(). At the moment I can't distinguish strings (char vectors) from functions;...
The bug is inside c.java which parses the result from kdb. If you run GridViewer with the following query ``String query ="get `:test/ set ([] a:til 10)";`` then you get...
Using a non-existent key on a Flip throws a java.lang.ArrayIndexOutOfBoundsException. Should prob document in code (so that users expect it) or change. ``` String[] x = new String[] {"Key"}; String[][]...
The move from some docs previously located in code.kx.com to repo may have produced duplicate info & dropped links. Can be confusing. Currently docs/whitepaper/README.md is present, but dont see any...
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...