You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PartialOrd implementation for ScalarUDF, WindowUDF and AggregateUDF compares name and signature only. PartialEq implementation for these structs delegates to the function implementation and thus may compare other properties.