Uses of Interface
mondrian.rolap.agg.Segment.ExcludedRegion
-
Uses of Segment.ExcludedRegion in mondrian.rolap.agg
Modifier and TypeFieldDescriptionprotected final List<Segment.ExcludedRegion>
Segment.excludedRegions
List of regions to ignore when reading this segment.ModifierConstructorDescriptionSegment
(RolapStar star, BitKey constrainedColumnsBitKey, RolapStar.Column[] columns, RolapStar.Measure measure, StarColumnPredicate[] predicates, List<Segment.ExcludedRegion> excludedRegions, List<StarPredicate> compoundPredicateList) Creates aSegment
; it's not loaded yet.