func.width_bucket

In PostgreSQL, width_bucket() is a mathematical function that assigns values to buckets (individual segments) in an equiwidth histogram.

Syntax

func.width_bucket(op numeric, b1 numeric, b2 numeric, count int)

Examples

Documentation for func.width_bucket is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)