Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ hash
Method
hash
datafusion/optimizer/src/eliminate_duplicated_expr.rs:49–51 ·
view source on GitHub ↗
(&self, state: &mut H)
Source
from the content-addressed store, hash-verified
47
}
48
impl Hash for SortExprWrapper {
49
fn hash<H: Hasher>(&self, state: &mut H) {
50
self.0.expr.hash(state);
51
}
52
}
53
impl OptimizerRule for EliminateDuplicatedExpr {
54
fn apply_order(&self) -> Option<ApplyOrder> {
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected