SELECT * FROM ChangePointDetection ( ON cpt PARTITION BY sid ORDER BY id ValueColumn ('val') Accumulate ('sid', 'id') ) ORDER BY sid, id;
SELECT * FROM ChangePointDetection ( ON cpt PARTITION BY sid ORDER BY id ValueColumn ('val') Accumulate ('sid', 'id') ) ORDER BY sid, id;