Docs.rs
polars-plan-0.26.1
polars-plan 0.26.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ritchie46
Dependencies
ahash ^0.8
normal
polars-arrow ^0.26.1
normal
polars-core ^0.26.1
normal
polars-io ^0.26.1
normal
polars-ops ^0.26.1
normal
polars-time ^0.26.1
normal
polars-utils ^0.26.1
normal
pyo3 ^0.16
normal
rayon ^1.5
normal
regex ^1.6
normal
serde ^1
normal
Versions
41.3%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
RenameAliasFn
Required Methods
call
Trait Implementations
Debug
Implementors
In polars_plan::dsl
?
Trait
polars_plan
::
dsl
::
RenameAliasFn
source
·
[
−
]
pub trait RenameAliasFn:
Send
+
Sync
{ fn
call
(&self, name: &
str
) ->
PolarsResult
<
String
>; }
Required Methods
§
source
fn
call
(&self, name: &
str
) ->
PolarsResult
<
String
>
Trait Implementations
§
source
§
impl
Debug
for dyn
RenameAliasFn
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Implementors
§
source
§
impl<F:
Fn
(&
str
) ->
PolarsResult
<
String
> +
Send
+
Sync
>
RenameAliasFn
for F