Docs.rs
bear-query-0.0.1
bear-query 0.0.1
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
41.3%
of the crate is documented
Go to latest version
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
AsString
bear_
query
0.0.1
AsString
Required Methods
as_string
Implementors
In bear_
query::
polars_
prelude::
string
bear_query
::
polars_prelude
::
string
Trait
AsString
Copy item path
Source
pub trait AsString { // Required method fn
as_string
(&self) -> &
ChunkedArray
<
StringType
>; }
Required Methods
§
Source
fn
as_string
(&self) -> &
ChunkedArray
<
StringType
>
Implementors
§
Source
§
impl
AsString
for
ChunkedArray
<
StringType
>