pub fn scalar_type_from_sql(
    scx: &StatementContext<'_>,
    data_type: &ResolvedDataType
) -> Result<ScalarType, PlanError>