Uses of Class
mondrian.olap.MondrianDef.Relation
Packages that use MondrianDef.Relation
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of MondrianDef.Relation in mondrian.olap
Subclasses of MondrianDef.Relation in mondrian.olapModifier and TypeClassDescriptionstatic class
static class
static class
A collection of SQL statements, one per dialect.Fields in mondrian.olap declared as MondrianDef.RelationModifier and TypeFieldDescriptionMondrianDef.Cube.fact
The fact table is the source of all measures in this cube.Methods in mondrian.olap that return MondrianDef.Relation -
Uses of MondrianDef.Relation in mondrian.rolap
Fields in mondrian.rolap declared as MondrianDef.RelationModifier and TypeFieldDescriptionprotected final MondrianDef.Relation
HierarchyUsage.fact
Fact table (or relation) which this usage is joining to.Methods in mondrian.rolap that return MondrianDef.RelationModifier and TypeMethodDescriptionstatic MondrianDef.Relation
RolapUtil.convertInlineTableToRelation
(MondrianDef.InlineTable inlineTable, Dialect dialect) HierarchyUsage.getJoinTable()
RolapStar.Table.getRelation()
Methods in mondrian.rolap with parameters of type MondrianDef.RelationModifier and TypeMethodDescriptionprotected MondrianDef.RelationOrJoin
RolapStar.cloneRelation
(MondrianDef.Relation rel, String possibleName) RolapStar.Table.findChild
(MondrianDef.Relation relation, RolapStar.Condition joinCondition) Returns a child relation which maps onto a given relation, or null if there is none.long
RolapStatisticsCache.getColumnCardinality
(MondrianDef.Relation relation, MondrianDef.Expression expression, long approxCardinality) long
RolapStatisticsCache.getRelationCardinality
(MondrianDef.Relation relation, String alias, long approxRowCount) RolapUtil.makeRolapStarKey
(MondrianDef.Relation fact) Generates rolap star key based on the fact using fact alias and SQl filter data if this one is present in the fact -
Uses of MondrianDef.Relation in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as MondrianDef.RelationMethods in mondrian.rolap.aggmatcher that return MondrianDef.Relation