Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[PPL] Support expression and boolean operators #518

Merged
merged 17 commits into from Jun 26, 2020

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    c851c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    c7034f0 View commit details
    Browse the repository at this point in the history
  2. Support <, <=, >, >= in expression;

    Corrected column names for functions/operators;
    Added unit tests for <, <=, >, >=.
    chloe-zh committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    e23ffb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66b845a View commit details
    Browse the repository at this point in the history
  4. Added tests

    chloe-zh committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    202b235 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f4a171 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Supported NOT, XOR operators in analyzer;

    Added integration test cases.
    chloe-zh committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    68d06ed View commit details
    Browse the repository at this point in the history
  2. Support NOTEQUAL(!=)

    chloe-zh committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    d86a1cc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    4ed8291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6606002 View commit details
    Browse the repository at this point in the history
  3. Added syntax check exception

    chloe-zh committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ed1c64c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    9a0bd85 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. address comments

    chloe-zh committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a1ce803 View commit details
    Browse the repository at this point in the history
  2. update

    chloe-zh committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    db50ad4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    e1b3b5d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. update

    chloe-zh committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a2a8ccd View commit details
    Browse the repository at this point in the history
  2. update

    chloe-zh committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    604541b View commit details
    Browse the repository at this point in the history