MCPcopy Create free account
hub / github.com/apache/datafusion / inner

Method inner

datafusion/expr/src/udf.rs:147–149  ·  view source on GitHub ↗

Return the underlying [`ScalarUDFImpl`] trait object for this function

(&self)

Source from the content-addressed store, hash-verified

145
146 /// Return the underlying [`ScalarUDFImpl`] trait object for this function
147 pub fn inner(&self) -> &Arc<dyn ScalarUDFImpl> {
148 &self.inner
149 }
150
151 /// Adds additional names that can be used to invoke this function, in
152 /// addition to `name`

Callers 10

type_coercion_demoFunction · 0.45
do_getMethod · 0.45
as_asyncMethod · 0.45
recursive_cteMethod · 0.45
compute_row_has_nullsFunction · 0.45
mask_with_list_nullsFunction · 0.45
collect_named_tableMethod · 0.45

Calls

no outgoing calls

Tested by 2

collect_named_tableMethod · 0.36