Skip to content

Feat: scaling approximate aggregate values #21

@taewhi

Description

@taewhi

For AVG function, we do not have to scale the result of approximate aggregation
This is because the avg result is not affected even if the number of input rows is changed.

However, the approximate aggregate values have to be scaled up for other functions like SUM and COUNT.
We need to multiply the ratio | original table | / | synopsis table | to the approximate results.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions