-
Notifications
You must be signed in to change notification settings - Fork 22
Doradus Query Language (Spider)
[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Spider Databases: Table-of-Contents) | Previous | [Next](https://github.com/dell-oss/Doradus/wiki/Query Perspective (Spider))
Doradus Spider Databases: Doradus Query Language
The Doradus query language (DQL) is used in object and aggregate queries. DQL is analogous to full text languages used by search engines such as Lucene and from which DQL borrows concepts such as terms, phrases, and ranges. To these, DQL adds link paths, quantifiers, and a transitive function to support graph-based searches.
This section describes DQL, including extensions supported by Doradus Spider.
- Query Perspective
- Clauses
- Clause Negation: NOT
- [Clause Connectors: AND, OR, and Parentheses](https://github.com/dell-oss/Doradus/wiki/Clause Connectors AND, OR, and Parentheses (Spider))
- Literals
- Null Values
- IS NULL Clause
- Text Contains Clauses
- Range Clauses
- Equality Clauses
- IN Clause
- Timestamp Clauses
- Link Clauses
- Quantifier Functions
- Transitive Function
- Count (
<link path>
)
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)