Re: proprietary timeseries clause for subquery

2015-12-09 Thread Jeremy Evans
On Wednesday, December 9, 2015 at 7:48:53 PM UTC-8, Eric Schwartz wrote: > > HPE's Vertica database has a proprietary extension used for generating > timeseries data. I am trying to figure out how to invoke it from Sequel > with minimal hullabaloo. > > Here's an example of the kind of query I'm t

proprietary timeseries clause for subquery

2015-12-09 Thread Eric Schwartz
HPE's Vertica database has a proprietary extension used for generating timeseries data. I am trying to figure out how to invoke it from Sequel with minimal hullabaloo. Here's an example of the kind of query I'm trying to build: SELECT slice_time, round(ts_last_value(a_column IGNORE NULLS