Pattern matching routines
Use pattern matching routines to run pattern matching searches, to index data for pattern matching searches, and to perform maintenance tasks.
| Task type | Description |
|---|---|
| Run pattern matching searches | Run a search: TSPatternMatch function Include a pattern from a time series in the search: getPatternFromTS function |
| Create pattern matching indexes | Create an index: TSCreatePatternIndex function |
| Drop pattern matching indexes | Drop a specific index: TSDropPatternIndex function Drop all indexes: TSPIndexCleanup procedure |
| Enable tracing on pattern matching routines | Enable tracing: TSPMatchSetTraceLevel function Set the tracing file name and path: TSPMatchSetTraceFile function |
| Return release information | Return release information for the TimeSeries Pattern Matching extension: TSPMatchRelease function Return release information for the TimeSeries Pattern Matching Index extension: TSPIndexRelease function |