-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
Query Optimization 2021-03-22, Query Optimization 2021-04-05, Query Optimization 2021-04-19
SERVER-54233 adds a new executor type for $derivative, but its not currently hooked up to the front end. The two main tasks for this ticket are to (1) register a $derivative parser and parse tree representation (window_function::Expression) and (2) build the new executor when appropriate. Then we should be able to write JS tests for the derivative function as well.
- is depended on by
-
SERVER-54245 $derivative over time-based window
- Closed