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
AsArray
bear_
query
0.0.1
AsArray
Required Methods
as_array
Implementors
In bear_
query::
polars_
prelude::
array
bear_query
::
polars_prelude
::
array
Trait
AsArray
Copy item path
Source
pub trait AsArray { // Required method fn
as_array
(&self) -> &
ChunkedArray
<
FixedSizeListType
>; }
Required Methods
§
Source
fn
as_array
(&self) -> &
ChunkedArray
<
FixedSizeListType
>
Implementors
§
Source
§
impl
AsArray
for
ChunkedArray
<
FixedSizeListType
>