Docs.rs
laminar-sql-0.18.4
laminar-sql 0.18.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sujitn
Dependencies
anyhow ^1.0
normal
arrow ^57.2
normal
arrow-array ^57.2
normal
arrow-schema ^57.2
normal
async-trait ^0.1
normal
chrono ^0.4
normal
datafusion ^52.2
normal
datafusion-common ^52.0
normal
datafusion-expr ^52.0
normal
datafusion-optimizer ^52.0
normal
datafusion-sql ^52.0
normal
futures ^0.3
normal
laminar-core ^0.18.4
normal
parking_lot ^0.12
normal
serde_json ^1.0
normal
sqlparser ^0.59
normal
thiserror ^2.0
normal
tokio ^1.50
normal
tracing ^0.1
normal
criterion ^0.8
dev
proptest ^1.10
dev
tokio ^1.50
dev
Versions
100%
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
Skip to main content
count_joins
laminar_
sql
0.18.4
In laminar_
sql::
parser::
join_
parser
laminar_sql
::
parser
::
join_parser
Function
count_
joins
Copy item path
Source
pub fn count_joins(select: &
Select
) ->
usize
Expand description
Count the number of joins in a SELECT.