Modules§
- constants
- Constant that help with creating error messages dependent on the host language.
Macros§
Structs§
Enums§
Functions§
- check_
signals - get_
warning_ function - map_err
- set_
signals_ ⚠function - Set the function that will be called check_signals.
This can be set on startup to enable stopping a query when user input like
ctrl-c
is called. - set_
warning_ ⚠function - Set the function that will be called by the
polars_warn!
macro. You can use this to set logging in polars. - to_
compute_ err