kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question about windows join

I have an following fill data: 2015.09.28 10:10:42.622 xxxxWith following w: (10:08:12.622;10:13:12.622)And also following trade data:1 2015.09.28 08:17:00.876 sym 5.4232 9015 2 2015.09.28 10:09:09.586 sym 5.35 35 3 2015.09.28 10:09:09.586 sym 5.35 1...

carfield1 by New Contributor
  • 541 Views
  • 1 replies
  • 0 kudos

file IO operations

Hello to all.Can this code be converted from c# into code in kdb?I had read about read1, but I did not see anything about position of stream for writing. static int GetInt32(string path, int index) { FileStream stream = new FileStream(path, FileMode....

skuvvv by New Contributor
  • 1360 Views
  • 5 replies
  • 0 kudos

how to handle results from async calls to AquaQ TorQ gateway, on

//Deferred Synchronousgate: `::6007:admin:adming:hopen gate;sync1:{(neg g)(`.gw.asyncexecjpt;("select from trade"); `hdb;raze;();0D00:01:00.000001);g(::)};sync2:{(neg g)(`.gw.asyncexecjpt;("select sum size by sym from trade"); `hdb;raze;();0D00:01:00...

mccormjo by New Contributor
  • 2599 Views
  • 3 replies
  • 0 kudos

Re: [personal kdb+] querying from iphone/ipad

To answer your question regarding the errors you’re seeing, the csv parser is expecting either a table or a list of lists.So in the case of a list you need to enlist oncehttp://192.168.1.3:12001/csv?enlist namelistand in the case of an atom you’d nee...

TerryLynch by New Contributor II
  • 380 Views
  • 0 replies
  • 0 kudos