polars
0.40.0
Canonical
Required Methods
canonical
Implementations on Foreign Types
f32
f64
Object Safety
Implementors
In polars::chunked_array::float
Trait
polars
::
chunked_array
::
float
::
Canonical
Copy item path
source
·
[
−
]
pub trait Canonical { // Required method fn
canonical
(self) -> Self; }
Required Methods
§
source
fn
canonical
(self) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Canonical
for
f32
source
§
fn
canonical
(self) ->
f32
source
§
impl
Canonical
for
f64
source
§
fn
canonical
(self) ->
f64
Implementors
§