Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 364 Bytes

Siddhi Extensions


This module include some custom extensions created about Siddhi.

DistinctWindow

This custom window allow get distint values of an specific field. You can use this custom window using the following query:

from testStream #window.stratio:distinct(c1) select c1, c2,c3 insert into resultStream;