pub type Otherwise<W, E> = CaseWhen<<W as CaseWhenTypesExtractor>::Whens, ElseExpression<Grouped<AsExprOf<E, <W as CaseWhenTypesExtractor>::OutputExpressionSpecifiedSqlType>>>>;
Expand description
The return type of case_when(...).otherwise(...)
Aliased Typeยง
struct Otherwise<W, E> { /* private fields */ }