Spawn compute#
spawn
is a low level API used internally by methods such as sink_parquet
. It provides the user with maximum control over spawning queries onto remote compute.
|
Spawn a remote query and await it asynchronously. |
|
Spawn a remote query and block the thread until the result is ready. |
|
Spawn multiple remote queries and await them asynchronously. |
|
Spawn multiple remote queries and await them while blocking the thread. |