const METRIC_SINK_SOURCE_COLUMNS: &[(&str, fn(&SqlScalarType) -> bool)];Expand description
The columns a metric sink reads from its source, and the type each one has to be. Order doesn’t matter, and nullability isn’t checked here: nulls are the operator’s problem at runtime.