QueryDSLBuilder
DSL builder object for OLAP queries. Provides natural syntax for olap operations.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
QueryDSLBuilder.type
Members list
Extensions
Extensions
Wraps a cube and a roll-up operation into a QueryWithOp.
Wraps a cube and a roll-up operation into a QueryWithOp.
Value parameters
- q
-
the query (cube) to which the operation will be applied
Attributes
- Returns
-
a QueryWithOp with the cube and operation
Performs a drill across between two queries (cubes).
Performs a drill across between two queries (cubes).
Value parameters
- constructor
-
given constructor used to create events
- other
-
other cube to combine witt
Attributes
- Returns
-
a new QueryDSL representing the drill-across result
Performs the slice and dice
Performs the slice and dice
Value parameters
- filters
-
attributes used as filters
Attributes
- Returns
-
a new QueryDSL instance (cube) with filtered events
Aggregates the cube by a set of attributes using the specified roll up operation.
Aggregates the cube by a set of attributes using the specified roll up operation.
Value parameters
- attributes
-
attributes to group by
- constructor
-
implicit constructor used to create events
Attributes
- Returns
-
a new QueryDSL containing the rolled-up result.
Aggregates the cube by a single attribute using the specified roll up operation.
Aggregates the cube by a single attribute using the specified roll up operation.
Value parameters
- attribute
-
name of the attribute to group by
- constructor
-
implicit constructor used to create events
Attributes
- Returns
-
a new QueryDSL containing the rolled-up result.