Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-12566

Calcite integration. Expressions evaluation.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • Docs Required, Release Notes Required

    Description

      Currently we use a part of Calcite "Bindables" to evaluate expressions at the execution time. Using it we

      • lose a control on how expressions are evaluated
      • cannot implement several important optimizations, like "keepBinary"
      • can use only Object[] as a row, which causes a lot of array copy operations and unnecessary allocations at the execution time
      • suffer from delays, which go from expressions compilation process when it's more efficient to start from interpretation and compile an expression on repeatable execution only

      We need to implement expressions interpreter and our own expression compiler taking Ignite specifics in consideration.

      Attachments

        Issue Links

          Activity

            People

              gvvinblade Igor Seliverstov
              gvvinblade Igor Seliverstov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: