risingwave_frontend::utils::condition

Module cast_compare

source
Expand description

cast_compare can be summarized as casting to target type which can be compared but can’t be cast implicitly to, like:

  1. bigger range -> smaller range in same type, e.g. int64 -> int32
  2. different type, e.g. float type -> integral type

Enums§

Functions§