Render any atomic Data value to a String that should either be left-aligned (Str values), or right-aligned (all others).
Render an unbounded series of values to a series of rows, all with the same
columns, which are discovered by pre-processing the first n (>= 1)
values.
Render an unbounded series of values to a series of rows, all with the same
columns, which are discovered by pre-processing the first n (>= 1)
values.
That means we never have more than n
values in memory, and for the common
case where all values have the same fields, a small value of n
(even 1)
is sufficient. However, if elements contain variable-length arrays/sets and/or
objects with varying fields, then values are more likely to be omitted.
n
values.n
rows, they're ignored.
Render a list of non-atomic values to a table:
Render a list of non-atomic values to a table:
Pure version of renderStream.