You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-17Lines changed: 23 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -18,26 +18,32 @@ For information on <a target="_blank" href="https://siddhi.io/">Siddhi</a> and i
18
18
19
19
## Latest API Docs
20
20
21
-
Latest API Docs is <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/"></a>.
21
+
Latest API Docs is <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0">1.0.0</a>.
22
22
23
23
## Features
24
24
25
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#collect-aggregate-function">collect</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#aggregate-function">Aggregate Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Collect multiple values to construct a list.</p></p></div>
26
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#merge-aggregate-function">merge</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#aggregate-function">Aggregate Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Collect multiple list to merge as a single list.</p></p></div>
27
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#add-function">add</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after adding the given value.</p></p></div>
28
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#addall-function">addAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after adding all the values from another list.</p></p></div>
29
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#contains-function">contains</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks if the list contains the value.</p></p></div>
30
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#containsall-function">containsAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks if the list contains all the values.</p></p></div>
31
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#create-function">create</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function creates a list of all values.</p></p></div>
32
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#get-function">get</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the value at the specific index, null if index is out of range.</p></p></div>
33
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#indexof-function">indexOf</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the last index of the given element.</p></p></div>
34
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#isempty-function">isEmpty</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks if the list is empty.</p></p></div>
35
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#islist-function">isList</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks if the object is type of a list.</p></p></div>
36
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#lastindexof-function">lastIndexOf</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the index of the given value.</p></p></div>
37
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#remove-function">remove</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after removing the element with the specified value.</p></p></div>
38
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#removeall-function">removeAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after removing all the element with the specified list.</p></p></div>
39
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#size-function">size</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function to return the size of the list.</p></p></div>
40
-
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api//#tokenize-stream-processor">tokenize</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#stream-processor">Stream Processor</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Tokenize the list and return each key, value as new attributes in events</p></p></div>
25
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#collect-aggregate-function">collect</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#aggregate-function">Aggregate Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Collects multiple values to construct a list.</p></p></div>
26
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#merge-aggregate-function">merge</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#aggregate-function">Aggregate Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Collects multiple lists to merge as a single list.</p></p></div>
27
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#add-function">add</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after adding the given value.</p></p></div>
28
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#addall-function">addAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after adding all the values from the given list.</p></p></div>
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#contains-function">contains</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks whether the list contains the specific value.</p></p></div>
32
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#containsall-function">containsAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks whether the list contains all the values in the given list.</p></p></div>
33
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#create-function">create</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function creates a list containing all values provided.</p></p></div>
34
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#get-function">get</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the value at the specific index, null if index is out of range.</p></p></div>
35
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#indexof-function">indexOf</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the last index of the given element.</p></p></div>
36
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#isempty-function">isEmpty</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks if the list is empty.</p></p></div>
37
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#islist-function">isList</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function checks if the object is type of a list.</p></p></div>
38
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#lastindexof-function">lastIndexOf</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the index of the given value.</p></p></div>
39
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#remove-function">remove</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after removing the element with the specified value.</p></p></div>
40
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#removeall-function">removeAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after removing all the element with the specified list.</p></p></div>
41
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#removebyindex-function">removeByIndex</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after removing the element with the specified index.</p></p></div>
42
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#retainall-function">retainAll</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after retaining all the elements in the specified list.</p></p></div>
43
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#setvalue-function">setValue</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns the updated list after replacing the element in the given index by the given value.</p></p></div>
44
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#size-function">size</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function to return the size of the list.</p></p></div>
45
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#sort-function">sort</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Function returns lists sorted in ascending or descending order.</p></p></div>
46
+
* <atarget="_blank"href="https://siddhi-io.github.io/siddhi-execution-list/api/1.0.0/#tokenize-stream-processor">tokenize</a> *(<atarget="_blank"href="http://siddhi.io/en/v5.1/docs/query-guide/#stream-processor">Stream Processor</a>)*<br> <divstyle="padding-left: 1em;"><p><pstyle="word-wrap: break-word;margin: 0;">Tokenize the list and return each key, value as new attributes in events</p></p></div>
0 commit comments