Are there software libraries (java, C# ..) with Table Valued Functions?

Joined
5/21/12
Messages
9
Points
13
Hello all

I am currently working on a non-commercial .net library with table-valued functions (see finaquant protos).

I wonder, if there are already other software libraries in any language (java, C# ..) that include table-valued functions? I couldn't find any so far.

With table-valued function I mean a function with data tables as input and output parameters.

Analogy: A table function can be compared to a matrix function (typically in linear algebra) with the difference that its input and output parameters are tables instead of matrices.

Tunc
 
Back
Top Bottom