For the complete documentation index, see llms.txt. This page is also available as Markdown.

Minimum length

Definition

The minimum (minLength) 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: AVG(LENGTH(column))


You are not logged in to Soda and are viewing the default public documentation. Learn more about Licensing & documentation access.

If you do have a Soda license, make sure to log in to Soda Cloud in this same browser.

Last updated

Was this helpful?