High order
APPLY
apply(Function f
, Vector args
) -> Bag of Vector
STABLE
Call the OSQL function f
with parameters args
.
Return result tuple as bag of vectors
CALL
call(Function f
) -> Object
STABLE
No description.
call(Function f
, Object x
, Object y
) -> Object
STABLE
No description.
call(Function f
, Object x
) -> Object
STABLE
No description.
call(Function f
, Object x
, Object y
, Object z
) -> Object
STABLE
No description.
call(Function f
, Object x
, Object y
, Object z
, Object a
) -> Object
STABLE
No description.
CALL_UNION
call_union(Vector of Function fn
) -> Object
STABLE
No description.
call_union(Vector of Function fn
, Object x
, Object y
) -> Object
STABLE
No description.
call_union(Vector of Function fn
, Object x
) -> Object
STABLE
No description.
call_union(Vector of Function fn
, Object x
, Object y
, Object z
) -> Object
STABLE
No description.
EVAL
eval(Charstring x
) -> Bag
STABLE
Evaluate expression x
EVALV
evalv(Charstring x
) -> Bag of Vector
STABLE
Evaluate expression x
and return bag of row vectors
MAPVECTOR
mapvector(Function fn
, Vector v
) -> Vector
STABLE
Apply function fn
on each element of vector v