QueryDSL

folap.olapdsl.QueryDSL
case class QueryDSL[A <: Attribute, M <: Measure, E <: Event[A, M]](cube: Iterable[E])

Represents a collection of OLAP events (cube)

Type parameters

A

type of attribute used in the events, which must extend Attribute.

M

type of measure used in the events, which must extend Measure.

Value parameters

cube

a collection of events This class serves as the entry point for DSL-based operations

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product