WIDTH BUCKET Function Syntax | VantageCloud Lake - WIDTH BUCKET Function Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
WIDTH BUCKET (value_expression, lower_bound, upper_bound, partition_count)

Syntax Elements

value_expression
The value for which a partition number is to be returned.
lower_bound
The lower boundary for the range of values to be partitioned equally.
upper_bound
The upper boundary for the range of values to be partitioned equally.
partition_count
Number of partitions to be created.
This value also specifies the width of the partitions by default.
The number of partitions created is partition_count + 2. Partition 0 and partition partition_count + 1 account for values of value_expression that are outside the lower and upper boundaries.