Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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: