Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

add greatest and least #700

Merged
merged 7 commits into from
May 20, 2019
Merged

add greatest and least #700

merged 7 commits into from
May 20, 2019

Commits on May 20, 2019

  1. add greatest and least

    typo fix
    
    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    8b42869 View commit details
    Browse the repository at this point in the history
  2. Remove some redundant stuff

    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    2256a30 View commit details
    Browse the repository at this point in the history
  3. Export Greatest/Least.Args

    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    f41d8a7 View commit details
    Browse the repository at this point in the history
  4. Convert separate GREATEST/LATEST tests into a table

    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d77bfb6 View commit details
    Browse the repository at this point in the history
  5. Better type deduction, factorized Eval and NewXXX

    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    07ae8a6 View commit details
    Browse the repository at this point in the history
  6. Add tests with strings and tables to engine_test.go for GREATEST/LEAST

    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    b1801c1 View commit details
    Browse the repository at this point in the history
  7. Support unsigned ints too, add tes for overflow error

    Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
    Juanjo Alvarez committed May 20, 2019
    Configuration menu
    Copy the full SHA
    62ffb2d View commit details
    Browse the repository at this point in the history