You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2017/01/03 16:37:58 UTC

[jira] [Updated] (SOLR-9916) Add arithmetic operations for the SelectStream

     [ https://issues.apache.org/jira/browse/SOLR-9916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-9916:
---------------------------------
    Description: 
One of the things that will be needed as the SQL implementation matures is the ability to do arithmetic operations. For example:

select (a+b) from x;

select sum(a)+sum(b) from x;

We will need to support this within the Streaming API to support these types of operations.

It looks like adding arithmetic operations to the SelectStream is best place to add this functionality.


> Add arithmetic operations for the SelectStream
> ----------------------------------------------
>
>                 Key: SOLR-9916
>                 URL: https://issues.apache.org/jira/browse/SOLR-9916
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>
> One of the things that will be needed as the SQL implementation matures is the ability to do arithmetic operations. For example:
> select (a+b) from x;
> select sum(a)+sum(b) from x;
> We will need to support this within the Streaming API to support these types of operations.
> It looks like adding arithmetic operations to the SelectStream is best place to add this functionality.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org