polars_arrow::legacy

Module error

Source

Modules§

constants
Constant that help with creating error messages dependent on the host language.

Macros§

feature_gated
polars_bail
polars_ensure
polars_err
polars_warn

Structs§

ErrString

Enums§

PolarsError
PolarsWarning

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

Type Aliases§

PolarsResult