Closed stanbrub closed 1 year ago
Deephaven query operations like Time-based EMA and Time-based rolling sum need a timestamp column to function.
Could be done like the following for now:
Added timestamp-millis to data generator and to avro schema generator. It uses millis since epoch range (ex. [1-100]) for now. So far, the time-window tests don't need actually times or even timezones to function.
Deephaven query operations like Time-based EMA and Time-based rolling sum need a timestamp column to function.
Could be done like the following for now: