org.apache.spark.sql.catalyst.analysis.HiveTypeCoercion
Name for this rule, automatically inferred based on class name.
Name for this rule, automatically inferred based on class name.
Convert the value and in list expressions to the common operator type by looking at all the argument types and finding the closest one that all the arguments can be cast to. When no common operator type is found the original expression will be returned and an Analysis Exception will be raised at type checking phase.