Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ eq
Method
eq
datafusion/physical-expr/src/projection.rs:64–67 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
62
63
impl PartialEq for ProjectionExpr {
64
fn eq(&self, other: &Self) -> bool {
65
let ProjectionExpr { expr, alias } = self;
66
expr.eq(&other.expr) && *alias == other.alias
67
}
68
}
69
70
impl Eq for ProjectionExpr {}
Callers
1
update_expr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected