Expand description
This module defines the interface for logical nodes
Traits§
- User
Defined Logical Node - This defines the interface for
LogicalPlannodes that can be used to extend DataFusion with custom relational operators. - User
Defined Logical Node Core - This trait facilitates implementation of the
UserDefinedLogicalNode.