Uses of Interface
mondrian.rolap.agg.Segment.ExcludedRegion
-
Packages that use Segment.ExcludedRegion Package Description mondrian.rolap.agg Manages a cache of aggregates containing cell values. -
-
Uses of Segment.ExcludedRegion in mondrian.rolap.agg
Fields in mondrian.rolap.agg with type parameters of type Segment.ExcludedRegion Modifier and Type Field Description protected 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.ExcludedRegion Modifier and Type Method Description List<Segment.ExcludedRegion>
Segment. getExcludedRegions()
Constructor parameters in mondrian.rolap.agg with type arguments of type Segment.ExcludedRegion Constructor Description Segment(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.
-