Uses of Class
com.invirgance.convirgance.olap.Star
Packages that use Star
Package
Description
Provides a layer of tooling to manage Dimensions, Metrics, and Measures
to generate SQL queries for OLAP uses.
-
Uses of Star in com.invirgance.convirgance.olap
Methods in com.invirgance.convirgance.olap that return StarModifier and TypeMethodDescriptionDimension.getStar()
Returns the star schema associated with this dimension.Measure.getStar()
Returns the star schema associated with the Measure.Metric.getStar()
Returns the star schema associated with this metric.Constructors in com.invirgance.convirgance.olap with parameters of type StarModifierConstructorDescriptionReportGenerator
(Star star) Constructs a ReportGenerator with a specified star schema.