blob: 4df7b4c7477c1b5118cafbfb741517e7eabca19e [file] [log] [blame]
====
---- QUERY
# string_col is 10MB
select length(string_col) from widerow;
---- RESULTS
10485760
---- TYPES
INT
====