Docs.rs
partiql-rs-0.202107.0
partiql-rs 0.202107.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fuyutarow
Dependencies
anyhow ^1.0.40
normal
atty ^0.2.14
normal
bat ^0.18.1
normal
optional
chrono ^0.4.19
normal
collect-mac ^0.1.0
normal
datetime ^0.5.2
normal
indexmap ^1.6.2
normal
itertools ^0.10.0
normal
lazy_static ^1.4.0
normal
nom ^6.1.2
normal
ordered-float ^2.0
normal
parse-display ^0.5.0
normal
polars ^0.14.2
normal
optional
quick-xml ^0.22.0
normal
rayon ^1.5
normal
regex ^1.5.4
normal
reqwest ^0.11.4
normal
serde ^1.0.126
normal
serde_derive ^1.0.126
normal
serde_json ^1.0.64
normal
serde_partiql ^1.1.64
normal
serde_yaml ^0.8.17
normal
structopt ^0.3.21
normal
tokio ^1.7.1
normal
toml ^0.5.8
normal
url ^2.2.2
normal
Versions
0.49%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
parse_sql_as_expr
partiql
0.202107.0
In partiql::
parser::
expressions
partiql
::
parser
::
expressions
Function
parse_
sql_
as_
expr
Copy item path
Source
pub fn parse_sql_as_expr(_input: &
str
) ->
IResult
<&
str
,
Expr
>