Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Vector UDFs #8

Open
quigleyj-mavenomics opened this issue Oct 22, 2019 · 0 comments
Open

Improved Vector UDFs #8

quigleyj-mavenomics opened this issue Oct 22, 2019 · 0 comments
Labels
enhancement New feature or request MQL Issues to do with the MQL query engine TBD Issue that isn't yet fleshed out enough to work on, but should still be percolating

Comments

@quigleyj-mavenomics
Copy link
Member

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.

@quigleyj-mavenomics quigleyj-mavenomics added enhancement New feature or request MQL Issues to do with the MQL query engine labels Oct 22, 2019
@quigleyj-mavenomics quigleyj-mavenomics added the TBD Issue that isn't yet fleshed out enough to work on, but should still be percolating label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MQL Issues to do with the MQL query engine TBD Issue that isn't yet fleshed out enough to work on, but should still be percolating
Projects
None yet
Development

No branches or pull requests

1 participant