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
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.
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.