QueryUtils Class
Namespace
Usage
QueryUtils Methods
The following are methods for QueryUtils.
applyLimitAndOffset(queryContext, rows)
Signature
public static List<Map<String,Object>> applyLimitAndOffset(DataSource.QueryContext queryContext, List<Map<String,Object>> rows)
Parameters
-
queryContext:
Type: DataSource.QueryContext
Represents
the query to run against a data table.
- rows:
filter(queryContext, rows)
Signature
public static List<Map<String,object>> filter(DataSource.QueryContext queryContext, List<Map<String,Object>> rows)
Parameters
-
queryContext:
Type: DataSource.QueryContext queryContext
- rows:
process(queryContext, rows)
Signature
public static List<Map<String,object>> process(DataSource.QueryContext queryContext, List<Map<String,Object>> rows)
Parameters
-
queryContext:
Type: DataSource.QueryContext
Represents
the query to run against a data table.
- rows:
sort(queryContext, rows)
Signature
public static List<Map<String,ject>> sort(DataSource.QueryContext queryContext, List<Map<String,object>> rows)
Parameters
-
queryContext:
Type: DataSource.QueryContext
Represents
the query to run against a data table.
- rows: