Skip to content
logoBack to home screen

Docs tagged "GMQL"

Contained topics: GMQL Distinct, GMQL Conjunction and Disjunctions, GMQL Joins, GMQL Group By, Generic Model Query Language, General GMQL Query Types, ...

12 files


GMQL Distinct

Distinct can be used on any of the query types and should be placed before the entity and property statements and after the select statement....
GMQL

GMQL Conjunction and Disjunctions

Conjunctions and disjunctions can be invoked by using the and & or keywords respectively.conjunctions require that ...
GMQL

GMQL Joins

...
GMQL

GMQL Group By

The Group By function is used o group the aggregate results by a defined property.The Group By function is used in conjunction with aggregate functions to group the aggregate results by the property defined in the group by function....
GMQL

Generic Model Query Language

Generic Model Query Language (GMQL) is a domain-specific query language used for searching entities and properties of your Tribefire model....
Serialization GMQL

General GMQL Query Types

GMQL supports three standard query types:Select QueryEntity QueryProperty Query...
GMQL

GMQL Examples

...
GMQL

GMQL Pagination

Pagination makes use of two keywords: limit and offset. limit determines the start index and offset determines the page size....
GMQL

GMQL Functions

GMQL supports the following functions:avg(.) – average valuecount(.) – total number of non-null values....
GMQL

GMQL Syntax

As you already know, GMQL supports three standard query types:Select QueryEntity QueryProperty Query...
GMQL

GMQL Where

The where statement restricts results, returning only those that match the value comparison(s), or in the case of the negated value comparison, return only the results that do not match the value comparison....
GMQL

GMQL Order by

...
GMQL