2015.03.10 10:20 PM
2015.03.11 05:52 AM
q.Sync("insert", "sp", new object[] { new string[] { "s1", "s1" }, new string[] { "p1", "p2" }, new int[] { 456, 333 } });
c.k("insert", "sp", new object[] { new string[] { "s1", "s1" }, new string[] { "p1", "p2" }, new int[] { 456, 333 } });
Maciej Lach
exxeleron | a brand of DEVnet
2015.03.11 06:55 AM
2015.03.12 01:49 AM
ktc:([lname:`Dent`Beeblebrox`Prefect; fname:`Arthur`Zaphod`Ford]; iq:98 42 126)
tdetails:([] name:`ktc$(`Dent`Arthur;`Prefect`Ford;`Dent`Arthur); sc:36 126 42; c: 1 2 1)
`tdetails insert (`ktc$(`Dent`Arthur;`Dent`Arthur); 11 34; 2 0)
c.k("{[x;y;z] x insert (enlist y$first z),1_z}", "tdetails", "ktc", new object[] { new object[] { "Prefect", "Ford" }, 133, 2 });
c.k("{[x;y;z] x insert (enlist y$first z),1_z}", "tdetails", "ktc", new object[] { new object[] { new string[] { "Prefect", "Ford" }, new string[] { "Prefect", "Ford" } }, new int[] { 156, 33 }, new int[] { 1, 2 } });
Maciej Lach
exxeleron | a brand of DEVnet
2015.03.13 12:05 AM
2015.03.15 10:34 PM
2015.03.20 11:19 PM
2015.03.23 03:52 AM
Maciej Lach
M.Lach@devnet.de
exxeleron | a brand of DEVnet
Maciej,I gave qSharp a shot and I find out it outperforms kx c# interface. Thanks for pointing me to it.One thing which I would hold as a minor bug though. While you can have columns with a runtime type of 'type'[][], if you declare column with a compile time of say char[][], qSharp throws an exception saying it's not able to handle char[][] types. You are forced to use object[] type for that. kx's c class doesn't have that problem.Thank you for pointing me to qSharp.
EMEA
Tel: +44 (0)28 3025 2242
AMERICAS
Tel: +1 (212) 447 6700
APAC
Tel: +61 (0)2 9236 5700
KX. All Rights Reserved.
KX and kdb+ are registered trademarks of KX Systems, Inc., a subsidiary of FD Technologies plc.