Maximum length

Definition

The maximum (maxLength) of non-NULL string values in the column.

Source

data (value length in characters)

SQLServer: instead of length in characters, it uses data length (number of bytes)

Computation

For each value, Soda encapsulates the length in the aggregation metric: MAX(LENGTH(column))

Last updated

Was this helpful?