InConversion Type Coercion Logical Rule
InConversion
is a type coercion logical rule that coerceTypes in a logical plan.
Coercing Types in Logical Plan — coerceTypes
Method
1 2 3 4 5 |
coerceTypes(plan: LogicalPlan): LogicalPlan |
Note
|
coerceTypes is part of the TypeCoercionRule Contract to coerce types in a logical plan.
|
coerceTypes
…FIXME