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

Method into_plan

datafusion-examples/examples/relation_planner/table_sample.rs:488–492  ·  view source on GitHub ↗

Wrap this node in a LogicalPlan::Extension.

(self)

Source from the content-addressed store, hash-verified

486
487 /// Wrap this node in a LogicalPlan::Extension.
488 fn into_plan(self) -> LogicalPlan {
489 LogicalPlan::Extension(Extension {
490 node: Arc::new(self),
491 })
492 }
493}
494
495impl UserDefinedLogicalNodeCore for TableSamplePlanNode {

Callers 1

plan_relationMethod · 0.80

Calls 2

ExtensionClass · 0.85
newFunction · 0.85

Tested by

no test coverage detected