Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ hard_requires
Method
hard_requires
datafusion/functions-aggregate-common/src/order.rs:55–57 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
53
}
54
55
pub fn hard_requires(&self) -> bool {
56
self.eq(&AggregateOrderSensitivity::HardRequirement)
57
}
58
}
Callers
nothing calls this directly
Calls
1
eq
Method · 0.45
Tested by
no test coverage detected