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

Method exprs

datafusion/catalog/src/table.rs:540–542  ·  view source on GitHub ↗

Get expressions passed as the called function arguments.

(&self)

Source from the content-addressed store, hash-verified

538
539 /// Get expressions passed as the called function arguments.
540 pub fn exprs(&self) -> &'e [Expr] {
541 self.exprs
542 }
543
544 /// Get a session where the table function is called.
545 pub fn session(&self) -> &'s dyn Session {

Callers 6

call_with_argsMethod · 0.80
call_with_argsMethod · 0.80
call_with_argsMethod · 0.80
call_with_argsMethod · 0.80
call_with_argsMethod · 0.80
call_with_argsMethod · 0.80

Calls

no outgoing calls

Tested by 1

call_with_argsMethod · 0.64