pub fn implicit_casts() -> Vec<(DataType, DataType)>Expand description
The implicit (always-allowed, lossless) casts the engine inserts silently,
sorted by (src, target) discriminant. These are the widenings an agent can
rely on without writing CAST(...).