OPAL Metadata Verbs¶
Metadata verbs modify the metadata of the dataset and the columns in the dataset, rather than directly acting on the data itself.
Certain metadata verbs may affect how the dataset is presented, such as whether column links are shown, or whether data is packed.
Verb |
Description |
---|---|
Add a candidate key to the output. |
|
Removes one or more interface implementations from the current dataset. |
|
Map fields of this dataset to a pre-defined interface. |
|
Creates an Event dataset from an input Table, Interval, or Resource dataset. |
|
Creates an Interval dataset from an input Table, Event, or Resource dataset. |
|
Creates a metric dataset from dataset with precomputed time grid. |
|
Creates a Resource dataset from an input Event or Interval dataset. |
|
Group events or intervals that are close to each other into sessions, and calculate aggregations over each session. |
|
Creates a Table dataset from an input Event, Interval, or Resource dataset. |
|
Merge consecutive events into new events based on merge conditions. |
|
Mark specified columns as enumerations, or not, so that the user interface can present them appropriately. |
|
Mark resource columns as time immutable (time-invariant), or not. |
|
Include or exclude columns from any future full-text search operation. |
|
Show or hide columns by name. |
|
Declare the ‘label’ of the output to be the designated column. |
|
Add a foreign key to the output, which identifies the target dataset and columns used to find a target resource. |
|
Register a metric, with its metadata defined in an |
|
Specify the dataset that stores the metadata of the metrics defined in the current dataset. |
|
Declare the primary key of the output as consisting of one or more named columns. |
|
Declare the |
|
Declare the |
|
Sort rows in the dataset based on ordering functions applied to column fields or column name provided as arguments. |
|
Shifts the timestamps of rows ahead in time by the specified interval. |
|
Drop all outbound links without having to specify the individual labels. |
|
Remove the primary and candidate key declarations from the dataset. |
|
Drop a foreign key by specifying the foreign keys label. |
|
Remove all column sort ordering metadata that may have been inserted by the sort verb. |