Dear KDB Users,If I want to insert data from a C extension function, how can I dothat? For example,#include"k.h"K f(K x){// how to insert x into a table?return ki(x->i+1);}dbtouch
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
insert inside a C extension function (again) | 2 | 0 | September 29, 2008 | |
kdb+ chrome extension | 0 | 0 | October 30, 2016 | |
using thread in Kdb | 3 | 0 | October 3, 2008 | |
create table inside of function | 1 | 0 | October 7, 2009 | |
Extending Q with C | 3 | 0 | April 15, 2011 |