|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Aggregate,
Sum, Avg, et cetera).BooleanCalc interface.Calc interface.AbstractColumnPredicate is an abstract implementation for
StarColumnPredicate.StarPredicates and
StarColumnPredicates.DateTimeCalc interface.DimensionCalc interface.DoubleCalc interface.ExpCompiler interface.HierarchyCalc interface.IntegerCalc interface.IterCalc interface.LevelCalc interface.ListCalc interface.MemberCalc interface.MemoryMonitor.Listener and threshold.QuerySpec implementations.MessageRecorder interface.StringCalc interface.TupleCalc interface.VoidCalc interface.CalcWriter.
Access enumerates the allowable access rights.AggStar to this star.
AddCalculatedMembers MDX function.[schema.]table AS alias to the FROM clause.
relation
joined by joinCondition.
Listener to the MemoryMonitor with
a given threshold percentage.
Listener using the default threshold percentage.
Member.Children query so that only the children
of parent will be returned in the result set.
Member.Children query so that (all or some)
children of all parent members contained in parents
will be returned in the result set.
parent to the current
context and restricts the SQL resultset to that new context.
parents to the current
context and restricts the SQL resultset to that new context.
Rowset.Row to a result, provided that it meets the necessary
criteria.
joinToParent, any join condition.
TreeModelEvent
posted after the tree changes.
right which is not in set
to both set and left.
AggLoadingError is 'Error while loading/reloading aggregates.'
AggLoadingExceededErrorCount is 'Too many errors, ''{0,number}'', while loading/reloadin aggregates.'
AggMultipleMatchingMeasure is 'Context ''{0}'': Candidate aggregate table ''{1}'' for fact table ''{2}'' has ''{3,number}'' columns matching measure ''{4}'', ''{5}'', ''{6}''".'
QuerySpec.AGGREGATE MDX function.Aggregation is a pre-computed aggregation over a set of
columns.RolapAggregationManager manages all Aggregations
in the system.RolapAggregationManager.PinSet
using a HashSet.AggRuleParse is 'Error while parsing default aggregate recognition ''{0}''.'
AggTableZeroSize is 'Zero size Aggregate table ''{0}'' for Fact Table ''{1}''.'
AggUnknownColumn is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has a column ''{2}'' with unknown usage.'
COUNT(DISTINCT ...) aggregate function, for example
SELECT COUNT(DISTINCT x, y) FROM t
- allowsCountDistinct() -
Method in class mondrian.rolap.sql.SqlQuery.Dialect
- Returns whether this Dialect supports distinct aggregations.
- allowsDdl() -
Method in class mondrian.rolap.sql.SqlQuery.Dialect
- Returns whether this dialect supports common SQL Data Definition
Language (DDL) statements such as
CREATE TABLE and
DROP INDEX.
- allowsFromQuery() -
Method in class mondrian.rolap.sql.SqlQuery.Dialect
- Returns whether this Dialect allows a subquery in the from clause,
for example
SELECT * FROM (SELECT * FROM t) AS x
- allowsMultipleCountDistinct() -
Method in class mondrian.rolap.sql.SqlQuery.Dialect
- Returns whether this Dialect supports more than one distinct
aggregation in the same query.
- allowsMultipleDistinctSqlMeasures() -
Method in class mondrian.rolap.sql.SqlQuery.Dialect
- Returns whether this Dialect has performant support of distinct SQL
measures in the same query.
- allowsOrderByAlias() -
Method in class mondrian.rolap.sql.SqlQuery.Dialect
- Returns true if aliases defined in the SELECT clause can be used as
expressions in the ORDER BY clause.
- allProceduresAreCallable() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- allSchemas -
Variable in class mondrian.gui.JDBCMetaData.Database
-
- allTablesAreSelectable() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- allWeeksOfMonthBitmap -
Static variable in class mondrian.util.Schedule
-
- AMP_QUOTED_ID -
Static variable in interface mondrian.olap.ParserSym
-
- ancestor(Evaluator, Member, int, Level) -
Static method in class mondrian.olap.fun.FunUtil
- Returns the ancestor of
member at the given level
or distance.
- AncestorFunDef - Class in mondrian.olap.fun
- Definition of the
Ancestor MDX function. - AncestorFunDef(FunDef) -
Constructor for class mondrian.olap.fun.AncestorFunDef
-
- AND -
Static variable in interface mondrian.olap.ParserSym
-
- and(StarPredicate) -
Method in class mondrian.rolap.agg.AbstractColumnPredicate
-
- and(StarPredicate) -
Method in class mondrian.rolap.agg.AndPredicate
-
- and(StarPredicate) -
Method in class mondrian.rolap.agg.MemberTuplePredicate
-
- and(StarPredicate) -
Method in class mondrian.rolap.agg.OrPredicate
-
- and(BitKey) -
Method in interface mondrian.rolap.BitKey
- Returns the boolean AND of this bitkey and the given bitkey.
- and(BitKey) -
Method in class mondrian.rolap.BitKey.Big
-
- and(BitKey) -
Method in class mondrian.rolap.BitKey.Mid128
-
- and(BitKey) -
Method in class mondrian.rolap.BitKey.Small
-
- and(StarPredicate) -
Method in interface mondrian.rolap.StarPredicate
- Returns this intersection of this Predicate with another.
- andNot(BitKey) -
Method in interface mondrian.rolap.BitKey
- Returns a
BitKey containing all of the bits in this
BitSet whose corresponding
bit is NOT set in the specified BitSet.
- andNot(BitKey) -
Method in class mondrian.rolap.BitKey.Big
-
- andNot(BitKey) -
Method in class mondrian.rolap.BitKey.Mid128
-
- andNot(BitKey) -
Method in class mondrian.rolap.BitKey.Small
-
- AndPredicate - Class in mondrian.rolap.agg
- Predicate which is the intersection of a list of predicates.
- AndPredicate(List<StarPredicate>) -
Constructor for class mondrian.rolap.agg.