Skip to main content

Ginq

Groovy's module provides a higher level of abstraction of collections. It can execute queries on in-memory collections of objects in SQL-like styles. More detailed link document link https://www.groovy-lang.org/using-ginq.html

1 Use scenarios

Using Ginq sdk in flow Ginq

2 How to use

  1. Input: You can customize the input parameters.

  2. Code: Write the /* GINQ CODE */ section of GINQ ([See the documentation for details](https:/==&www.groovy-lang.org&== &using-ginq.html)), you can use the input parameters.

  3. Return type: Default value array

    • array: Returns the dataset of the current GINQ.
    • object: Returns the value when there is only one value in the dataset.
    • count: Returns the number of data in the dataset.
    • exist: Determine whether there is data in the dataset.