Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9916

Add arithmetic operations to the SelectStream

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.5
    • None
    • None

    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 arithmetic operations within the Streaming API to support these types of operations.

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

      Attachments

        1. SOLR-9916.patch
          176 kB
          Dennis Gove
        2. SOLR-9916.patch
          241 kB
          Dennis Gove
        3. SOLR-9916.patch
          241 kB
          Dennis Gove
        4. SOLR-9916-precommit.patch
          1 kB
          Dennis Gove

        Activity

          People

            dpgove Dennis Gove
            jbernste Joel Bernstein
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: