Docs.rs
polars-python-0.46.0
polars-python 0.46.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
Dependencies
ahash >=0.8.5
normal
arboard ^3.4.0
normal
optional
polars-arrow ^0.46.0
normal
bincode ^1.3.3
normal
bytemuck ^1.21
normal
bytes ^1.7
normal
chrono ^0.4.31
normal
chrono-tz ^0.10
normal
either ^1.11
normal
flate2 ^1
normal
itoa ^1.0.6
normal
libc ^0.2
normal
ndarray ^0.16
normal
num-traits ^0.2
normal
numpy ^0.23
normal
once_cell ^1
normal
polars ^0.46.0
normal
polars-compute ^0.46.0
normal
polars-core ^0.46.0
normal
polars-error ^0.46.0
normal
polars-expr ^0.46.0
normal
polars-io ^0.46.0
normal
polars-lazy ^0.46.0
normal
polars-mem-engine ^0.46.0
normal
polars-ops ^0.46.0
normal
polars-parquet ^0.46.0
normal
optional
polars-plan ^0.46.0
normal
polars-row ^0.46.0
normal
polars-time ^0.46.0
normal
polars-utils ^0.46.0
normal
pyo3 ^0.23.4
normal
rayon ^1.9
normal
recursive ^0.1
normal
serde_json ^1
normal
optional
thiserror ^2
normal
version_check ^0.9.4
build
Versions
13.16%
of the crate is documented
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
polars_
python
0.46.0
Literal
Required Methods
lit
Implementations on Foreign Types
&[u8]
&str
NaiveDate
NaiveDateTime
String
TimeDelta
Vec<u8>
bool
f32
f64
i128
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_
python::
prelude
polars_python
::
prelude
Trait
Literal
Copy item path
Source
pub trait Literal { // Required method fn
lit
(self) ->
Expr
; }
Required Methods
§
Source
fn
lit
(self) ->
Expr
Literal
expression.
Implementations on Foreign Types
§
Source
§
impl
Literal
for &
str
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for &[
u8
]
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
bool
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
f32
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
f64
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
i8
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
i16
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
i32
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
i64
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
i128
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
u8
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
u16
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
u32
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
u64
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
String
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
Vec
<
u8
>
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
NaiveDate
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
NaiveDateTime
Source
§
fn
lit
(self) ->
Expr
Source
§
impl
Literal
for
TimeDelta
Source
§
fn
lit
(self) ->
Expr
Implementors
§
Source
§
impl
Literal
for
LiteralValue
Source
§
impl
Literal
for
Duration
Source
§
impl
Literal
for
Null
Source
§
impl
Literal
for
PlSmallStr
Source
§
impl
Literal
for
Scalar
Source
§
impl
Literal
for
Series