Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-819

Add a "contract" for the result of a relational expression

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • None
    • None

    Description

      Add a "contract" for the result of a relational expression consisting of:

      • column names (maybe not unique),
      • possible multiple uses of the same column (without duplicating the column in the input relational expression),
      • convention,
      • column data types,
      • physical representation (e.g. as List or Object[]),
      • sort order.

      Currently that contract is expressed by a relational expression. But all of the aspects of the contract are at odds with best practices for relational expressions elsewhere in the tree. This is why we want to represent the contract not as a relational expression.

      See CALCITE-793 for an example of how a query does not ask for a sorted result, but because it is posed on a sorted table the planner assumes that the result has to be sorted. Maybe back out parts of 793's fix as part of fixing this issue.

      We would probably be able to obsolete RelCollations.PRESERVE.

      It is possible that the contract would bubble up as far as the Avatica signature.

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              julianhyde Julian Hyde
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: