kdb - How does Dynamic load and functional types work? -


can please illustrate how dynamic load , functional types work in kdb? types 100 , 112.

type 100 type of lamba (an unnamed function) such

q){x+y}[1;2] 3 q)type {x+y} 100h 

type 112 type of function loaded c library, detailed here http://code.kx.com/wiki/reference/twocolon


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -