FeatureBaseDB / featurebase

A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
https://www.featurebase.com
Apache License 2.0
2.53k stars 230 forks source link

Add SQL3 test coverage for expressionagg.go #2351

Closed lorycloutier closed 1 year ago

lorycloutier commented 1 year ago

FB-2045 aggregate{Avg,Min,Max}->Update now tested for DataTypeDecimal. {avg,min,max}PlanExpression->WithChildren now tested. percentilePlanExpression->{Evaluate,Plan,WithChildren} is not tested because percentile gets sent directly to PQL rather than getting planned and evaluated in SQL. aggregateLast->everything is not tested because Last is not yet completely implemented.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication