Right now, we have a bit of a hodge-podge of vector fns designed to get demos working from our enterprise platform. The ones that are implemented bear little resemblance to what's actually under the hood, nor are they particularly useful. We should audit extant vector functions, and do a pass on making them all more useful. This will inevitably tie into Sparklines as well.
Suggested UDFs:
VectorFromLeaves
VectorFromColumn
SparklineToVector
VectorToSparkline
TableFromVectors
VectorsFromTable
Additionally, UDFs should have better support for vectors, such as:
Distinct
Sum
Avg
Wavg
Notably, I'm leaving out LinAlg in this list. It might prove useful but for now, YAGNI.
Right now, we have a bit of a hodge-podge of vector fns designed to get demos working from our enterprise platform. The ones that are implemented bear little resemblance to what's actually under the hood, nor are they particularly useful. We should audit extant vector functions, and do a pass on making them all more useful. This will inevitably tie into Sparklines as well.
Suggested UDFs:
Additionally, UDFs should have better support for vectors, such as:
Notably, I'm leaving out LinAlg in this list. It might prove useful but for now, YAGNI.