Module abort
Enums§
- Query
Aborted - Python hooks SIGINT to instead generate a KeyboardInterrupt exception. So we do the same to try and abort long-running computations and return to Python so that the Python exception can be generated.
Functions§
- catch_
polars_ abort - Runs the passed function, catching any query abortions if they occur while running the function.
- polars_
abort_ ooc_ out_ of_ disk - register_
polars_ abort_ mechanism - try_
raise_ polars_ abort - Checks if the abort flag is set, and if yes panics. This function is very cheap.