Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ reverse_expr
Method
reverse_expr
datafusion/expr/src/udaf.rs:1353–1355 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1351
}
1352
1353
fn reverse_expr(&self) -> ReversedUDAF {
1354
self.inner.reverse_expr()
1355
}
1356
1357
fn coerce_types(&self, arg_types: &[DataType]) -> Result<Vec<DataType>> {
1358
self.inner.coerce_types(arg_types)
Callers
1
reverse_udf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected