[
https://issues.apache.org/jira/browse/SOLR-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009390#comment-16009390
]
Yonik Seeley commented on SOLR-10682:
-------------------------------------
bq. Overlapping names will be a problem because in Streaming Expressions a name
is mapped directly to a function implementation.
Hmmm, we can't overload at all based on context or arguments currently?
I'm thinking min(field) is nicer than explicitly naming every implementation:
min_double(field), min_long(field), min_string(field), etc...
> Add variance Stream Evaluator
> -----------------------------
>
> Key: SOLR-10682
> URL: https://issues.apache.org/jira/browse/SOLR-10682
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
>
> The variance Stream Evaluator will calculate the variance of a vector of
> numbers.
> {code}
> v = var(colA)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]