-
Notifications
You must be signed in to change notification settings - Fork 22
Clauses (Spider)
[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Spider Databases: Table-of-Contents) | [Previous](https://github.com/dell-oss/Doradus/wiki/Query Perspective (Spider)) | [Next](https://github.com/dell-oss/Doradus/wiki/Clause Negation NOT (Spider))
Doradus Query Language: Clauses
A DQL query is comprised of one or more Boolean expressions called clauses. Each clause examines a field that is related to perspective objects. The clause evaluates to true for a given object if the examined field matches the clause’s condition. Example clauses are shown below:
Name:Smith
FirstName=John
SendDate:[2001 TO "2005-06-31"]
NOT Name:Jo*
ALL(InternalRecipients).ANY(MessageAddress).Domain.Name = "dell.com"
Manager^(3).LastName:Wright
These examples show a variety of comparison types: qualified and unqualified fields, contains and equals, ranges, pattern matching, quantifiers, and transitive searches.
Technical Documentation
[Doradus OLAP Databases](https://github.com/dell-oss/Doradus/wiki/Doradus OLAP Databases)
- Architecture
- OLAP Database Overview
- OLAP Data Model
- Doradus Query Language (DQL)
- OLAP Object Queries
- OLAP Aggregate Queries
- OLAP REST Commands
- Architecture
- Spider Database Overview
- Spider Data Model
- Doradus Query Language (DQL)
- Spider Object Queries
- Spider Aggregate Queries
- Spider REST Commands
- [Installing and Running Doradus](https://github.com/dell-oss/Doradus/wiki/Installing and Running Doradus)
- [Deployment Guidelines](https://github.com/dell-oss/Doradus/wiki/Deployment Guidelines)
- [Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation)
- [Cassandra Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Cassandra Configuration and Operation)