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

Support mathematical functions rand and constants e, pi #591

Merged
merged 6 commits into from
Jul 22, 2020

Commits on Jul 17, 2020

  1. support e, pi, rand

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

Commits on Jul 20, 2020

  1. Merge branch 'develop' into math3

    # Conflicts:
    #	core/src/main/java/com/amazon/opendistroforelasticsearch/sql/expression/DSL.java
    #	core/src/main/java/com/amazon/opendistroforelasticsearch/sql/expression/function/BuiltinFunctionName.java
    #	core/src/main/java/com/amazon/opendistroforelasticsearch/sql/expression/operator/arthmetic/MathematicalFunction.java
    #	core/src/test/java/com/amazon/opendistroforelasticsearch/sql/expression/operator/arthmetic/MathematicalFunctionTest.java
    #	integ-test/src/test/java/com/amazon/opendistroforelasticsearch/sql/ppl/MathematicalFunctionIT.java
    #	integ-test/src/test/resources/correctness/expressions/functions.txt
    #	ppl/src/main/antlr/OpenDistroPPLLexer.g4
    #	ppl/src/main/antlr/OpenDistroPPLParser.g4
    #	sql/src/main/antlr/OpenDistroSQLParser.g4
    chloe-zh committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9bb1317 View commit details
    Browse the repository at this point in the history
  2. updated doc

    chloe-zh committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    dbb7df2 View commit details
    Browse the repository at this point in the history
  3. update

    chloe-zh committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    901aed6 View commit details
    Browse the repository at this point in the history
  4. update

    chloe-zh committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    0755513 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. update

    chloe-zh committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    e99698b View commit details
    Browse the repository at this point in the history