Uses of Class
mondrian.rolap.agg.Segment
-
Packages that use Segment Package Description mondrian.rolap.agg Manages a cache of aggregates containing cell values. -
-
Uses of Segment in mondrian.rolap.agg
Subclasses of Segment in mondrian.rolap.agg Modifier and Type Class Description class
SegmentWithData
Extension toSegment
with a data set.Methods in mondrian.rolap.agg that return Segment Modifier and Type Method Description static Segment
SegmentBuilder. toSegment(SegmentHeader header, RolapStar star, BitKey constrainedColumnsBitKey, RolapStar.Column[] constrainedColumns, RolapStar.Measure measure, List<StarPredicate> compoundPredicates)
Creates a segment from a SegmentHeader.Methods in mondrian.rolap.agg that return types with arguments of type Segment Modifier and Type Method Description List<Segment>
GroupingSet. getSegments()
Methods in mondrian.rolap.agg with parameters of type Segment Modifier and Type Method Description static SegmentWithData
SegmentBuilder. addData(Segment segment, SegmentBody sb)
Converts a segment plus aSegmentBody
into aSegmentWithData
.static boolean
SegmentBuilder. isSubset(SegmentHeader header, Segment segment)
Tells if the passed segment is a subset of this segment and could be used for a rollup in cache operation.static SegmentHeader
SegmentBuilder. toHeader(Segment segment)
Creates a SegmentHeader object describing the supplied Segment object.Constructors in mondrian.rolap.agg with parameters of type Segment Constructor Description SegmentWithData(Segment segment, SegmentDataset data, SegmentAxis[] axes)
Creates a SegmentWithData from an existing Segment.Constructor parameters in mondrian.rolap.agg with type arguments of type Segment Constructor Description GroupingSet(List<Segment> segments, BitKey levelBitKey, BitKey measureBitKey, StarColumnPredicate[] predicates, RolapStar.Column[] columns)
Creates a GroupingSet.
-