windowFrame in ResolvedAnalyticFunctionCall can be NULL and should thus be optional.
Expected resulted: We can set windowFrame as NULL
Current result: We get an error 'windowFrame needs to be set' when we create an ResolvedAnalyticFunctionCall object
See #82 for fix.