R/duckdb-funs.R
format_bytes.Rd
Converts integer to a human-readable representation using units based on powers of 2 (KiB, MiB, GiB, etc.).
integer
format_bytes(integer = BIGINT)
BIGINT
VARCHAR
format_bytes(16_000)