Skip to contents

Converts integer to a human-readable representation using units based on powers of 2 (KiB, MiB, GiB, etc.).

Usage

formatReadableSize(integer = BIGINT)

Arguments

integer

BIGINT

Value

VARCHAR

SQL examples

formatReadableSize(16_000)