This page provides a list of DQL commands grouped by categories. To get more in-depth information on a specific command, click on its name.
| Name | Description |
|---|---|
Generates sample data during query runtime. | |
Describes the on-read schema extraction definition for a given data object. | |
Loads data from the specified resource. | |
Loads data from the specified resource. It's used with lookup data. |
| Name | Description |
|---|---|
Combines loading, filtering and aggregating metrics data into a time series output. | |
Retrieves metric series. |
| Name | Description |
|---|---|
Keeps only specified fields. | |
Evaluates an expression and appends or replaces a field. | |
Keeps selected fields. | |
Removes fields from the result. | |
Renames a field. |
| Name | Description |
|---|---|
Parses a record field and puts the result into one or more fields as specified in the pattern. |
| Name | Description |
|---|---|
Expands an array into separate records. | |
Extracts/flattens fields from a nested record. |
| Name | Description |
|---|---|
Calculates the cardinality of field values that the specified fields have. | |
Creates timeseries from the data in the stream. | |
Groups together records that have the same values for a given field and aggregates them. |
| Name | Description |
|---|---|
Appends a given list of records by the records returned by a sub-query. | |
Joins all records from the source and the sub-query as long as they fulfill the join condition. | |
Adds matching results from the sub-query as an array of nested records. | |
Adds fields from a subquery to the source table by finding a match between a field in the source table and the lookup table. |
| Name | Description |
|---|---|
Loads Smartscape nodes using a type pattern (use | |
Loads Smartscape edges using an edge type pattern (use | |
Traverses source nodes to target nodes in the specified direction, following edge types defined by edgeTypes. |