• Sergei Petrunia's avatar
    Make window function computation a part of the query plan · 0786b0d2
    Sergei Petrunia authored
    Added class Window_funcs_computation, with setup() method to setup
    execution, and exec() to run window function computation.
    
    setup() is currently trivial. In the future, it is expected to optimize
    the number of sorting operations and passes that are done over the temp.
    table.
    0786b0d2
sql_window.h 4.55 KB