I have a problem in Vertica related to filling dates that don't exist. I have seen solutions online where people have suggested to create a calendar table. Here is one such MYSQL problem from stackoverflow.
Is there a way to create a calendar table using the min() and max() available date from another table using just SQL supported by Vertica and no procedures? Most of the solutions I have come across so far are based on T-SQL and the dates are generated using a procedure. Unfortunately I Vertica doesn't really have that much of PL/SQL or T-SQL ability. But has some analytic functions which I suspect might be able to solve my problem.