Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ hash
Method
hash
datafusion/ffi/src/udwf/mod.rs:284–286 ·
view source on GitHub ↗
(&self, state: &mut H)
Source
from the content-addressed store, hash-verified
282
impl Eq for ForeignWindowUDF {}
283
impl Hash for ForeignWindowUDF {
284
fn hash<H: Hasher>(&self, state: &mut H) {
285
std::ptr::hash(self, state)
286
}
287
}
288
289
impl From<&FFI_WindowUDF> for Arc<dyn WindowUDFImpl> {
Callers
nothing calls this directly
Calls
1
hash
Function · 0.50
Tested by
no test coverage detected