Docs.rs
bear-query-0.0.3
bear-query 0.0.3
Permalink
Docs.rs crate page
Parity-7.0.0
Links
Repository
crates.io
Source
Owners
jakeswenson
Dependencies
dirs ^6.0.0
normal
polars ^0.52
normal
rusqlite ^0.37.0
normal
serde ^1.0
normal
thiserror ^2.0
normal
time ^0.3.44
normal
Versions
86.79%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
AsRefDataType
bear_
query
0.0.3
AsRef
Data
Type
Required Methods
as_ref_dtype
Implementors
In bear_
query::
polars_
prelude
bear_query
::
polars_prelude
Trait
AsRef
Data
Type
Copy item path
Source
pub trait AsRefDataType { // Required method fn
as_ref_dtype
(&self) -> &
DataType
; }
Required Methods
§
Source
fn
as_ref_dtype
(&self) -> &
DataType
Implementors
§
Source
§
impl<T>
AsRefDataType
for
ChunkedArray
<T>
where T:
PolarsDataType
,