GetCalendar 函数返回与给定时间系列关联的日历。
GetCalendar(ts TimeSeries) returns Calendar;
时间系列使用的日历。
select GetCalendar(stock_data)
from daily_stocks
where stock_name = 'GBase';
(expression) startdate(2011-01-01 00:00:00),pattstart(2011-
01-02 00:00:00),pattern({1 off,5 on,1 off},day)