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

Method as_async

datafusion/expr/src/udf.rs:389–391  ·  view source on GitHub ↗

Return true if this function is an async function

(&self)

Source from the content-addressed store, hash-verified

387
388 /// Return true if this function is an async function
389 pub fn as_async(&self) -> Option<&AsyncScalarUDF> {
390 self.inner().downcast_ref::<AsyncScalarUDF>()
391 }
392
393 /// Returns placement information for this function.
394 ///

Callers 2

check_async_udfFunction · 0.80
find_referencesMethod · 0.80

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected