Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ end
Method
end
datafusion/expr/src/conditional_expressions.rs:63–65 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
61
}
62
63
pub fn end(&self) -> Result<Expr> {
64
self.build()
65
}
66
67
fn build(&self) -> Result<Expr> {
68
// Collect all
"then"
expressions
Callers
9
plan_pivot
Function · 0.45
case_when_same_literal_then_types
Function · 0.45
case_when_different_literal_then_types
Function · 0.45
get_spans
Function · 0.45
serialize
Method · 0.45
try_from_lazy_memory_exec
Method · 0.45
hide_first
Function · 0.45
serialize
Method · 0.45
replace_all
Function · 0.45
Calls
1
build
Method · 0.45
Tested by
4
case_when_same_literal_then_types
Function · 0.36
case_when_different_literal_then_types
Function · 0.36
get_spans
Function · 0.36
hide_first
Function · 0.36