HideRange 函数将起始时间戳记和结束时间戳记之间一定范围的元素标记为不可见。
HideRange(ts     TimeSeries, 
        start   datetime year to fraction(5), 
        end     datetime year to fraction(5),
        flags   integer default 0
) 
returns TimeSeries;
            元素隐藏后,读取该元素将返回 NULL,写入该元素将导致错误消息。但是,可以使用 ts_begin_scan() 来读取隐藏的元素,如 ts_begin_scan() 函数中所述。
如果时间戳记不是时间系列中的有效时间点,那么将出现错误。
修改的时间系列。