ExecuteRemote#

This namespace becomes available by calling a compute method on LazyFrameRemote.

ExecuteRemote(lf, context, plan_type, ...[, ...])

The namespace accessed by choosing a remote execution method in a LazyFrameRemote.

ExecuteRemote.await_and_scan()

Start executing the query and store a temporary result.

ExecuteRemote.execute()

Start executing the query and store an intermediate result.

ExecuteRemote.sink_parquet(uri, *[, ...])

Start executing the query and write the result to parquet.

ExecuteRemote.sink_csv(uri, *[, ...])

Start executing the query and write the result to csv.

ExecuteRemote.sink_ipc(uri, *[, ...])

Start executing the query and write the result to ipc.

ExecuteRemote.show([n])

Start executing the query return the first n rows.