featurebase/sql3
Seebs 0412a505c9 Pass filters down to Percentile correctly
When pushing an expression down to PQL Percentile, if we have
a filter, it has to be passed as the argument "filter", not as
an additional child argument. We don't need to pass in `All()`
as a filter if there's no filter, Percentile works fine with
no filter provided.
2023-04-07 15:52:26 -05:00
..
parser tidy up show tables behavior (#2374) 2023-04-07 12:58:09 -05:00
planner Pass filters down to Percentile correctly 2023-04-07 15:52:26 -05:00
test implemented query hints (flatten) (fb-2124) (#2373) 2023-04-06 17:28:24 -05:00
errors.go tidy up show tables behavior (#2374) 2023-04-07 12:58:09 -05:00
interfaces.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go tidy up show tables behavior (#2374) 2023-04-07 12:58:09 -05:00
sql_test.go Fb 2048 (#2363) 2023-04-03 12:04:41 -05:00