public TRes Accept <TRes, TArg>(IExprVisitor <TRes, TArg> visitor, TArg arg)
 => visitor.VisitExprAnalyticFunction(this, arg);