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

Method name

datafusion/sql/tests/cases/plan_to_sql.rs:2222–2224  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2220
2221impl UserDefinedLogicalNodeCore for MockUserDefinedLogicalPlan {
2222 fn name(&self) -> &str {
2223 "MockUserDefinedLogicalPlan"
2224 }
2225
2226 fn inputs(&self) -> Vec<&LogicalPlan> {
2227 vec![&self.input]

Callers 5

test_unparse_windowFunction · 0.45
with_scalar_functionMethod · 0.45
with_window_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected