Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Query Perspective (Spider)

JoeWinter edited this page Sep 19, 2014 · 1 revision

[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Spider Databases: Table-of-Contents) | Previous | Next
Doradus Query Language: Query Perspective


A DQL instance is a Boolean expression that selects objects from a perspective table. Logically, the query expression is evaluated against each perspective object; if the expression evaluates to "true", the query selects the object.

The query expression may include clauses that reference fields from objects that are linked to a perspective object. For example, if the perspective table is Person, the clause Manager.Name:John is true if a person’s Manager points to an object whose Name field includes the term John.

In object queries, requested fields are returned by the query for each selected perspective object. In aggregate queries, selected objects are included in one or more metric computations.

Clone this wiki locally