Closed vadimkibana closed 3 weeks ago
The WrappingPrettyPrinter should be able to pretty-print with wrapping list literals, which don't fit into a line.
WrappingPrettyPrinter
FROM index | STATS fn([ 'long long text goes here', 'long long text goes here', 'long long text goes here' ])
Pinging @elastic/kibana-esql (Team:ESQL)
The
WrappingPrettyPrinter
should be able to pretty-print with wrapping list literals, which don't fit into a line.