powered by
Shows the node types, column schemas, and structure of the lazy query plan.
explain(x, ...)
Invisible x.
x
A vectra_node object.
vectra_node
Ignored.
f <- tempfile(fileext = ".vtr") write_vtr(mtcars, f) tbl(f) |> filter(cyl > 4) |> select(mpg, cyl) |> explain() unlink(f)
Run the code above in your browser using DataLab