Hi all,I would like process each row of the table with function:each[processRow] t1processRow:{[row] …}The proble is - I need to pass several parameters, not only row. Howcan I do this?Thanks in advance.
charset=us-ascii
X-Mailer: iPhone Mail (8F190)
In-Reply-To:
Message-Id:
Date: Tue, 26 Apr 2011 06:33:55 -0400
To: “personal-kdbplus@googlegroups.com”
Mime-Version: 1.0 (iPhone Mail 8F190)
You need to use a projection:
https://code.kx.com/trac/wiki/QforMortals2/functions#Projection
Just be sure you cannot vectorize before you iterate over a table unless it’=
s small or your function is very fast.