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

Method as_any

datafusion/expr/src/logical_plan/extension.rs:320–322  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

318/// to avoid boiler plate for implementing `as_any`, `Hash`, `PartialEq` and `PartialOrd`.
319impl<T: UserDefinedLogicalNodeCore> UserDefinedLogicalNode for T {
320 fn as_any(&self) -> &dyn Any {
321 self
322 }
323
324 fn name(&self) -> &str {
325 self.name()

Callers 5

dyn_eqMethod · 0.45
dyn_ordMethod · 0.45

Calls

no outgoing calls

Tested by 2