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

Method args

datafusion/physical-expr/src/scalar_function.rs:134–136  ·  view source on GitHub ↗

Input arguments

(&self)

Source from the content-addressed store, hash-verified

132
133 /// Input arguments
134 pub fn args(&self) -> &[Arc<dyn PhysicalExpr>] {
135 &self.args
136 }
137
138 /// Data type produced by this expression
139 pub fn return_type(&self) -> &DataType {

Callers 3

try_newMethod · 0.45
invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected