Expand description

Coercion rules for matching argument types for binary operators

Functions

  • Coerce lhs_type and rhs_type to a common type for the purposes of a comparison operation
  • Returns the coerced input types for a binary expression evaluating the op with the left and right hand types
  • returns the resulting type of a binary expression evaluating the op with the left and right hand types
  • coercion rules for like operations. This is a union of string coercion rules and dictionary coercion rules
  • coercion rules for regular expression comparison operations. This is a union of string coercion rules and dictionary coercion rules