waynexia commented on issue #10246:
URL: https://github.com/apache/datafusion/issues/10246#issuecomment-2078738002

   I have a similar example user defined logical plan:
   
   
https://github.com/GreptimeTeam/greptimedb/blob/4eadd9f8a88870fff72922d9c7515cf29bc790b3/src/promql/src/extension_plan/empty_metric.rs#L130-L133
   
   where
   
   ```rust
   impl UserDefinedLogicalNodeCore for EmptyMetric {
       fn name(&self) -> &str {
           Self::name()
       }
   }
   
   impl EmptyMetricExec {
       pub const fn name() -> &'static str {
           "EmptyMetric"
       }
   }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to