Simon Chess all time


 5 Collaborator
Benjamin Lerer , Ekaterina Dimitrova , xvade , XV4DE , Benjamin Lerer Ekaterina Dimitrova

 2 Patch
53fabf1f02a7e920db9437bda83c871093ce8f88, 88dc64d2086c9a91f00ee024b8ef13cb2c193ee6

53fabf1f02a7e920db9437bda83c871093ce8f88 | Author: xvade <simon@vantuyl.com>
 | 2024-05-10 12:20:19-07:00

    Add support for the BETWEEN operator in WHERE clauses
    
    patch by Simon Chess; reviewed by Benjamin Lerer and Ekaterina Dimitrova for CASSANDRA-19604

88dc64d2086c9a91f00ee024b8ef13cb2c193ee6 | Author: XV4DE <schess2024@kehillahstudent.org>
 | 2022-05-14 12:28:40-07:00

    Add Mathematical Functions
    
    Patch by Simon Chess; review by Benjamin Lerer Ekaterina Dimitrova for CASSANDRA-17221
    
    This patch add the abs, exp, log, log10, and round functions for the numeric types.