KxSystems / rkdb

R client for kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
41 stars 29 forks source link

Async fix & multiple function params #7

Closed jameslittle closed 7 years ago

jameslittle commented 7 years ago

Fixing segfault on async queries. Adding support for passing multiple function args to kdb, and conversion of R types to K types

See raze call in test.rkdb.R to see example calling a kdb func with multiple R-type parameters.