Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ intersect_all
Method
intersect_all
prqlc/prqlc/src/sql/dialect.rs:225–227 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
223
}
224
225
fn intersect_all(&self) -> bool {
226
self.except_all()
227
}
228
229
/// Support for CONCAT function.
230
/// When not supported we fallback to use `||` as concat operator.
Callers
1
intersect
Function · 0.80
Implementers
1
dialect.rs
prqlc/prqlc/src/sql/dialect.rs
Calls
1
except_all
Method · 0.45
Tested by
no test coverage detected