Expand description
cast_compare
can be summarized as casting to target type which can be compared but can’t be
cast implicitly to, like:
- bigger range -> smaller range in same type, e.g. int64 -> int32
- different type, e.g. float type -> integral type