daft.context.set_runner_native

daft.context.set_runner_native#

set_runner_native() DaftContext[source]#

Configure Daft to execute dataframes using native multi-threaded processing.

This is the default execution mode for Daft.

Returns:

Updated Daft execution context configured for native execution.

Return type:

DaftContext

Note

Can also be configured via environment variable: DAFT_RUNNER=native