Docs.rs
polars-0.17.0
polars 0.17.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ritchie46
jorgecarleitao
Dependencies
polars-core ^0.17.0
normal
polars-io ^0.17.0
normal
polars-lazy ^0.17.0
normal
ahash ^0.7
dev
criterion ^0.3
dev
lazy_static ^1.4
dev
rand ^0.8
dev
Versions
66.67%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Trait Literal
Required Methods
lit
Implementations on Foreign Types
&'a str
NaiveDate
NaiveDateTime
String
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
Other items in
polars
::
prelude
?
Trait
polars
::
prelude
::
Literal
[
−
]
[src]
pub trait Literal { fn
lit
(self) ->
Expr
; }
Required methods
[src]
fn
lit
(self) ->
Expr
Literal
expression.
Implementations on Foreign Types
[src]
impl
Literal
for
bool
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
i32
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
u64
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
i16
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
NaiveDateTime
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
u16
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
i64
[src]
pub fn
lit
(self) ->
Expr
[src]
impl<'a>
Literal
for &'a
str
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
NaiveDate
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
u8
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
u32
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
f32
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
i8
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
String
[src]
pub fn
lit
(self) ->
Expr
[src]
impl
Literal
for
f64
[src]
pub fn
lit
(self) ->
Expr
Implementors
[src]
impl
Literal
for
Series
[src]
impl
Literal
for
Null