Uses of Interface
mondrian.rolap.agg.Segment.ExcludedRegion
Packages that use Segment.ExcludedRegion
-
Uses of Segment.ExcludedRegion in mondrian.rolap.agg
Fields in mondrian.rolap.agg with type parameters of type Segment.ExcludedRegionModifier and TypeFieldDescriptionprotected final List<Segment.ExcludedRegion>
Segment.excludedRegions
List of regions to ignore when reading this segment.Methods in mondrian.rolap.agg that return types with arguments of type Segment.ExcludedRegionConstructor parameters in mondrian.rolap.agg with type arguments of type Segment.ExcludedRegionModifierConstructorDescriptionSegment
(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.