Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render output layout in a separate line
It makes it easier to visually separate it from the main details of the given operation. Example: - ScanFilterProject[table = tpch:orders:sf0.01, filterPredicate = ("orderdate" > DATE '2019-01-01')] Layout: [orderdate:date, orderstatus:varchar(1), expr:double] Estimates: {rows: 15000 (278.32kB), cpu: 285003.00, memory: 0.00, network: 0.00}/{rows: 0 (0B), cpu: 570006.00, memory: 0.00, network expr := ("totalprice" / 1E3) orderstatus := tpch:orderstatus :: [[F], [O], [P]] totalprice := tpch:totalprice orderdate := tpch:orderdate
- Loading branch information