MCPcopy 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_pivotFunction · 0.45
get_spansFunction · 0.45
serializeMethod · 0.45
hide_firstFunction · 0.45
serializeMethod · 0.45
replace_allFunction · 0.45

Calls 1

buildMethod · 0.45

Tested by 4

get_spansFunction · 0.36
hide_firstFunction · 0.36