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

Method name

datafusion/optimizer/tests/optimizer_integration.rs:722–724  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

720
721impl UserDefinedLogicalNodeCore for OpaqueRequirementsExtension {
722 fn name(&self) -> &str {
723 "OpaqueRequirementsExtension"
724 }
725
726 fn inputs(&self) -> Vec<&LogicalPlan> {
727 vec![&self.input]

Callers 1

with_udafMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected