Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1570 Add MATCH_RECOGNIZE operator, for event pattern-matching
  3. CALCITE-1646

Partition by and order by syntax support for MATCH_RECOGNIZE

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.11.0
    • 1.13.0
    • core

    Description

      PARTITION BY: Logically Dividing the Rows into Groups

      Typically, you want to divide your input data into logical groups for analysis. In the examples with stocks, the pattern matching is divided so that it applies to just one stock at a time. To do this, use the PARTITION BY clause. PARTITION BY specifies that the rows of the input table are to be partitioned by one or more columns. Matches are found within partitions and do not cross partition boundaries.
      If there is no PARTITION BY, then all rows of the row pattern input table constitute a single row pattern partition.

      ORDER BY: Logically Ordering the Rows in a Partition

      The ORDER BY clause is used to specify the order of rows within a row pattern partition. If the order of two rows in a row pattern partition is not determined by ORDER BY, then the result of the MATCH_RECOGNIZE clause is non-deterministic: it may not give consistent results each time the query is run.

      Attachments

        Activity

          People

            ransom Zhiqiang He
            ransom Zhiqiang He
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: