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
Post a Comment