|
|||||||||
| 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.TupleList that stores
tuples in end-to-end format.ExpCompiler interface.HierarchyCalc interface.IntegerCalc interface.IterCalc interface.TupleIterable.
LevelCalc interface.ListCalc interface.MemberCalc interface.MemoryMonitor.Listener and threshold.TestContext.Tester
callback required by olap4j's Test Compatability Kit (TCK).QuerySpec implementations.MessageRecorder interface.StringCalc interface.TupleCalc interface.TupleIterator.TupleIterable.TupleIterator.TupleList.TupleIterator for
ArrayTupleList.VoidCalc interface.CalcWriter.
visit method on
Visitor.
Access enumerates the allowable access rights.AccessControlTest is a set of unit-tests for access-control.Dialect for the Microsoft Access
database (also called the JET Engine).AggStar to this star.
SegmentCache instance for Mondrian's use.
AddCalculatedMembers MDX function.SegmentBody into a
SegmentWithData.
[schema.]table AS alias to the FROM clause.
relation
joined by joinCondition.
level.
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/reloading 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.AggregationOnDistinctCountMeasureTest tests the
Distinct Count functionality with tuples and members.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
- allowsCompoundCountDistinct() -
Method in class mondrian.spi.impl.HiveDialect
-
- allowsCompoundCountDistinct() -
Method in class mondrian.spi.impl.InfobrightDialect
-
- allowsCompoundCountDistinct() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsCompoundCountDistinct() -
Method in class mondrian.spi.impl.MySqlDialect
-
- allowsCountDistinct() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect supports distinct aggregations.
- allowsCountDistinct() -
Method in class mondrian.spi.impl.AccessDialect
-
- allowsCountDistinct() -
Method in class mondrian.spi.impl.GreenplumDialect
-
- allowsCountDistinct() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsCountDistinct() -
Method in class mondrian.spi.impl.VerticaDialect
-
- allowsDdl() -
Method in interface mondrian.spi.Dialect
- Returns whether this dialect supports common SQL Data Definition
Language (DDL) statements such as
CREATE TABLE and
DROP INDEX.
- allowsDdl() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsDdl() -
Method in class mondrian.spi.impl.NeoviewDialect
-
- allowsDialectSharing() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect object can be used for all connections
from the same data source.
- allowsDialectSharing() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsFromQuery() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect allows a subquery in the from clause,
for example
SELECT * FROM (SELECT * FROM t) AS
x
- allowsFromQuery() -
Method in class mondrian.spi.impl.Db2OldAs400Dialect
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.GreenplumDialect
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.InformixDialect
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.InterbaseDialect
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.MySqlDialect
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.SybaseDialect
-
- allowsFromQuery() -
Method in class mondrian.spi.impl.VerticaDialect
-
- allowsJoinOn() -
Method in interface mondrian.spi.Dialect
- Returns whether this dialect supports "ANSI-style JOIN syntax",
FROM leftTable JOIN rightTable ON conditon.
- allowsJoinOn() -
Method in class mondrian.spi.impl.HiveDialect
-
- allowsJoinOn() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsJoinOn() -
Method in class mondrian.spi.impl.OracleDialect
-
- allowsMultipleCountDistinct() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect supports more than one distinct
aggregation in the same query.
- allowsMultipleCountDistinct() -
Method in class mondrian.spi.impl.DerbyDialect
-
- allowsMultipleCountDistinct() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsMultipleDistinctSqlMeasures() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect has performant support of distinct SQL
measures in the same query.
- allowsMultipleDistinctSqlMeasures() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsMultipleDistinctSqlMeasures() -
Method in class mondrian.spi.impl.LucidDbDialect
-
- allowsOrderByAlias() -
Method in interface mondrian.spi.Dialect
- Returns true if aliases defined in the SELECT clause can be used as
expressions in the ORDER BY clause.
- allowsOrderByAlias() -
Method in class mondrian.spi.impl.InfobrightDialect
-
- allowsOrderByAlias() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsRegularExpressionInWhereClause() -
Method in interface mondrian.spi.Dialect
- Informs Mondrian if the dialect supports regular expressions
when creating the 'where' or the 'having' clause.
- allowsRegularExpressionInWhereClause() -
Method in class mondrian.spi.impl.GreenplumDialect
-
- allowsRegularExpressionInWhereClause() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- allowsRegularExpressionInWhereClause() -
Method in class mondrian.spi.impl.MySqlDialect
-
- allowsRegularExpressionInWhereClause() -
Method in class mondrian.spi.impl.OracleDialect
-
- allowsRegularExpressionInWhereClause() -
Method in class mondrian.spi.impl.PostgreSqlDialect
-
- allowsSelectNotInGroupBy() -
Method in interface mondrian.spi.Dialect
- Returns whether the database currently permits queries to include in the
SELECT clause expressions that are not listed in the GROUP BY clause.
- allowsSelectNotInGroupBy() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- 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
-
- alwaysResolveFunDef() -
Method in interface mondrian.olap.Validator
- Whether to resolve function name and arguments to a function definition
each time a node is validated, not just the first time.
- alwaysResolveFunDef() -
Method in class mondrian.olap.ValidatorImpl
-
- amend(String, String) -
Method in class mondrian.test.DiffRepository
-
- AMP_QUOTED_ID -
Static variable in interface mondrian.olap.ParserSym
-
- AMP_QUOTED_ID -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- 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 -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- 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.AndPredicate
-
- Annotated - Interface in mondrian.olap
- An element that has annotations.
- Annotation - Interface in mondrian.olap
- User-defined property on a metadata element.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.Cube
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.CubeDimension
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.Level
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.Measure
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.NamedSet
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.Role
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.Schema
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.CalculatedMember
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.Cube
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.CubeDimension
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.Hierarchy
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.Level
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.Measure
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.NamedSet
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.Role
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.Schema
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.VirtualCube
- Contains values of user-defined properties.
- annotations -
Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
- Contains values of user-defined properties.
- AntTestBase - Class in mondrian.test.build
- Base class for tests that execute Ant targets.
- AntTestBase(String) -
Constructor for class mondrian.test.build.AntTestBase
- Creates an AntTestBase.
- ANY_LIST -
Static variable in enum mondrian.calc.ResultStyle
-
- ANY_ONLY -
Static variable in enum mondrian.calc.ResultStyle
-
- anyDepends(Calc[], Hierarchy) -
Static method in class mondrian.calc.impl.AbstractCalc
- Returns true if one of the calcs depends on the given dimension.
- anyDependsButFirst(Calc[], Hierarchy) -
Static method in class mondrian.calc.impl.AbstractCalc
- Returns true if calc[0] depends on dimension,
else false if calc[0] returns dimension,
else true if any of the other calcs depend on dimension.
- append(Id.Segment) -
Method in class mondrian.olap.Id
- Returns a new Identifier consisting of this one with another segment
appended.
- append(T[], T) -
Static method in class mondrian.olap.Util
- Adds an object to the end of an array.
- append(String) -
Method in class mondrian.rolap.StringList
- Appends to an existing item.
- appendArrays(T[], T[]...) -
Static method in class mondrian.olap.Util
- Concatenates one or more arrays.
- appendCube(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendEcho(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendError(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendExit(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendExpr(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendFile(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendFunc(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendHintsAfterFromClause(StringBuilder, Map<String, String>) -
Method in interface mondrian.spi.Dialect
- Assembles and returns a string containing any hints that should
be appended after the FROM clause in a SELECT statement, based
on any hints provided.
- appendHintsAfterFromClause(StringBuilder, Map<String, String>) -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- appendHintsAfterFromClause(StringBuilder, Map<String, String>) -
Method in class mondrian.spi.impl.MySqlDialect
-
- appendIndent(StringBuilder, int) -
Static method in class mondrian.tui.CmdRunner
-
- appendJoin(List<String>, String, String, StringBuilder) -
Method in class mondrian.rolap.sql.SqlQuery.FromClauseList
-
- appendList(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendLog(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendParam(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendSet(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- appendTuple(StringBuilder, Member[]) -
Static method in class mondrian.olap.fun.FunUtil
-
- applicationContext -
Variable in class mondrian.web.taglib.Listener
-
- ApplResources - Class in mondrian.web.taglib
- Holds compiled stylesheets.
- ApplResources() -
Constructor for class mondrian.web.taglib.ApplResources
- Creates a
ApplResources.
- apply(Validator, List<Exp>) -
Method in interface mondrian.olap.fun.Resolver.Conversion
- Applies this conversion to its argument, modifying the argument list
in place.
- apply(PT) -
Method in interface mondrian.olap.Util.Functor1
-
- APPROX_NUMERIC_LITERAL -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- approxRowCount -
Variable in class mondrian.gui.MondrianGuiDef.AggName
-
- approxRowCount -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- approxRowCount -
Variable in class mondrian.olap.LevelBase
-
- approxRowCount -
Variable in class mondrian.olap.MondrianDef.AggName
-
- approxRowCount -
Variable in class mondrian.olap.MondrianDef.Level
-
- approxRowCount -
Variable in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
- areCatalogsEqual(DataSourcesConfig.DataSource, DataSourcesConfig.Catalog, DataSourcesConfig.DataSource, DataSourcesConfig.Catalog) -
Static method in class mondrian.server.DynamicContentFinder
-
- areMembersUnique() -
Method in interface mondrian.olap.Level
-
- areMembersUnique() -
Method in class mondrian.rolap.RolapLevel
-
- areOccurencesEqual(Collection<T>) -
Static method in class mondrian.olap.Util
- Returns whether a collection contains precisely one distinct element.
- arg -
Variable in class mondrian.parser.MdxParserImpl.JJCalls
-
- argCount -
Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
-
- args -
Variable in class mondrian.rolap.RolapNativeSet.SetConstraint
-
- ArgsMustHaveSameHierarchy -
Variable in class mondrian.resource.MondrianResource
ArgsMustHaveSameHierarchy is 'All arguments to function ''{0}'' must have same hierarchy.'
- arity -
Variable in class mondrian.calc.impl.AbstractTupleCursor
-
- arity -
Variable in class mondrian.calc.impl.AbstractTupleIterable
-
- arity -
Variable in class mondrian.calc.impl.AbstractTupleList
-
- array -
Variable in class mondrian.gui.MondrianGuiDef.Annotations
-
- array -
Variable in class mondrian.gui.MondrianGuiDef.ColumnDefs
-
- array -
Variable in class mondrian.gui.MondrianGuiDef.Rows
-
- Array -
Static variable in class mondrian.olap.Category
Array is an expression of array type.
- array -
Variable in class mondrian.olap.MondrianDef.Annotations
-
- array -
Variable in class mondrian.olap.MondrianDef.ColumnDefs
-
- array -
Variable in class mondrian.olap.MondrianDef.Rows
-
- ArrayMemberSource - Class in mondrian.rolap
ArrayMemberSource implements a flat, static hierarchy.- ArrayMemberSource(RolapHierarchy, List<RolapMember>) -
Constructor for class mondrian.rolap.ArrayMemberSource
-
- ArraySortedSet<E extends Comparable<E>> - Class in mondrian.util
- Implementation of
SortedSet based on an array. - ArraySortedSet(E[]) -
Constructor for class mondrian.util.ArraySortedSet
- Creates a set backed by an array.
- ArraySortedSet(E[], int, int) -
Constructor for class mondrian.util.ArraySortedSet
- Creates a set backed by a region of an array.
- ArrayStack<E> - Class in mondrian.util
- Stack implementation based on
ArrayList. - ArrayStack() -
Constructor for class mondrian.util.ArrayStack
- Default constructor.
- ArrayStack(ArrayStack<E>) -
Constructor for class mondrian.util.ArrayStack
- Copy Constructor
- ArrayTupleList - Class in mondrian.calc.impl
- Implementation of
TupleList that stores tuples end-to-end in an
array. - ArrayTupleList(int) -
Constructor for class mondrian.calc.impl.ArrayTupleList
- Creates an empty ArrayTupleList with an initial capacity of 10 tuples.
- ArrayTupleList(int, int) -
Constructor for class mondrian.calc.impl.ArrayTupleList
- Creates an empty ArrayTupleList.
- arrowButtonDownAction(ActionEvent) -
Method in class mondrian.gui.SchemaExplorer
-
- arrowButtonUpAction(ActionEvent) -
Method in class mondrian.gui.SchemaExplorer
-
- AS -
Static variable in interface mondrian.olap.ParserSym
-
- AS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- asArrayList() -
Method in class mondrian.olap.Util.AbstractFlatList
-
- asc(String) -
Static method in class mondrian.olap.fun.vba.Vba
-
- ascB(String) -
Static method in class mondrian.olap.fun.vba.Vba
-
- ascending -
Variable in class mondrian.rolap.RolapNativeTopCount.TopCountConstraint
-
- ascW(String) -
Static method in class mondrian.olap.fun.vba.Vba
-
- AsFunDef - Class in mondrian.olap.fun
- Definition of the
AS MDX operator. - asin(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- asinh(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- asMemberArrayIterable(TupleIterable) -
Static method in class mondrian.calc.TupleCollections
- Converts a
TupleIterable to an old-style iterable that
creates an iterator over member arrays.
- asMemberArrayList(TupleList) -
Static method in class mondrian.calc.TupleCollections
- Converts a
TupleList to an old-style list of member
arrays.
- assertAxisCompilesTo(String, String) -
Method in class mondrian.olap.fun.FunctionTest
- Compiles a set expression, and asserts that the program looks as
expected.
- assertAxisReturns(String, String) -
Method in class mondrian.test.FoodMartTestCase
- Runs a query on the "Sales" cube with a given expression on an axis, and
asserts that it returns the expected string.
- assertAxisReturns(String, String) -
Method in class mondrian.test.TestContext
- Executes a query with a given expression on an axis, and asserts that it
returns the expected string.
- assertAxisThrows(String, String) -
Method in class mondrian.test.FoodMartTestCase
- Runs a query with a given expression on an axis, and asserts that it
throws an error which matches a particular pattern.
- assertAxisThrows(String, String) -
Method in class mondrian.test.TestContext
- Executes a query with a given expression on an axis, and asserts that it
throws an error which matches a particular pattern.
- assertBooleanExprReturns(String, boolean) -
Method in class mondrian.test.FoodMartTestCase
- Executes an expression which yields a boolean result, and asserts that
the result is the expected one.
- assertContains(String, String) -
Static method in class mondrian.rolap.CacheControlTest
- Asserts that a given string contains a given pattern.
- assertEquals(String, String, String) -
Method in class mondrian.test.DiffRepository
-
- assertEquals(Calendar, Calendar) -
Static method in class mondrian.util.ScheduleTest
-
- assertEquals(Date, Calendar) -
Static method in class mondrian.util.ScheduleTest
-
- assertEquals(int, int, int, String, int, int, Date) -
Static method in class mondrian.util.ScheduleTest
-
- assertEquals(Calendar, Date) -
Static method in class mondrian.util.ScheduleTest
-
- assertEqualsVerbose(String, String) -
Static method in class mondrian.test.TestContext
- Checks that an actual string matches an expected string.
- assertEqualsVerbose(String, String, boolean, String) -
Static method in class mondrian.test.TestContext
- Checks that an actual string matches an expected string.
- assertEqualsVerbose(TestContext.SafeString, String, boolean, String) -
Static method in class mondrian.test.TestContext
- Checks that an actual string matches an expected string.
- assertExprCompilesTo(String, String) -
Method in class mondrian.olap.fun.FunctionTest
- Compiles a scalar expression, and asserts that the program looks as
expected.
- assertExprDependsOn(String, String) -
Method in class mondrian.test.TestContext
- Asserts that an MDX expression depends upon a given list of dimensions.
- assertExprReturns(String, String) -
Method in class mondrian.olap.fun.FunctionTest
- Executes a scalar expression, and asserts that the result is as
expected.
- assertExprReturns(String, double, double) -
Method in class mondrian.olap.fun.FunctionTest
- Executes a scalar expression, and asserts that the result is within
delta of the expected result.
- assertExprReturns(String, String) -
Method in class mondrian.test.FoodMartTestCase
- Runs an expression and asserts that it returns a given result.
- assertExprReturns(String, String) -
Method in class mondrian.test.TestContext
- Executes an expression and asserts that it returns a given result.
- assertExprThrows(String, String) -
Method in class mondrian.test.FoodMartTestCase
- Runs an expression, and asserts that it gives an error which contains
a particular pattern.
- assertExprThrows(String, String) -
Method in class mondrian.test.TestContext
- Executes an expression, and asserts that it gives an error which contains
a particular pattern.
- assertMatchesVerbose(Pattern, String) -
Method in class mondrian.test.TestContext
- Checks that an actual string matches an expected pattern.
- assertMemberExprDependsOn(String, String) -
Method in class mondrian.test.TestContext
- Asserts that an MDX member-valued depends upon a given list of
dimensions.
- assertNative(String) -
Method in class mondrian.rolap.BatchTestCase
- Convenience method for debugging; please do not delete.
- assertNoQuerySql(String, SqlPattern[]) -
Method in class mondrian.rolap.BatchTestCase
- Checks that a given MDX query does not result in a particular SQL
statement being generated.
- assertNoQuerySql(boolean) -
Method in class mondrian.test.clearview.ClearViewBase
-
- assertNotNative(String) -
Method in class mondrian.rolap.BatchTestCase
- Convenience method for debugging; please do not delete.
- assertParameterizedExprReturns(String, String, Object...) -
Method in class mondrian.test.TestContext
- Asserts that an expression, with a given set of parameter bindings,
returns a given result.
- assertPostcondition(boolean) -
Static method in class mondrian.olap.Util
- Checks that a postcondition (declared using the javadoc
@post tag) is satisfied.
- assertPostcondition(boolean, String) -
Static method in class mondrian.olap.Util
- Checks that a postcondition (declared using the javadoc
@post tag) is satisfied.
- assertPrecondition(boolean) -
Static method in class mondrian.olap.Util
- Checks that a precondition (declared using the javadoc
@pre
tag) is satisfied.
- assertPrecondition(boolean, String) -
Static method in class mondrian.olap.Util
- Checks that a precondition (declared using the javadoc
@pre
tag) is satisfied.
- assertQueriesReturnSimilarResults(String, String, TestContext) -
Method in class mondrian.test.FoodMartTestCase
- Executes query1 and query2 and Compares the obtained measure values.
- assertQueryFails(String, String[]) -
Method in class mondrian.test.DialectTest
- Asserts that a query fails.
- assertQueryReturns(String, String) -
Method in class mondrian.test.FoodMartTestCase
- Runs a query and checks that the result is a given string.
- assertQueryReturns(String, String) -
Method in class mondrian.test.TestContext
- Executes a query and checks that the result is a given string.
- assertQuerySql(String, SqlPattern[]) -
Method in class mondrian.rolap.BatchTestCase
- Checks that a given MDX query results in a particular SQL statement
being generated.
- assertQuerySql(TestContext, String, SqlPattern[]) -
Method in class mondrian.rolap.BatchTestCase
- Checks that a given MDX query results in a particular SQL statement
being generated.
- assertQuerySql(String, SqlPattern[], boolean) -
Method in class mondrian.rolap.BatchTestCase
- Checks that a given MDX query results in a particular SQL statement
being generated.
- assertQuerySql(boolean) -
Method in class mondrian.test.clearview.ClearViewBase
-
- assertQuerySqlOrNot(TestContext, String, SqlPattern[], boolean, boolean, boolean) -
Method in class mondrian.rolap.BatchTestCase
- During MDX query parse and execution, checks that the query results
(or does not result) in a particular SQL statement being generated.
- assertQuerySucceeds(String) -
Method in class mondrian.test.DialectTest
- Asserts that a query succeeds and produces at least one row.
- assertQueryThrows(String, String) -
Method in class mondrian.test.FoodMartTestCase
- Runs a query, and asserts that it throws an exception which contains
the given pattern.
- assertQueryThrows(String, String) -
Method in class mondrian.test.TestContext
- Executes a query, and asserts that it throws an exception which contains
the given pattern.
- assertRequestSql(CellRequest[], SqlPattern[]) -
Method in class mondrian.rolap.BatchTestCase
- Checks that a given sequence of cell requests results in a
particular SQL statement being generated.
- assertRequestSql(CellRequest[], SqlPattern[], boolean) -
Method in class mondrian.rolap.BatchTestCase
- Checks that a given sequence of cell requests results in a
particular SQL statement being generated.
- assertScheduleCount(Schedule, Date, Date, int) -
Static method in class mondrian.util.ScheduleTest
-
- assertSetExprDependsOn(String, String) -
Method in class mondrian.test.TestContext
- Asserts that an MDX set-valued expression depends upon a given list of
dimensions.
- assertSimpleQuery() -
Method in class mondrian.test.TestContext
- Executes a very simple query.
- assertSize(String, int, int) -
Method in class mondrian.test.FoodMartTestCase
- Runs a query, and asserts that the result has a given number of columns
and rows.
- assertSqlEquals(String, String, int) -
Method in class mondrian.test.TestContext
- Checks that expected SQL equals actual SQL.
- assertTrue(boolean) -
Static method in class mondrian.olap.Util
- Throws an internal error if condition is not true.
- assertTrue(boolean, String) -
Static method in class mondrian.olap.Util
- Throws an internal error with the given messagee if condition is not
true.
- assertTrue(boolean) -
Static method in class mondrian.util.ScheduleUtil
-
- assertTrue(boolean, String) -
Static method in class mondrian.util.ScheduleUtil
-
- ASTERISK -
Static variable in interface mondrian.olap.ParserSym
-
- ASTERISK -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- asTupleList(List) -
Static method in class mondrian.calc.TupleCollections
- Converts an old-style list (members or member arrays) to a
TupleList.
- atan2(double, double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- atanh(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- atn(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- atom() -
Method in class mondrian.parser.MdxParserImpl
-
- AttemptToChangeTableUsage -
Variable in class mondrian.resource.MondrianResource
AttemptToChangeTableUsage is 'JdbcSchema.Table ''{0}'' already set to usage ''{1}'' and can not be reset to usage ''{2}''.'
- ATTR_HIER_IMPL -
Static variable in class mondrian.test.Ssas2005CompatibilityTest
- Whether attribute hierarchies are implemented.
- attributeBackground -
Static variable in class mondrian.gui.SchemaPropertyCellRenderer
-
- AUTH_MODE_AUTHENTICATED -
Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
- AUTH_MODE_INTEGRATED -
Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
- AUTH_MODE_UNAUTHENTICATED -
Static variable in class mondrian.xmla.DataSourcesConfig.DataSource
-
- authenticate(String, String, String) -
Method in class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
- This function is expected to do two things.
- AuthenticatingXmlaRequestCallback - Class in mondrian.xmla.impl
- This is an abstract implementation of
XmlaRequestCallback
specialized in authenticating the requests coming in. - AuthenticatingXmlaRequestCallback() -
Constructor for class mondrian.xmla.impl.AuthenticatingXmlaRequestCallback
-
- AUTHENTICATION_MODE -
Static variable in class mondrian.xmla.Enumeration
-
- AuthenticationMode -
Static variable in class mondrian.xmla.DataSourcesConfig
-
- authenticationMode -
Variable in class mondrian.xmla.DataSourcesConfig.DataSource
- Ignored.
- AUTHORIZATION -
Static variable in class mondrian.tui.MockHttpServletRequest
-
- AUTHORIZATION -
Static variable in interface mondrian.xmla.XmlaRequestCallback
-
- authorizationException(Exception) -
Static method in class mondrian.xmla.XmlaRequestCallback.Helper
-
- autoCommitFailureClosesAllResultSets() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractDatabaseMetaData
-
- available -
Variable in class mondrian.parser.SimpleCharStream
-
- avg(Evaluator, TupleList, Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- Avg -
Static variable in class mondrian.rolap.RolapAggregator
-
- AvgFunDef - Class in mondrian.olap.fun
- Definition of the
Avg MDX function. - AvgFunDef(FunDef) -
Constructor for class mondrian.olap.fun.AvgFunDef
-
- AvgRollupFailed -
Variable in class mondrian.resource.MondrianResource
AvgRollupFailed is 'Don''t know how to rollup aggregator ''avg'' because the cube doesn''t contain at least one ''count'' and one ''sum'' measures based on the same column.'
- avoidMemoryOverflow(Dialect) -
Static method in class mondrian.util.Bug
- Returns whether to avoid a test because the memory monitor may cause it
to fail.
- avoidSlowTestOnLucidDB(Dialect) -
Static method in class mondrian.util.Bug
- Returns true if we are running against
Dialect.DatabaseProduct.LUCIDDB and we wish to
avoid slow tests.
- axes -
Variable in class mondrian.olap.Query
- public-private: This must be public because it is still accessed in
rolap.RolapConnection
- axes -
Variable in class mondrian.olap.ResultBase
-
- axes -
Variable in class mondrian.rolap.agg.GroupingSetsList.Cohort
-
- axes -
Variable in class mondrian.rolap.agg.SegmentWithData
- An array of axes, one for each constraining column, containing the values
returned for that constraining column.
- Axis - Interface in mondrian.olap
- A
Axis is a component of a Result. - AXIS -
Static variable in interface mondrian.olap.ParserSym
-
- AXIS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- AXIS_IMPL -
Static variable in class mondrian.test.Ssas2005CompatibilityTest
- Whether the AXIS function has been are implemented.
- AXIS_WILDCARD -
Static variable in interface mondrian.util.SpatialValueTree
- Used as a token to represent all the values of an axis.
- axisCalcs -
Variable in class mondrian.olap.Query
-
- axisMultipliers -
Variable in class mondrian.rolap.agg.DenseSegmentDataset
-
- AxisOrdinal - Interface in mondrian.olap
AxisOrdinal describes the allowable values for an axis code.- AxisOrdinal.StandardAxisOrdinal - Enum in mondrian.olap
-
- axisSpecification() -
Method in class mondrian.parser.MdxParserImpl
-
- axisValueSets -
Variable in class mondrian.rolap.agg.AbstractSegmentBody
-
BadJdbcFactoryAccess is 'JdbcSchema Factory classname ''{0}'', illegal access.'
BadJdbcFactoryClassName is 'JdbcSchema Factory classname ''{0}'', class not found.'
BadJdbcFactoryInstantiation is 'JdbcSchema Factory classname ''{0}'', can not instantiate.'
BadLevelNameFormat is 'Context ''{0}'': The Level name ''{1}'' should be [usage hierarchy name].[level name].'
BadMeasureName is 'Context ''{0}'': Failed to find Measure name ''{1}'' for cube ''{2}''.'
BadMeasureNameFormat is 'Context ''{0}'': The Measures name ''{1}'' should be [Measures].[measure name].'
BadMeasures is 'Context ''{0}'': This name ''{1}'' must be the string "Measures".'
BadMeasureSource is 'Cube ''{0}'': Measure ''{1}'' must contain either a source column or a source expression, but not both'
BadRolapStarLeftJoinCondition is 'Context ''{0}'': Bad RolapStar left join condition type: ''{1}'' ''{2}''.'
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in
either ENCODE or DECODE mode.
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in
either ENCODE or DECODE mode.
Base64.BasicQueryTest is a test case which tests simple queries
against the FoodMart database.BatchedFillTest is a test suite which tests
complex queries against the FoodMart database.Batch related tests.Arrays.binarySearch(Object[], int, int, Object), but
available pre-JDK 1.6.
BitKey.BitKey with more than 64 bits.BitKey good for sizes less than 128.BitKey for bit counts less than 64.BitKey.boolean.BuiltinFunTable contains a list of all built-in MDX functions.CacheControl API.CacheControl.CellRegion.CacheControl.MemberEditCommand interface.CacheControl.MemberSet interface.CacheControlImpl.MemberSetPlus.CacheControlImpl.MemberSetVisitor.CacheFlushCrossjoinDimensionsInCommon is 'Cannot crossjoin cell regions which have dimensions in common.
- CacheFlushRegionMustContainMembers -
Variable in class mondrian.resource.MondrianResource
CacheFlushRegionMustContainMembers is 'Region of cells to be flushed must contain measures.'
- CacheFlushUnionDimensionalityMismatch -
Variable in class mondrian.resource.MondrianResource
CacheFlushUnionDimensionalityMismatch is 'Cannot union cell regions of different dimensionalities.
- CacheFunDef - Class in mondrian.olap.fun
- Definition of the
Cache system function, which is smart enough
to evaluate its argument only once. - CacheFunDef(String, String, String, Syntax, int, Type) -
Constructor for class mondrian.olap.fun.CacheFunDef
-
- CacheFunDef.CacheFunResolver - Class in mondrian.olap.fun
-
- CacheFunDef.CacheFunResolver() -
Constructor for class mondrian.olap.fun.CacheFunDef.CacheFunResolver
-
- cacheHelper -
Variable in class mondrian.rolap.SmartMemberReader
-
- CacheHitTest - Class in mondrian.test
- The
CacheHitTest class contains test suites that return
hit ratio of aggregation cache for various sequences of MDX queries. - CacheHitTest() -
Constructor for class mondrian.test.CacheHitTest
-
- CacheLimit -
Static variable in class mondrian.util.Format
- Maximum number of entries in the format cache used by
Format.get(String, java.util.Locale).
- cacheLock -
Variable in class mondrian.rolap.TargetBase
-
- CacheMap<S,T> - Class in mondrian.util
- Map with limited size to be used as cache.
- CacheMap(int) -
Constructor for class mondrian.util.CacheMap
- Creates an empty map with limited size.
- CacheMemberReader - Class in mondrian.rolap
CacheMemberReader implements MemberReader by reading
from a pre-populated array of Members.- CacheMemberReader(MemberSource) -
Constructor for class mondrian.rolap.CacheMemberReader
-
- cacheMgr -
Variable in class mondrian.rolap.agg.AggregationManager
-
- CachePool - Class in mondrian.rolap.cache
- A
CachePool manages the objects in a collection of
caches. - cacheSegments -
Variable in class mondrian.rolap.BatchLoader.LoadBatchResponse
- List of segments we are trying to load from the cache.
- CacheTest - Class in mondrian.test
- Cunning tests to discover whether the cache manager is working to spec
and is thread-safe.
- CacheTest() -
Constructor for class mondrian.test.CacheTest
-
- Calc - Interface in mondrian.calc
Calc is the base class for all calculable expressions.- calcIter -
Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- calcList -
Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- CalcMemberHasBadDimension -
Variable in class mondrian.resource.MondrianResource
CalcMemberHasBadDimension is 'Unknown dimension ''{0}'' for calculated member ''{1}'' in cube ''{2}'''
- CalcMemberHasBothDimensionAndHierarchy -
Variable in class mondrian.resource.MondrianResource
CalcMemberHasBothDimensionAndHierarchy is 'Cannot specify both a dimension and hierarchy for calculated member ''{0}'' in cube ''{1}'''
- CalcMemberHasDifferentParentAndHierarchy -
Variable in class mondrian.resource.MondrianResource
CalcMemberHasDifferentParentAndHierarchy is 'The calculated member ''{0}'' in cube ''{1}'' is defined for hierarchy ''{2}'' but its parent member is not part of that hierarchy'
- CalcMemberHasUnknownParent -
Variable in class mondrian.resource.MondrianResource
CalcMemberHasUnknownParent is 'Cannot find a parent with name ''{0}'' for calculated member ''{1}'' in cube ''{2}'''
- CalcMemberNotUnique -
Variable in class mondrian.resource.MondrianResource
CalcMemberNotUnique is 'Calculated member ''{0}'' already exists in cube ''{1}'''
- calcMList -
Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- CalculatedChildFunDef - Class in mondrian.olap.fun.extra
- Definition of the
CalculatedChild MDX function. - CalculatedChildFunDef() -
Constructor for class mondrian.olap.fun.extra.CalculatedChildFunDef
-
- CalculatedMember -
Variable in class mondrian.resource.MondrianResource
CalculatedMember is 'calculated member'
- calculatedMembers -
Variable in class mondrian.gui.MondrianGuiDef.Cube
- Calculated members in this cube.
- calculatedMembers -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
- Calculated members that belong to this virtual cube.
- calculatedMembers -
Variable in class mondrian.olap.MondrianDef.Cube
- Calculated members in this cube.
- calculatedMembers -
Variable in class mondrian.olap.MondrianDef.VirtualCube
- Calculated members that belong to this virtual cube.
- CalculatedSet -
Variable in class mondrian.resource.MondrianResource
CalculatedSet is 'calculated set'
- CalcWriter - Class in mondrian.calc
- Visitor which serializes an expression to text.
- CalcWriter(PrintWriter, boolean) -
Constructor for class mondrian.calc.CalcWriter
-
- call() -
Method in class mondrian.rolap.agg.SegmentCacheManager.FlushCommand
-
- call() -
Method in class mondrian.rolap.BatchLoader.LoadBatchCommand
-
- callCount -
Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
-
- camelToUpper(String) -
Static method in class mondrian.olap.Util
- Converts a camel-case name to an upper-case name with underscores.
- canAccess(OlapElement) -
Method in class mondrian.olap.DelegatingRole
-
- canAccess(OlapElement) -
Method in interface mondrian.olap.Role
- Returns whether this role is allowed to see a given element.
- canAccess(OlapElement) -
Method in class mondrian.olap.RoleImpl
-
- canAccess(OlapElement) -
Method in class mondrian.olap.UnionRoleImpl
-
- canBatch(BatchLoader.Batch) -
Method in class mondrian.rolap.BatchLoader.Batch
- Returns whether another Batch can be batched to this Batch.
- canBeNull() -
Method in class mondrian.test.loader.DBLoader.Column
-
- canCast(Collection<?>, Class<T>) -
Static method in class mondrian.olap.Util
- Returns whether it is safe to cast a collection to a collection with a
given element type.
- cancel() -
Method in class mondrian.olap.Query
- Deprecated. This method is deprecated and will be removed in mondrian-4.0
- cancel() -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- cancel() -
Method in class mondrian.server.Execution
- Cancels the execution instance.
- cancel() -
Method in interface mondrian.server.Statement
- Issues a cancel request on this statement.
- cancel() -
Method in class mondrian.server.StatementImpl
-
- cancel(boolean) -
Method in class mondrian.util.CompletedFuture
-
- cancel(boolean) -
Method in class mondrian.util.SlotFuture
-
- cancelAndCloseStatement(Statement) -
Static method in class mondrian.olap.Util
- Closes and cancels a
Statement using the correct methods
available on the current Java runtime.
- cancelAndCloseStatement(Statement) -
Method in interface mondrian.util.UtilCompatible
- Cancels and closes a SQL Statement object.
- cancelAndCloseStatement(Statement) -
Method in class mondrian.util.UtilCompatibleJdk14
-
- cancelAndCloseStatement(Statement) -
Method in class mondrian.util.UtilCompatibleJdk15
-
- cancelAndCloseStatement(Statement) -
Method in class mondrian.util.UtilCompatibleJdk16
-
- cancelCellEditing() -
Method in class mondrian.gui.SchemaPropertyCellEditor
- Tells the editor to cancel editing and not accept any partially
edited value.
- canceled -
Variable in class mondrian.server.monitor.SqlStatementEndEvent
-
- cancelRowUpdates() -
Method in class mondrian.olap4j.EmptyResultSet
-
- cancelRowUpdates() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- cancelSqlStatements() -
Method in class mondrian.server.Execution
- Called by the RolapResultShepherd when the execution needs to clean all
of its resources for whatever reasons, typically when an exception
has occurred or the execution has ended.
- canConstrain(SegmentColumn[]) -
Method in class mondrian.spi.SegmentHeader
- Checks if this header can be constrained by a given region.
- canConvert(int, Type, int, List<Resolver.Conversion>) -
Static method in class mondrian.olap.type.TypeUtil
- Returns whether we can convert an argument of a given category to a
given parameter category.
- canConvert(int, Exp, int, List<Resolver.Conversion>) -
Method in interface mondrian.olap.Validator
- Returns whether we can convert an argument to a parameter type.
- canConvert(int, Exp, int, List<Resolver.Conversion>) -
Method in class mondrian.olap.ValidatorImpl
-
- candidateLists -
Variable in class mondrian.rolap.BatchLoader.RollupInfo
-
- canDrillThrough() -
Method in interface mondrian.olap.Cell
- Returns true if drill through is possible for this Cell.
- canDrillThrough() -
Method in class mondrian.rolap.RolapCell
- Returns whether it is possible to drill through this cell.
- canEvaluate(Type) -
Static method in class mondrian.olap.type.TypeUtil
- Returns whether a value of a given type can be evaluated to a scalar
value.
- CannotDeduceTypeOfSet -
Variable in class mondrian.resource.MondrianResource
CannotDeduceTypeOfSet is 'Cannot deduce type of set'
- CannotImplicitlyConvertDimensionToHierarchy -
Variable in class mondrian.resource.MondrianResource
CannotImplicitlyConvertDimensionToHierarchy is 'The ''{0}'' dimension contains more than one hierarchy, therefore the hierarchy must be explicitly specified.'
- canRemoveFormula(String) -
Method in class mondrian.olap.Query
- Returns whether a formula can safely be removed from the query.
- caption -
Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.Cube
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.CubeDimension
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.Measure
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.NamedSet
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.Property
-
- caption -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
-
- caption -
Variable in class mondrian.olap.MondrianDef.CalculatedMember
-
- caption -
Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
-
- caption -
Variable in class mondrian.olap.MondrianDef.Cube
-
- caption -
Variable in class mondrian.olap.MondrianDef.CubeDimension
-
- caption -
Variable in class mondrian.olap.MondrianDef.Hierarchy
-
- caption -
Variable in class mondrian.olap.MondrianDef.Level
-
- caption -
Variable in class mondrian.olap.MondrianDef.Measure
-
- caption -
Variable in class mondrian.olap.MondrianDef.NamedSet
-
- caption -
Variable in class mondrian.olap.MondrianDef.Property
-
- caption -
Variable in class mondrian.olap.MondrianDef.VirtualCube
-
- caption -
Variable in class mondrian.olap.OlapElementBase
-
- CAPTION -
Static variable in class mondrian.olap.Property
- Definition of the internal property which
holds a member's caption.
- caption -
Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
-
- CAPTION_ORDINAL -
Static variable in class mondrian.olap.Property
-
- captionColumn -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- captionColumn -
Variable in class mondrian.olap.MondrianDef.Level
-
- captionExp -
Variable in class mondrian.gui.MondrianGuiDef.Level
- The SQL expression used to populate this level's caption.
- captionExp -
Variable in class mondrian.olap.MondrianDef.Level
- The SQL expression used to populate this level's caption.
- captionExp -
Variable in class mondrian.rolap.RolapLevel
- The column or expression which yields the level members' caption.
- CaptionTest - Class in mondrian.test
- Unit test special "caption" settings.
- CaptionTest() -
Constructor for class mondrian.test.CaptionTest
-
- CaptionTest.MyFoodmart - Class in mondrian.test
- created from foodmart.xml via perl script,
some captions added.
- CaptionTest.MyFoodmart() -
Constructor for class mondrian.test.CaptionTest.MyFoodmart
-
- cardinality() -
Method in class mondrian.rolap.BitKey.Big
-
- cardinality() -
Method in interface mondrian.rolap.BitKey
- Returns the number of bits set.
- cardinality() -
Method in class mondrian.rolap.BitKey.Mid128
-
- cardinality() -
Method in class mondrian.rolap.BitKey.Small
-
- CartesianProductList<T> - Class in mondrian.util
- List that generates the cartesian product of its component lists.
- CartesianProductList(List<List<T>>) -
Constructor for class mondrian.util.CartesianProductList
-
- CASE -
Static variable in interface mondrian.olap.ParserSym
-
- CASE -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- caseExpression() -
Method in class mondrian.parser.MdxParserImpl
-
- CaseMatchFunDef - Class in mondrian.olap.fun
- Definition of the matched
CASE MDX operator. - CaseSensitive -
Variable in class mondrian.olap.MondrianProperties
- Boolean property that controls whether the MDX parser resolves uses
case-sensitive matching when looking up identifiers.
- caseSensitiveCompareName(String, String) -
Static method in class mondrian.olap.Util
- Compares two names.
- CaseTestFunDef - Class in mondrian.olap.fun
- Definition of the tested
CASE MDX operator. - CaseTestFunDef(FunDef) -
Constructor for class mondrian.olap.fun.CaseTestFunDef
-
- caseWhenElse(String, String, String) -
Method in interface mondrian.spi.Dialect
- Generates a conditional statement in this dialect's syntax.
- caseWhenElse(String, String, String) -
Method in class mondrian.spi.impl.AccessDialect
-
- caseWhenElse(String, String, String) -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- CAST -
Static variable in interface mondrian.olap.ParserSym
-
- cast(Set<?>) -
Static method in class mondrian.olap.Util
- Casts a Set to a Set with a different element type.
- cast(List<?>) -
Static method in class mondrian.olap.Util
- Casts a List to a List with a different element type.
- CAST -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- CastFunDef - Class in mondrian.olap.fun
- Definition of the
CAST MDX operator. - CastInvalidType -
Variable in class mondrian.resource.MondrianResource
CastInvalidType is 'Unknown type ''{0}''; values are NUMERIC, STRING, BOOLEAN'
- castToIterable(Object) -
Static method in class mondrian.olap.Util
- Casts a collection to iterable.
- castToNonEmptyCJConstraint(TupleConstraint) -
Method in class mondrian.rolap.TargetBase
-
- castType(Type, int) -
Static method in class mondrian.olap.fun.FunDefBase
- Converts a type to a different category, maintaining as much type
information as possible.
- CATALOG -
Static variable in class mondrian.gui.JdbcTreeModel.Node
-
- CATALOG -
Static variable in class mondrian.xmla.XmlaBaseTestCase
-
- CATALOG_LOCATOR -
Static variable in class mondrian.xmla.test.XmlaTestContext
-
- CATALOG_NAME -
Static variable in class mondrian.olap.CubeBase
- constraints indexes for adSchemaMembers
http://msdn.microsoft.com/library/psdk/dasdk/mdx8h4k.htm
check "Restrictions in the MEMBER Rowset" under MEMBER Rowset section
- CATALOG_NAME -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the name of the current catalog.
- CATALOG_NAME -
Static variable in class mondrian.tui.XmlaSupport
-
- CATALOG_NAME -
Static variable in class mondrian.xmla.test.XmlaTestContext
-
- CATALOG_NAME_GETTER -
Static variable in enum mondrian.xmla.RowsetDefinition
-
- CATALOG_NAME_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CATALOG_NAME_PROP -
Static variable in class mondrian.xmla.XmlaBaseTestCase
-
- CATALOG_PROP -
Static variable in class mondrian.xmla.XmlaBaseTestCase
-
- CatalogFinder - Interface in mondrian.olap4j
- Strategy to locate schemas and catalogs.
- CatalogLocator - Interface in mondrian.spi
- Abstract layer for locating catalog schema content.
- CatalogLocatorImpl - Class in mondrian.spi.impl
- CatalogLocator which returns the catalog URI unchanged.
- CatalogLocatorImpl() -
Constructor for class mondrian.spi.impl.CatalogLocatorImpl
-
- catalogName -
Variable in class mondrian.gui.JdbcMetaData.Database
-
- catalogNameUrls -
Variable in class mondrian.xmla.XmlaBaseTestCase
-
- catalogs -
Variable in class mondrian.gui.JdbcTreeModel
-
- catalogs -
Variable in class mondrian.xmla.DataSourcesConfig.Catalogs
- The list of catalogs.
- catalogs -
Variable in class mondrian.xmla.DataSourcesConfig.DataSource
- One or more Catalogs.
- CatalogURL -
Variable in class mondrian.olap.MondrianProperties
- Property that contains the URL of the catalog to be used by
CmdRunner and XML/A Test.
- Category - Class in mondrian.olap
Category enumerates the possible expression types.- category -
Variable in class mondrian.olap.Literal
-
- category -
Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
-
- catNameCond() -
Method in class mondrian.xmla.Rowset
-
- causeGC(MemoryMonitor) -
Method in class mondrian.util.MemoryMonitorTest
- Get the difference between the maximum memory and the used memory
and divide that by 1000.
- cBool(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- cByte(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- cdata -
Variable in class mondrian.gui.MondrianGuiDef.Annotation
-
- cdata -
Variable in class mondrian.gui.MondrianGuiDef.Formula
-
- cdata -
Variable in class mondrian.gui.MondrianGuiDef.Hint
-
- cdata -
Variable in class mondrian.gui.MondrianGuiDef.Script
-
- cdata -
Variable in class mondrian.gui.MondrianGuiDef.SQL
-
- cdata -
Variable in class mondrian.gui.MondrianGuiDef.Value
-
- cdata -
Variable in class mondrian.olap.MondrianDef.Annotation
-
- cdata -
Variable in class mondrian.olap.MondrianDef.Formula
-
- cdata -
Variable in class mondrian.olap.MondrianDef.Hint
-
- cdata -
Variable in class mondrian.olap.MondrianDef.Script
-
- cdata -
Variable in class mondrian.olap.MondrianDef.SQL
-
- cdata -
Variable in class mondrian.olap.MondrianDef.Value
-
- cdata -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
-
- cdataTextArea -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- cdataTextArea -
Variable in class mondrian.gui.SchemaPropertyCellRenderer
-
- cDate(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- cDbl(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- ceiling(Calendar) -
Static method in class mondrian.util.ScheduleUtil
- Returns a calendar rounded up to the next midnight, unless it is already
midnight.
- Cell - Interface in mondrian.olap
- A
Cell is an item in the grid of a Result. - CELL -
Static variable in interface mondrian.olap.ParserSym
-
- CELL -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- CELL_EVALUATION_LIST -
Static variable in class mondrian.olap.Property
-
- CELL_EVALUATION_LIST_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CELL_EXTENSIONS -
Static variable in class mondrian.olap4j.MondrianOlap4jProperty
- Map of cell properties that are built into Mondrian but are not in the
olap4j standard.
- CELL_FORMATTER -
Static variable in class mondrian.olap.Property
- Definition of the property which holds the
name of the class which formats cell values of this member.
- CELL_FORMATTER_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CELL_FORMATTER_SCRIPT -
Static variable in class mondrian.olap.Property
- Definition of the property which holds the
script with which to format cell values of this member.
- CELL_FORMATTER_SCRIPT_LANGUAGE -
Static variable in class mondrian.olap.Property
- Definition of the property which holds the
name of the scripting language in which a scripted cell formatter is
implemented, e.g.
- CELL_FORMATTER_SCRIPT_LANGUAGE_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CELL_FORMATTER_SCRIPT_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CELL_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CELL_ORDINAL_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CellCacheEvent - Class in mondrian.server.monitor
- Event concerning the cell cache.
- CellCacheEvent(long, int, int, long, long, CellCacheEvent.Source) -
Constructor for class mondrian.server.monitor.CellCacheEvent
- Creates a CellCacheEvent.
- CellCacheEvent.Source - Enum in mondrian.server.monitor
- Enumeration of sources of a cell cache segment.
- cellCacheHitCount -
Variable in class mondrian.server.monitor.ConnectionInfo
-
- cellCacheHitCount -
Variable in class mondrian.server.monitor.ExecutionEndEvent
-
- cellCacheHitCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- cellCacheHitCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- cellCacheHitCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- cellCacheMissCount -
Variable in class mondrian.server.monitor.ConnectionInfo
-
- cellCacheMissCount -
Variable in class mondrian.server.monitor.ExecutionEndEvent
-
- cellCacheMissCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- cellCacheMissCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- cellCacheMissCount() -
Method in class mondrian.server.monitor.ServerInfo
-
- cellCacheMissCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- cellCachePendingCount -
Variable in class mondrian.server.monitor.ConnectionInfo
-
- cellCachePendingCount -
Variable in class mondrian.server.monitor.ExecutionEndEvent
-
- cellCachePendingCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- cellCachePendingCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- cellCachePendingCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- cellCacheRequestCount -
Variable in class mondrian.server.monitor.ConnectionInfo
-
- cellCacheRequestCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- cellCacheRequestCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- cellCacheRequestCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- CellCacheSegmentCreateEvent - Class in mondrian.server.monitor
- Creation of a segment in the cell cache.
- CellCacheSegmentCreateEvent(long, int, int, long, long, int, int, CellCacheEvent.Source) -
Constructor for class mondrian.server.monitor.CellCacheSegmentCreateEvent
- Creates a CellCacheSegmentCreateEvent.
- CellCacheSegmentDeleteEvent - Class in mondrian.server.monitor
- Deletion of a segment from the cell cache.
- CellCacheSegmentDeleteEvent(long, int, int, long, long, int, CellCacheEvent.Source) -
Constructor for class mondrian.server.monitor.CellCacheSegmentDeleteEvent
- Creates a CellCacheSegmentCreateEvent.
- cellCoordinateCount -
Variable in class mondrian.server.monitor.ServerInfo
- The sum of the dimensionality of every cells currently in cache.
- cellCount -
Variable in class mondrian.server.monitor.ServerInfo
- The number of cells currently in cache.
- cellFormatter -
Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
- Cell formatter.
- cellFormatter -
Variable in class mondrian.gui.MondrianGuiDef.Measure
- Cell formatter.
- CellFormatter - Interface in mondrian.olap
- Deprecated. Use
CellFormatter. This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0. - cellFormatter -
Variable in class mondrian.olap.MondrianDef.CalculatedMember
- Cell formatter.
- cellFormatter -
Variable in class mondrian.olap.MondrianDef.Measure
- Cell formatter.
- CellFormatter - Interface in mondrian.spi
- An SPI to format the cell values.
- cellFormatter(Scripts.ScriptDefinition) -
Static method in class mondrian.spi.impl.Scripts
- Creates an implementation of the
CellFormatter SPI based on
a script.
- CellFormatterLoadFailed -
Variable in class mondrian.resource.MondrianResource
CellFormatterLoadFailed is 'Failed to load formatter class ''{0}'' for member ''{1}''.'
- cellIter(Result) -
Static method in class mondrian.test.TestContext
- Returns an iterator over cells in a result.
- cellIter(CellSet) -
Static method in class mondrian.test.TestContext
- Returns an iterator over cells in an olap4j cell set.
- CellKey - Interface in mondrian.rolap
- A
CellKey is used as a key in maps which access cells by their
position.- CellKey.Four - Class in mondrian.rolap
-
- CellKey.Generator - Class in mondrian.rolap
-
- CellKey.Generator() -
Constructor for class mondrian.rolap.CellKey.Generator
-
- CellKey.Many - Class in mondrian.rolap
-
- CellKey.Many(int[]) -
Constructor for class mondrian.rolap.CellKey.Many
- Creates a Many.
- CellKey.One - Class in mondrian.rolap
-
- CellKey.Three - Class in mondrian.rolap
-
- CellKey.Two - Class in mondrian.rolap
-
- CellKey.Zero - Class in mondrian.rolap
-
- CellKeyTest - Class in mondrian.rolap
- Test that the implementations of the CellKey interface are correct.
- CellKeyTest() -
Constructor for class mondrian.rolap.CellKeyTest
-
- CellKeyTest(String) -
Constructor for class mondrian.rolap.CellKeyTest
-
- CellProperty - Class in mondrian.olap
- Represents Cell Property.
- CellProperty(Object) -
Constructor for class mondrian.olap.CellProperty
-
- CellPropertyTest - Class in mondrian.olap
- Test for
Cell Property.- CellPropertyTest() -
Constructor for class mondrian.olap.CellPropertyTest
-
- cellPropLongs -
Static variable in class mondrian.xmla.XmlaHandler.MDDataSet
-
- cellProps -
Static variable in class mondrian.xmla.XmlaHandler.MDDataSet
-
- CellReader - Interface in mondrian.rolap
- A
CellReader finds the cell value for the current context
held by evaluator. - cellReader -
Variable in class mondrian.rolap.RolapEvaluator
-
- CellRequest - Class in mondrian.rolap.agg
- A
CellRequest contains the context necessary to get a cell
value from a star. - CellRequest(RolapStar.Measure, boolean, boolean) -
Constructor for class mondrian.rolap.agg.CellRequest
- Creates a
CellRequest.
- cellRequestCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- cellRequestCount -
Variable in class mondrian.server.monitor.SqlStatementStartEvent
-
- cellRequestCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- CellRequestQuantumExceededException - Exception in mondrian.rolap.agg
- Signals that there are enough outstanding cell requests that it is
worth terminating this phase of execution and asking the segment cache
for all of the cells that have been asked for.
- cellRequests -
Variable in class mondrian.rolap.BatchLoader.LoadBatchResponse
- List of cell requests that will be satisfied by segments we are
trying to load from the cache (or create by rolling up).
- cellSet -
Variable in class mondrian.xmla.XmlaHandler.MDDataSet
-
- cellSetMetaData -
Variable in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- cf -
Variable in class mondrian.rolap.RolapResult.CellFormatterValueFormatter
-
- changeListener -
Variable in class mondrian.rolap.MemberCacheHelper
-
- changeListener -
Variable in class mondrian.rolap.MemberNoCacheHelper
-
- CHAPTERS -
Static variable in interface mondrian.olap.ParserSym
-
- CHAPTERS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- characters(String) -
Method in class mondrian.xmla.impl.DefaultSaxWriter
-
- characters(String) -
Method in class mondrian.xmla.impl.JsonSaxWriter
-
- characters(String) -
Method in interface mondrian.xmla.SaxWriter
-
- charcase -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
-
- charEncoding -
Variable in class mondrian.xmla.XmlaServlet
-
- check() -
Method in class mondrian.rolap.aggmatcher.Recognizer
- Return true if the candidate aggregate table was successfully mapped into
the fact table.
- check() -
Method in class mondrian.test.loader.CsvDBLoader
-
- check() -
Method in class mondrian.test.loader.DBLoader
-
- checkBugMondrian355(String) -
Method in class mondrian.test.SchemaTest
-
- checkCacheStatus() -
Method in class mondrian.rolap.MemberCacheHelper
-
- checkCacheStatus() -
Method in class mondrian.rolap.MemberNoCacheHelper
-
- checkCacheStatus() -
Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
-
- checkCacheStatus() -
Method in class mondrian.rolap.SmartMemberReader
-
- checkCancelOrTimeout() -
Method in class mondrian.olap.Query
- Deprecated. This method will be removed in mondrian-4.0
- checkCancelOrTimeout() -
Method in class mondrian.server.Execution
- Checks the state of this Execution and throws an exception
if something is wrong.
- checkCancelOrTimeout() -
Method in interface mondrian.server.Statement
- Deprecated. This method will be removed in mondrian-4.0; use
Execution.checkCancelOrTimeout()
- checkCancelOrTimeout() -
Method in class mondrian.server.StatementImpl
-
- checkCJResultLimit(long) -
Static method in class mondrian.olap.Util
- Check the resultSize against the result limit setting.
- checkCompatible(Exp, Exp, FunDef) -
Static method in class mondrian.olap.fun.FunUtil
- Throws an error if the expressions don't have the same hierarchy.
- checkCrossJoin(RolapEvaluator, FunDef, Exp[], boolean) -
Method in class mondrian.rolap.sql.CrossJoinArgFactory
- Checks for
CrossJoin(<set1>, <set2>), where
set1 and set2 are one of
member.children, level.members or
member.descendants.
- checkCrossJoinArg(RolapEvaluator, Exp) -
Method in class mondrian.rolap.sql.CrossJoinArgFactory
- Scans for memberChildren, levelMembers, memberDescendants, crossJoin.
- checkCrossJoinArg(RolapEvaluator, Exp, boolean) -
Method in class mondrian.rolap.sql.CrossJoinArgFactory
- Checks whether an expression can be natively evaluated.
- checkDirectory(String) -
Static method in class mondrian.test.loader.CsvDBLoader
-
- checkFactCount() -
Method in class mondrian.rolap.aggmatcher.Recognizer
- Make sure that the aggregate table has one fact count column and that its
type is numeric.
- checkForeignKeys() -
Method in class mondrian.rolap.aggmatcher.Recognizer
- This method checks the foreign key columns.
- checkHierarchies(MemberType[]) -
Static method in class mondrian.olap.type.TupleType
- Checks that there are no duplicate dimensions in a list of member types.
- checkIgnores() -
Method in class mondrian.rolap.aggmatcher.Recognizer
- Check all columns to be marked as ignore.
- Checkin7641UseOptimizer -
Static variable in class mondrian.util.Bug
-
- Checkin_7634 - Class in mondrian.rolap.aggmatcher
- Checkin 7634 attempted to correct a problem demonstrated by this
junit.
- Checkin_7634() -
Constructor for class mondrian.rolap.aggmatcher.Checkin_7634
-
- Checkin_7634(String) -
Constructor for class mondrian.rolap.aggmatcher.Checkin_7634
-
- Checkin_7641 - Class in mondrian.rolap.aggmatcher
- Checkin 7641 attempted to correct a problem demonstrated by this
junit.
- Checkin_7641() -
Constructor for class mondrian.rolap.aggmatcher.Checkin_7641
-
- Checkin_7641(String) -
Constructor for class mondrian.rolap.aggmatcher.Checkin_7641
-
- checkInList(SqlQuery, BitKey) -
Method in class mondrian.rolap.agg.AndPredicate
-
- checkInList(BitKey) -
Method in class mondrian.rolap.agg.ValueColumnPredicate
-
- checkIterListResultStyles(Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- checkLevels(List<JdbcSchema.Table.Column.Usage>) -
Method in class mondrian.rolap.aggmatcher.Recognizer
- This method identifies those columns in the aggregate table that match
"collapsed" dimension columns.
- checkListResultStyles(Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- checkMeasures() -
Method in class mondrian.rolap.aggmatcher.DefaultRecognizer
- Create measures for an aggregate table.
- checkMeasures() -
Method in class mondrian.rolap.aggmatcher.ExplicitRecognizer
- Make the measures for this aggregate table.
- checkMeasures() -
Method in class mondrian.rolap.aggmatcher.Recognizer
- Check all measure columns returning the number of measure columns.
- checkMemberOrdinal(Member) -
Method in class mondrian.olap4j.MondrianOlap4jExtra
-
- checkMemberOrdinal(Member) -
Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
- checkMonikerValid(String) -
Method in class mondrian.olap.UtilTestCase
-
- checkNative(int, int, String) -
Method in class mondrian.rolap.BatchTestCase
- Runs a query twice, with native crossjoin optimization enabled and
disabled.
- checkNative(int, int, String, String, boolean) -
Method in class mondrian.rolap.BatchTestCase
- Runs a query twice, with native crossjoin optimization enabled and
disabled.
- checkNative(String, Result) -
Static method in class mondrian.rolap.BatchTestCase
-
- checkNosMeasures(int) -
Method in class mondrian.rolap.aggmatcher.Recognizer
- Make sure there was at least one measure column identified.
- checkNotNative(int, String) -
Method in class mondrian.rolap.BatchTestCase
- Make sure the mdx runs correctly and not in native mode.
- checkNotNative(int, String, String) -
Method in class mondrian.rolap.BatchTestCase
- Makes sure the MDX runs correctly and not in native mode.
- checkNotNative(String, Result) -
Static method in class mondrian.rolap.BatchTestCase
-
- checkPoset(PartiallyOrderedSet.Ordering<Integer>, boolean, Iterable<Integer>, boolean) -
Method in class mondrian.util.PartiallyOrderedSetTest
-
- checkThrowable(Throwable, String) -
Static method in class mondrian.test.TestContext
-
- checkUnusedColumns() -
Method in class mondrian.rolap.aggmatcher.Recognizer
- If everything is ok, issue warning for each aggTable column
that has not been identified as a FACT_COLUMN, MEASURE_COLUMN or
LEVEL_COLUMN.
- checkValid() -
Method in interface mondrian.olap.fun.Resolver.Conversion
- Checks the viability of implicit conversions.
- CHEVRON_END -
Static variable in class mondrian.test.loader.CsvLoader
-
- CHEVRON_START -
Static variable in class mondrian.test.loader.CsvLoader
-
- CHH_AUTHORIZATION_CODE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CHH_AUTHORIZATION_FAULT_FS -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CHH_CODE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CHH_FAULT_FS -
Static variable in interface mondrian.xmla.XmlaConstants
-
- ChildByNameConstraint - Class in mondrian.rolap
- Constraint which optimizes the search for a child by name.
- ChildByNameConstraint(Id.Segment) -
Constructor for class mondrian.rolap.ChildByNameConstraint
- Creates a
ChildByNameConstraint.
- childColumn -
Variable in class mondrian.gui.MondrianGuiDef.Closure
-
- childColumn -
Variable in class mondrian.olap.MondrianDef.Closure
-
- childLevelHasApproxRowCount() -
Method in class mondrian.rolap.RolapMemberBase
-
- children -
Variable in class mondrian.gui.JdbcTreeModel.Node
-
- children -
Variable in class mondrian.rolap.agg.ListPredicate
-
- children -
Variable in class mondrian.rolap.aggmatcher.AggStar.Table
-
- CHILDREN_CARDINALITY -
Static variable in class mondrian.olap.Property
- Definition of the property which holds the
number of children this member has.
- CHILDREN_CARDINALITY_ORDINAL -
Static variable in class mondrian.olap.Property
-
- ChooseAggregateByVolume -
Variable in class mondrian.olap.MondrianProperties
- Boolean property that controls whether aggregate tables
are ordered by their volume or row count.
- chooseAggStar(TupleConstraint, Evaluator) -
Method in class mondrian.rolap.SqlTupleReader
- Obtains the AggStar instance which corresponds to an aggregate table
which can be used to support the member constraint.
- chooseDrillThroughCube(Member[], RolapCube) -
Static method in class mondrian.rolap.RolapCell
-
- chooseGrowCapacity(int, double, double) -
Method in class mondrian.util.ObjectPool
-
- chooseHighWaterMark(int, double) -
Method in class mondrian.util.ObjectPool
-
- chooseLowWaterMark(int, double) -
Method in class mondrian.util.ObjectPool
-
- chooseQuery(Dialect) -
Method in class mondrian.rolap.sql.SqlQuery.CodeSet
- Chooses the code variant which best matches the given Dialect.
- chooseResponseMimeType(String) -
Static method in class mondrian.xmla.XmlaUtil
- Chooses the appropriate response mime type given an HTTP "Accept" header.
- ChooseRunnable - Interface in mondrian.test
- Similar to
Runnable, except classes which implement
ChooseRunnable choose what to do based upon an integer
parameter. - chooseRunnable -
Variable in class mondrian.test.TestCaseForker
-
- chr(int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- chrB(int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- chrW(int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- ChunkBitCount -
Static variable in class mondrian.rolap.BitKey.AbstractBitKey
-
- chunkCount(int) -
Static method in class mondrian.rolap.BitKey.AbstractBitKey
- Returns the number of chunks required for a given number of bits.
- chunkPos(int) -
Static method in class mondrian.rolap.BitKey.AbstractBitKey
- Returns which chunk a given bit falls into.
- ci -
Variable in class mondrian.rolap.RolapCell
-
- cInt(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- classifyMembers(TupleList, NativizeSetFunDef.SubstitutionMap) -
Method in class mondrian.olap.fun.NativizeSetFunDef.CrossJoinAnalyzer
-
- className -
Variable in class mondrian.gui.MondrianGuiDef.CellFormatter
-
- className -
Variable in class mondrian.gui.MondrianGuiDef.MemberFormatter
-
- className -
Variable in class mondrian.gui.MondrianGuiDef.PropertyFormatter
-
- className -
Variable in class mondrian.gui.MondrianGuiDef.UserDefinedFunction
-
- className -
Variable in class mondrian.olap.MondrianDef.CellFormatter
-
- className -
Variable in class mondrian.olap.MondrianDef.MemberFormatter
-
- className -
Variable in class mondrian.olap.MondrianDef.PropertyFormatter
-
- className -
Variable in class mondrian.olap.MondrianDef.UserDefinedFunction
-
- clear() -
Method in class mondrian.calc.impl.ListTupleList
-
- clear() -
Method in class mondrian.calc.impl.UnaryTupleList
-
- clear() -
Method in class mondrian.olap.Util.AbstractFlatList
-
- clear() -
Method in class mondrian.recorder.AbstractRecorder
- Resets this MessageRecorder.
- clear() -
Method in class mondrian.recorder.ListRecorder
-
- clear() -
Method in interface mondrian.recorder.MessageRecorder
- Clear all context, warnings and errors from the MessageRecorder.
- clear() -
Method in class mondrian.rolap.aggmatcher.JdbcSchema
-
- clear(int) -
Method in class mondrian.rolap.BitKey.Big
-
- clear() -
Method in class mondrian.rolap.BitKey.Big
-
- clear(int) -
Method in interface mondrian.rolap.BitKey
- Sets the bit specified by the index to
false.
- clear() -
Method in interface mondrian.rolap.BitKey
- Sets all of the bits in this BitKey to
false.
- clear(int) -
Method in class mondrian.rolap.BitKey.Mid128
-
- clear() -
Method in class mondrian.rolap.BitKey.Mid128
-
- clear(int) -
Method in class mondrian.rolap.BitKey.Small
-
- clear() -
Method in class mondrian.rolap.BitKey.Small
-
- clear() -
Method in class mondrian.rolap.cache.HardSmartCache
-
- clear() -
Method in interface mondrian.rolap.cache.SmartCache
-
- clear() -
Method in class mondrian.rolap.cache.SoftSmartCache
-
- clear() -
Method in interface mondrian.rolap.RolapResult.CellInfoContainer
- Removes all CellInfo objects from container.
- clear() -
Method in class mondrian.rolap.RolapResult.CellInfoMap
-
- clear() -
Method in class mondrian.rolap.RolapResult.CellInfoPool
-
- clear() -
Method in class mondrian.rolap.RolapSchema.Pool
-
- clear() -
Method in class mondrian.rolap.SmartMemberListCache
-
- clear() -
Method in class mondrian.test.loader.DBLoader
- Undoes all of the database table creations performed
when the load method was called.
- clear() -
Method in class mondrian.util.CacheMap
-
- clear() -
Method in class mondrian.util.ConcatenableList
-
- clear() -
Method in class mondrian.util.ObjectPool
- Removes all objects from the pool but keeps the current size of
the internal storage.
- clear() -
Method in class mondrian.util.PartiallyOrderedSet
-
- clear(SpatialValueTree.SpatialRegion<K, E>) -
Method in interface mondrian.util.SpatialValueTree
- Clears all the values found at the provided region
key.
- clear(SpatialValueTree2.SpatialRegion) -
Method in interface mondrian.util.SpatialValueTree2
- Removes a region from the tree.
- clear() -
Method in class mondrian.util.UnsupportedList
-
- clearAggStarList() -
Method in class mondrian.rolap.RolapStar
- Clears the list of agg stars.
- clearAllDBs() -
Static method in class mondrian.rolap.aggmatcher.JdbcSchema
-
- clearAndHardenCache(MemberCacheHelper) -
Method in class mondrian.rolap.NonEmptyTest
-
- clearAttributes() -
Method in class mondrian.tui.MockHttpServletRequest
-
- clearBatch() -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- clearCache(String) -
Method in class mondrian.test.CacheHitTest
- Clears aggregation cache
- clearCachedAggregations() -
Method in class mondrian.rolap.RolapCube
- Clear the in memory aggregate cache associated with this Cube, but
only if Disabling Caching has been enabled.
- clearCachedAggregations(boolean) -
Method in class mondrian.rolap.RolapCube
- Clear the in memory aggregate cache associated with this Cube.
- clearCachedAggregations(boolean) -
Method in class mondrian.rolap.RolapStar
- Clears the aggregate cache.
- clearContent() -
Method in class mondrian.tui.MockHttpServletResponse.MockServletOutputStream
-
- clearDB(DataSource) -
Static method in class mondrian.rolap.aggmatcher.JdbcSchema
- Clears information in a JdbcSchema associated with a DataSource.
- clearDB(JdbcSchema) -
Method in interface mondrian.rolap.aggmatcher.JdbcSchema.Factory
-
- clearDB(JdbcSchema) -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.StdFactory
-
- clearError() -
Method in class mondrian.tui.CmdRunner
-
- clearEvalCache() -
Method in class mondrian.olap.Query
- Remove all entries in the evaluation cache
- clearExpResultCache(boolean) -
Method in class mondrian.rolap.RolapEvaluator
-
- clearHeader(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- clearParameters() -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- clearParameters() -
Method in class mondrian.tui.MockHttpServletRequest
-
- clearPool() -
Method in class mondrian.rolap.RolapConnectionPool
- Clears the connection pool for testing purposes
- clearResultCache(boolean) -
Method in class mondrian.rolap.RolapEvaluatorRoot
- Clears the expression result cache.
- clearThreadLocalClassName() -
Static method in class mondrian.calc.ExpCompiler.Factory
- Clears the class name (regardless of whether a class name was set).
- clearThreadLocalClassName() -
Static method in class mondrian.util.MemoryMonitorFactory
- Clears the class name (regardless of whether a class name was set).
- ClearViewBase - Class in mondrian.test.clearview
ClearViewBase is the base class to build test cases which test
queries against the FoodMart database.- ClearViewBase() -
Constructor for class mondrian.test.clearview.ClearViewBase
-
- ClearViewBase(String) -
Constructor for class mondrian.test.clearview.ClearViewBase
-
- clearWarnings() -
Method in class mondrian.olap4j.EmptyResultSet
-
- clearWarnings() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- clearWarnings() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- clearWarnings() -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- CLIENT_FAULT_FC -
Static variable in interface mondrian.xmla.XmlaConstants
-
- clone() -
Method in class mondrian.calc.DummyExp
-
- clone() -
Method in class mondrian.mdx.DimensionExpr
-
- clone() -
Method in class mondrian.mdx.HierarchyExpr
-
- clone() -
Method in class mondrian.mdx.LevelExpr
-
- clone() -
Method in class mondrian.mdx.MemberExpr
-
- clone() -
Method in class mondrian.mdx.NamedSetExpr
-
- clone() -
Method in class mondrian.mdx.ParameterExpr
-
- clone() -
Method in class mondrian.mdx.ResolvedFunCall
-
- clone() -
Method in class mondrian.mdx.UnresolvedFunCall
-
- clone() -
Method in class mondrian.olap.EnumeratedValues
-
- clone() -
Method in interface mondrian.olap.Exp
-
- clone() -
Method in class mondrian.olap.ExpBase
-
- clone() -
Method in class mondrian.olap.Formula
-
- clone() -
Method in class mondrian.olap.Id
-
- clone() -
Method in class mondrian.olap.Literal
-
- clone() -
Method in class mondrian.olap.MemberProperty
-
- clone() -
Method in class mondrian.olap.OlapElementBase
-
- clone() -
Method in class mondrian.olap.Query
-
- clone() -
Method in class mondrian.olap.QueryAxis
-
- clone() -
Method in class mondrian.olap.RoleImpl
-
- clone() -
Method in class mondrian.olap.SetBase
-
- clone() -
Method in class mondrian.olap.Util.PropertyList
-
- clone(SegmentColumn[]) -
Method in class mondrian.spi.SegmentHeader
- Creates a clone of this header by replacing some of the
constrained columns in the process.
- clone() -
Method in class mondrian.util.ByteString
-
- cloneArray(Exp[]) -
Static method in class mondrian.olap.ExpBase
-
- cloneArray(Formula[]) -
Static method in class mondrian.olap.Formula
-
- cloneArray(MemberProperty[]) -
Static method in class mondrian.olap.MemberProperty
-
- cloneArray(QueryAxis[]) -
Static method in class mondrian.olap.QueryAxis
-
- cloneEmpty() -
Method in class mondrian.rolap.sql.SqlQuery
- Creates an empty
SqlQuery with the same environment as this
one.
- cloneList(int) -
Method in class mondrian.calc.impl.ArrayTupleList
-
- cloneList(int) -
Method in class mondrian.calc.impl.DelegatingTupleList
-
- cloneList(int) -
Method in class mondrian.calc.impl.ListTupleList
-
- cloneList(int) -
Method in class mondrian.calc.impl.UnaryTupleList
-
- cloneList(int) -
Method in interface mondrian.calc.TupleList
- Creates a copy of this list that has the same type and has a given
capacity.
- cloneListWithColumn(RolapStar.Column, List<StarColumnPredicate>) -
Static method in class mondrian.rolap.agg.AbstractColumnPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in class mondrian.rolap.agg.ListColumnPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in class mondrian.rolap.agg.LiteralStarPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in class mondrian.rolap.agg.MemberColumnPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in class mondrian.rolap.agg.MinusStarPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in class mondrian.rolap.agg.RangeColumnPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in class mondrian.rolap.agg.ValueColumnPredicate
-
- cloneWithColumn(RolapStar.Column) -
Method in interface mondrian.rolap.StarColumnPredicate
- This method is required because unfortunately some ColumnPredicate
objects are created without a column.
- close() -
Method in interface mondrian.olap.Connection
- Closes this
Connection.
- close() -
Method in class mondrian.olap.Query
- Deprecated. This method will be removed in mondrian-4.0.
- close() -
Method in interface mondrian.olap.Result
-
- close() -
Method in class mondrian.olap.ResultBase
-
- close() -
Method in class mondrian.olap4j.EmptyResultSet
-
- close() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- close() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- close() -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- close() -
Method in class mondrian.rolap.ResultLoader
- Closes internal statement.
- close() -
Method in class mondrian.rolap.RolapConnection
-
- close() -
Method in class mondrian.rolap.RolapConnection.NonEmptyResult
-
- close() -
Method in class mondrian.rolap.RolapResult
-
- close() -
Method in class mondrian.rolap.SqlStatement
- Closes all resources (statement, result set) held by this
SqlStatement.
- close() -
Method in class mondrian.rolap.SqlStatement.MyDelegatingInvocationHandler
- Helper method to implement
ResultSet.close().
- close() -
Method in class mondrian.rolap.Target
-
- close() -
Method in class mondrian.rolap.TargetBase
-
- close() -
Method in interface mondrian.server.Statement
- Closes this statement.
- close() -
Method in class mondrian.test.loader.CsvLoader
-
- close() -
Method in class mondrian.test.loader.DBLoader
- Releases resources.
- close() -
Method in class mondrian.test.TestContext
-
- close() -
Method in class mondrian.util.Base64.OutputStream
- Flushes and closes (I think, in the superclass) the stream.
- close() -
Method in class mondrian.xmla.XmlaHandler.MDDataSet
-
- close() -
Method in class mondrian.xmla.XmlaHandler.TabularRowSet
-
- closeConnection() -
Method in class mondrian.gui.JdbcMetaData
-
- closed -
Variable in class mondrian.olap4j.MondrianOlap4jCellSet
-
- closeFileWriter() -
Method in class mondrian.test.loader.DBLoader
-
- closeOnCompletion -
Variable in class mondrian.olap4j.MondrianOlap4jStatement
- Support for
#closeOnCompletion() method.
- closeOnCompletion(Object) -
Static method in class mondrian.test.Olap4jTest
- Calls
java.sql.Statement#closeOnCompletion() via reflection.
- ClosingPeriodResolver -
Static variable in class mondrian.olap.fun.OpeningClosingPeriodFunDef
-
- closure -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- closure -
Variable in class mondrian.olap.MondrianDef.Level
-
- closureColumnBitKey -
Variable in class mondrian.rolap.RolapCube
-
- closureFor -
Variable in class mondrian.rolap.RolapHierarchy
-
- CmdRunner - Class in mondrian.tui
- Command line utility which reads and executes MDX commands.
- CmdRunner(CmdRunner.Options, PrintWriter) -
Constructor for class mondrian.tui.CmdRunner
- Creates a
CmdRunner.
- CmdRunner.Options - Class in mondrian.tui
-
- CmdRunner.Options() -
Constructor for class mondrian.tui.CmdRunner.Options
-
- CmdRunnerTest - Class in mondrian.test
- Unit test for
CmdRunner. - CmdRunnerTest() -
Constructor for class mondrian.test.CmdRunnerTest
-
- CmdRunnerTest(String) -
Constructor for class mondrian.test.CmdRunnerTest
-
- cmp(Format.FDBigInt) -
Method in class mondrian.util.Format.FDBigInt
- Compare FDBigInt with another FDBigInt.
- cnt -
Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- CoalesceEmptyFunDef - Class in mondrian.olap.fun
- Definition of the
CoalesceEmpty MDX function. - CoalesceEmptyFunDef(ResolverBase, int, int[]) -
Constructor for class mondrian.olap.fun.CoalesceEmptyFunDef
-
- code -
Variable in class mondrian.util.Format.BasicFormat
-
- code -
Variable in class mondrian.util.Format.Token
-
- CodeComplianceTest - Class in mondrian.test.build
- Omnibus code compliance test to wrap various ant tasks that check the code
base, such checkFile, as macker, Javadoc, preambles, and so on.
- CodeComplianceTest(String) -
Constructor for class mondrian.test.build.CodeComplianceTest
- Creates a CodeComplianceTest.
- collapsed -
Variable in class mondrian.olap.MondrianDef.AggLevel
-
- collapsed -
Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
-
- collectArguments(Map<String, Object>) -
Method in class mondrian.calc.impl.AbstractCalc
- Collects any other arguments to this calc.
- collectArguments(Map<String, Object>) -
Method in class mondrian.calc.impl.ConstantCalc
-
- collectArguments(Map<String, Object>) -
Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef.FixedCalcImpl
-
- collectColumns(Collection<RolapStar.Column>, RolapStar.Table, MondrianDef.Column) -
Static method in class mondrian.rolap.RolapStar
- Collects all columns in this table and its children.
- COLON -
Static variable in interface mondrian.olap.ParserSym
-
- COLON -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- colsDataType -
Variable in class mondrian.gui.JdbcMetaData.DbTable
- sorted map key=column, value=data type of column
- COLUMN -
Static variable in class mondrian.gui.JdbcTreeModel.Node
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.AggColumnName
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.AggLevel
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.AggMeasure
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.Measure
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.Property
-
- column -
Variable in class mondrian.gui.MondrianGuiDef.Value
-
- column -
Variable in class mondrian.olap.MondrianDef.AggColumnName
-
- column -
Variable in class mondrian.olap.MondrianDef.AggLevel
-
- column -
Variable in class mondrian.olap.MondrianDef.AggMeasure
-
- column -
Variable in class mondrian.olap.MondrianDef.Level
-
- column -
Variable in class mondrian.olap.MondrianDef.Measure
-
- column -
Variable in class mondrian.olap.MondrianDef.Property
-
- column -
Variable in class mondrian.olap.MondrianDef.Value
-
- column -
Variable in class mondrian.parser.SimpleCharStream
-
- column -
Variable in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
-
- COLUMN_NAMES_TAG -
Static variable in class mondrian.test.loader.CsvDBLoader
-
- COLUMN_TYPES_TAG -
Static variable in class mondrian.test.loader.CsvDBLoader
-
- columnDefinitions -
Variable in enum mondrian.xmla.RowsetDefinition
-
- columnDefs -
Variable in class mondrian.gui.MondrianGuiDef.InlineTable
-
- columnDefs -
Variable in class mondrian.olap.MondrianDef.InlineTable
-
- columnExpression -
Variable in class mondrian.spi.SegmentColumn
-
- columnInfo -
Variable in class mondrian.gui.JdbcExplorer.Node
-
- COLUMNS -
Static variable in interface mondrian.olap.ParserSym
-
- COLUMNS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- columns -
Variable in class mondrian.rolap.agg.ListPredicate
-
- columns -
Variable in class mondrian.rolap.agg.Segment
- This is set in the load method and is used during
the processing of a particular aggregate load.
- columns -
Variable in class mondrian.rolap.BatchLoader.Batch
-
- columns -
Variable in class mondrian.rolap.BatchTestCase.CellRequestConstraint
-
- columnSize -
Variable in class mondrian.gui.JdbcMetaData.DbColumn
-
- columnsOK(RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) -
Method in class mondrian.rolap.aggmatcher.DefaultRules
- Uses the
DefaultRecognizer Recognizer to determine if the
given aggTable's columns all match upto the dbFactTable's columns (where
present) making the column usages as a result.
- columnsOK(RolapStar, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) -
Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- Checks that ALL of the columns in the dbTable have a mapping in the
tableDef.
- columnType -
Variable in enum mondrian.xmla.RowsetDefinition.Type
-
- columnValue(DBLoader.Column, Object) -
Method in class mondrian.test.loader.DBLoader
- Convert the columns value to a string based upon its column type.
- combineArgs(List<CrossJoinArg[]>) -
Method in class mondrian.rolap.RolapNativeCrossJoin
-
- CombiningGenerator<E> - Class in mondrian.util
- A list that, given a collection of elements, contains every possible
combination of those objects (also known as the
power set of those
objects).
- CombiningGenerator(Collection<E>) -
Constructor for class mondrian.util.CombiningGenerator
- Creates a CombiningGenerator.
- COMMA -
Static variable in interface mondrian.olap.ParserSym
-
- COMMA -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- commaList(String, List<T>) -
Static method in class mondrian.olap.Util
- Converts a list of a string.
- commandLoop(boolean) -
Method in class mondrian.tui.CmdRunner
-
- commandLoop(File) -
Method in class mondrian.tui.CmdRunner
-
- commandLoop(String, boolean) -
Method in class mondrian.tui.CmdRunner
-
- commandLoop(Reader, boolean) -
Method in class mondrian.tui.CmdRunner
- The Command Loop where lines are read from the InputStream and
interpreted.
- commit() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- commit() -
Method in interface mondrian.rolap.CacheControlImpl.MemberEditCommandPlus
-
- COMPARATOR -
Static variable in class mondrian.rolap.RolapStar.Column
-
- comparator() -
Method in class mondrian.util.ArraySortedSet
-
- compare(Object, Object) -
Method in class mondrian.olap.fun.FunUtil.DescendingValueComparator
-
- compare(Object, Object) -
Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- compare(int, int) -
Static method in class mondrian.olap.Util
- Compares integer values.
- compare(Comparable, Comparable) -
Method in class mondrian.olap.Util.SqlNullSafeComparator
-
- compare(RolapMember, RolapMember, boolean) -
Method in class mondrian.rolap.CacheMemberReader
-
- compare(RolapMember, RolapMember, boolean) -
Method in class mondrian.rolap.DelegatingMemberReader
-
- compare(RolapMember, RolapMember, boolean) -
Method in interface mondrian.rolap.MemberReader
- Compares two members according to their order in a prefix ordered
traversal.
- compare(RolapMember, RolapMember, boolean) -
Method in class mondrian.rolap.NoCacheMemberReader
-
- compare(RolapCube, RolapCube) -
Method in class mondrian.rolap.RolapCube.CubeComparator
-
- compare(RolapStar.Column, RolapStar.Column) -
Method in class mondrian.rolap.RolapStar.ColumnComparator
-
- compare(RolapMember, RolapMember, boolean) -
Method in class mondrian.rolap.SmartMemberReader
-
- compare(RolapMember, RolapMember, boolean) -
Method in class mondrian.rolap.SqlMemberSource
-
- compare(RolapMember, RolapMember, boolean) -
Method in class mondrian.rolap.SubstitutingMemberReader
-
- compareHierarchically(Member, Member, boolean) -
Static method in class mondrian.olap.fun.FunUtil
- Compares a pair of members according to their positions in a
prefix-order (or postfix-order, if
post is true) walk
over a hierarchy.
- compareKey(Object, Object) -
Static method in class mondrian.olap.Util
- Returns the result of ((Comparable) k1).compareTo(k2), with
special-casing for the fact that Boolean only became
comparable in JDK 1.5.
- compareMembersHierarchically(Member, Member) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- compareMembersHierarchically(Member, Member) -
Method in interface mondrian.olap.SchemaReader
- Compares a pair of
Members according to their order in a prefix
traversal.
- compareMembersHierarchically(Member, Member) -
Method in class mondrian.rolap.RolapSchemaReader
-
- compareName(String, String) -
Static method in class mondrian.olap.Util
- Compares two names.
- compareResults() -
Method in class mondrian.test.comp.ResultComparator
-
- compareSiblingMembers(Member, Member) -
Static method in class mondrian.olap.fun.FunUtil
- Compares two members which are known to have the same parent.
- CompareSiblingsByOrderKey -
Variable in class mondrian.olap.MondrianProperties
- Boolean property that controls whether sibling members are
compared according to order key value fetched from their ordinal
expression.
- compareTo(FunInfo) -
Method in class mondrian.olap.fun.FunInfo
-
- compareTo(Object) -
Method in class mondrian.olap.fun.FunUtil.OrderKey
-
- compareTo(Object) -
Method in class mondrian.olap.fun.TestMember
-
- compareTo(Object) -
Method in class mondrian.rolap.agg.ValueColumnPredicate
-
- compareTo(BitKey) -
Method in class mondrian.rolap.BitKey.Big
-
- compareTo(BitKey) -
Method in class mondrian.rolap.BitKey.Mid128
-
- compareTo(BitKey) -
Method in class mondrian.rolap.BitKey.Small
-
- compareTo(Object) -
Method in class mondrian.rolap.DelegatingRolapMember
-
- compareTo(Object) -
Method in class mondrian.rolap.RolapCubeMember
-
- compareTo(Object) -
Method in class mondrian.rolap.RolapMemberBase
- Compares this member to another
RolapMemberBase.
- compareTo(Object) -
Method in class mondrian.rolap.RolapUtil.RolapUtilComparable
-
- compareTo(ByteString) -
Method in class mondrian.util.ByteString
-
- compareTo(Pair<L, R>) -
Method in class mondrian.util.Pair
-
- compareTo(Triple<T0, T1, T2>) -
Method in class mondrian.util.Triple
-
- compareToBig(BitKey.Big) -
Method in class mondrian.rolap.BitKey.Mid128
-
- compareToBig(BitKey.Big) -
Method in class mondrian.rolap.BitKey.Small
-
- compareUnsigned(long, long) -
Static method in class mondrian.rolap.BitKey.AbstractBitKey
- Performs unsigned comparison on two
long values.
- compareUnsignedArrays(long[], long[]) -
Static method in class mondrian.rolap.BitKey.AbstractBitKey
- Compares a pair of
long arrays, using unsigned comparison
semantics and padding to the left with 0s.
- compareValues(double, double) -
Static method in class mondrian.olap.fun.FunUtil
- Compares double-precision values according to MDX semantics.
- compareValues(Object, Object) -
Static method in class mondrian.olap.fun.FunUtil
- Compares two cell values.
- CompatibilityTest - Class in mondrian.test
CompatibilityTest is a test case which tests
MDX syntax compatibility with Microsoft and SAS servers.- CompatibilityTest(String) -
Constructor for class mondrian.test.CompatibilityTest
-
- compatibleWith(Format.FormatType) -
Method in class mondrian.util.Format.Token
-
- compile(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression.
- compile(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
- Compiles an expression.
- compile(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compile(ExpCompiler) -
Method in interface mondrian.calc.ParameterCompilable
-
- compile() -
Method in class mondrian.olap.Formula
-
- compile(Exp) -
Method in class mondrian.olap.fun.ResultStyleCompiler
-
- compile(ExpCompiler) -
Method in class mondrian.olap.ParameterImpl
-
- compile(ExpCompiler, ResultStyle) -
Method in class mondrian.olap.QueryAxis
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.CalculatedMemberSqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.CompositeSqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.IifSqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.InfixOpSqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.IsEmptySqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.MatchingSqlCompiler
-
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.NumberSqlCompiler
-
- compile(Exp) -
Method in interface mondrian.rolap.RolapNativeSql.SqlCompiler
- Returns SQL.
- compile(Exp) -
Method in class mondrian.rolap.RolapNativeSql.StoredMeasureSqlCompiler
-
- compile(ExpCompiler) -
Method in class mondrian.rolap.RolapSchemaParameter
-
- compileArgs(Exp, RolapNativeSql.SqlCompiler) -
Method in class mondrian.rolap.RolapNativeSql.FunCallSqlCompilerBase
- compiles the arguments of a FunCall
- compileAs(Exp, Type, List<ResultStyle>) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression to a given result type.
- compileAs(Exp, Type, List<ResultStyle>) -
Method in class mondrian.calc.impl.AbstractExpCompiler
- Compiles an expression to a given result type.
- compileAs(Exp, Type, List<ResultStyle>) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileAs(Exp, Type, List<ResultStyle>) -
Method in class mondrian.olap.fun.ResultStyleCompiler
-
- compileBoolean(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
boolean result.
- compileBoolean(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileBoolean(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.AddCalculatedMembersFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.AggregateFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.AncestorFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.AsFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.AvgFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CacheFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CaseMatchFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CaseTestFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CastFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CoalesceEmptyFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CorrelationFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CountFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CovarianceFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CrossJoinFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DescendantsFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DimensionDimensionFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DimensionsNumericFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DimensionsStringFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DistinctFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DrilldownLevelFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DrilldownLevelTopBottomFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.DrilldownMemberFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ExceptFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ExistsFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.extra.CalculatedChildFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.extra.NthQuartileFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ExtractFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.FilterFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.FormatFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.FunDefBase
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.GenerateFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.HeadTailFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.HierarchizeFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.HierarchyCurrentMemberFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.HierarchyDimensionFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.IifFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.IntersectFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.IsEmptyFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.IsFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.IsNullFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.JavaFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LastPeriodsFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LeadLagFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LevelDimensionFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LevelHierarchyFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LevelMembersFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LinReg
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.LinReg.PointFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.MedianFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.MemberDimensionFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.MemberHierarchyFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.MemberLevelFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.MemberOrderKeyFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.MinMaxFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.NamedSetCurrentFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.NamedSetCurrentOrdinalFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.NativizeSetFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.NonEmptyCrossJoinFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.OpeningClosingPeriodFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.OrderFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ParallelPeriodFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ParenthesesFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.PercentileFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.PeriodsToDateFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.PropertiesFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.RangeFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.RankFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.SetFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.SetItemFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.SetToStrFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.StdevFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.StdevPFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.StrToMemberFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.StrToSetFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.StrToTupleFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.SubsetFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.SumFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler, ResultStyle) -
Method in class mondrian.olap.fun.SumFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ToggleDrillStateFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.TopBottomCountFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.TopBottomPercentSumFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.TupleFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.TupleItemFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.TupleToStrFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.UnionFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.UnorderFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.ValidMeasureFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.VarFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.VarPFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.VisualTotalsFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.XtdFunDef
-
- compileCall(ResolvedFunCall, ExpCompiler) -
Method in interface mondrian.olap.FunDef
- Converts a call to this function into executable objects.
- compileCall2(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.RankFunDef
-
- compileCall3(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.RankFunDef
-
- compileCallImmutableList(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CrossJoinFunDef
-
- compileCallIterable(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CrossJoinFunDef
-
- compileCallIterable(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.FilterFunDef
- Returns an IterCalc.
- compileCallList(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.FilterFunDef
- Returns a ListCalc.
- compileCallMutableList(ResolvedFunCall, ExpCompiler) -
Method in class mondrian.olap.fun.CrossJoinFunDef
-
- compileDateTime(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
Date result.
- compileDateTime(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileDateTime(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compiledExps -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- compileDimension(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
Dimension result.
- compileDimension(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileDimension(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileDouble(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
double result.
- compileDouble(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileDouble(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileExpression(Exp, boolean, ResultStyle) -
Method in class mondrian.olap.Query
- Compiles an expression, using a cached compiled expression if available.
- compileExpression(String, boolean) -
Method in class mondrian.test.TestContext
- Compiles a scalar expression in the context of the default cube.
- compileHierarchy(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
Hierarchy result.
- compileHierarchy(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileHierarchy(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileInteger(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields an
int result.
- compileInteger(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileInteger(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileIter(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields an immutable
Iterable result.
- compileIter(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileIter(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileLevel(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
Level result.
- compileLevel(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileLevel(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileList(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields an immutable
TupleList
result.
- compileList(Exp, boolean) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields
TupleList result.
- compileList(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileList(Exp, boolean) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileList(Exp, boolean) -
Method in class mondrian.calc.impl.BetterExpCompiler
-
- compileList(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileList(Exp, boolean) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileMember(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
Member result.
- compileMember(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileMember(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compiler -
Variable in class mondrian.rolap.RolapNativeSql.CalculatedMemberSqlCompiler
-
- compiler -
Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
-
- compilers -
Variable in class mondrian.rolap.RolapNativeSql.CompositeSqlCompiler
-
- compileScalar(Exp, boolean) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression to yield a scalar result.
- compileScalar(Exp, boolean) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileScalar(Exp, boolean) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileScript(Class<T>, String, String) -
Static method in class mondrian.olap.Util
- Compiles a script to yield a Java interface.
- compileScript(Class<T>, String, String) -
Method in interface mondrian.util.UtilCompatible
- Compiles a script to yield a Java interface.
- compileScript(Class<T>, String, String) -
Method in class mondrian.util.UtilCompatibleJdk14
-
- compileScript(Class<T>, String, String) -
Method in class mondrian.util.UtilCompatibleJdk15
-
- compileScript(Class<T>, String, String) -
Method in class mondrian.util.UtilCompatibleJdk16
-
- compileString(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a
String result.
- compileString(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileString(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- compileTuple(Exp) -
Method in interface mondrian.calc.ExpCompiler
- Compiles an expression which yields a tuple result.
- compileTuple(Exp) -
Method in class mondrian.calc.impl.AbstractExpCompiler
-
- compileTuple(Exp) -
Method in class mondrian.calc.impl.BetterExpCompiler
-
- compileTuple(Exp) -
Method in class mondrian.calc.impl.DelegatingExpCompiler
-
- completeBeforeElement(String) -
Method in class mondrian.xmla.impl.DefaultSaxWriter
-
- completeBeforeElement(String) -
Method in class mondrian.xmla.impl.JsonSaxWriter
-
- completeBeforeElement(String) -
Method in interface mondrian.xmla.SaxWriter
-
- CompletedFuture<V> - Class in mondrian.util
- Implementation of
Future that has already completed. - CompletedFuture(V, ExecutionException) -
Constructor for class mondrian.util.CompletedFuture
- Creates a CompletedFuture.
- component -
Variable in class mondrian.server.Locus
-
- Composite - Class in mondrian.util
- Composite collections.
- Composite() -
Constructor for class mondrian.util.Composite
-
- compositeCache -
Variable in class mondrian.rolap.agg.SegmentCacheManager
-
- CompositeList<T> - Class in mondrian.util
- List composed of several lists.
- CompositeList(List<? extends T>...) -
Constructor for class mondrian.util.CompositeList
- Creates a composite list.
- compoundId() -
Method in class mondrian.parser.MdxParserImpl
-
- compoundPredicateList -
Variable in class mondrian.rolap.agg.AggregationKey
- List of StarPredicate (representing the predicate
defining the compound member).
- compoundPredicateList -
Variable in class mondrian.rolap.agg.Segment
-
- compoundPredicates -
Variable in class mondrian.spi.SegmentHeader
-
- CompoundSlicer -
Variable in class mondrian.resource.MondrianResource
CompoundSlicer is 'WHERE clause expression returned set with more than one element.'
- CompoundSlicerTest - Class in mondrian.test
- Tests the expressions used for calculated members.
- CompoundSlicerTest() -
Constructor for class mondrian.test.CompoundSlicerTest
- Creates a CompoundSlicerTest.
- CompoundSlicerTest(String) -
Constructor for class mondrian.test.CompoundSlicerTest
- Creates a CompoundSlicerTest with a given name.
- computeCalculated(Member.MemberType) -
Method in class mondrian.olap.fun.VisualTotalsFunDef.VisualTotalMember
-
- computeCalculated(Member.MemberType) -
Method in class mondrian.olap.MemberBase
- Computes the value to be returned by
MemberBase.isCalculated(), so it can
be cached in a variable.
- computeCalculated(Member.MemberType) -
Method in class mondrian.rolap.RolapCalculatedMember
-
- computeCalculated(Member.MemberType) -
Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.CubeType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.DimensionType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.HierarchyType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.LevelType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.MemberType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.ScalarType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.SetType
-
- computeCommonType(Type, int[]) -
Method in class mondrian.olap.type.TupleType
-
- computeCommonType(Type, int[]) -
Method in interface mondrian.olap.type.Type
- Returns a Type which is more general than this and the given Type.
- computeCommonType(boolean, Type...) -
Static method in class mondrian.olap.type.TypeUtil
- Returns a type sufficiently broad to hold any value of several types,
but as narrow as possible.
- computeHashCode() -
Method in class mondrian.olap.OlapElementBase
- Computes this object's hash code.
- computeHashCode() -
Method in class mondrian.rolap.agg.AggregationKey
-
- computeHashCode(BitKey, RolapStar, Collection<BitKey>) -
Static method in class mondrian.rolap.agg.AggregationKey
-
- computeHashCode() -
Method in class mondrian.rolap.RolapCubeHierarchy
-
- computeHashCode() -
Method in class mondrian.rolap.RolapHierarchy
-
- computeTuples(Evaluator) -
Method in class mondrian.olap.fun.NativizeSetFunDef.NativeListCalc
-
- con -
Variable in class mondrian.rolap.BatchTestCase.TestCase
- Mondrian connection.
- CONCAT -
Static variable in interface mondrian.olap.ParserSym
-
- CONCAT -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- ConcatenableList<T> - Class in mondrian.util
- List backed by a collection of sub-lists.
- ConcatenableList() -
Constructor for class mondrian.util.ConcatenableList
- Creates an empty ConcatenableList.
- ConcurrentMdxTest - Class in mondrian.test
- Runs specified set of MDX queries concurrently.
- ConcurrentMdxTest() -
Constructor for class mondrian.test.ConcurrentMdxTest
-
- ConcurrentValidatingQueryRunner - Class in mondrian.test
- Utility class to run set of MDX queries in multiple threads and
validate the results.
- ConcurrentValidatingQueryRunner(int, boolean, FoodMartTestCase.QueryAndResult[]) -
Constructor for class mondrian.test.ConcurrentValidatingQueryRunner
- Runs concurrent queries without flushing cache.
- ConcurrentValidatingQueryRunner(int, boolean, boolean, FoodMartTestCase.QueryAndResult[]) -
Constructor for class mondrian.test.ConcurrentValidatingQueryRunner
- Runs concurrent queries with random cache flush.
- conn -
Variable in class mondrian.gui.JdbcMetaData
-
- connect(String, Properties) -
Method in class mondrian.olap4j.MondrianOlap4jDriver
-
- connection -
Variable in class mondrian.gui.JdbcTreeModel
-
- connection -
Variable in class mondrian.gui.QueryPanel
-
- Connection - Interface in mondrian.olap
- Connection to a multi-dimensional database.
- connection -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- connection -
Variable in class mondrian.rolap.Test
-
- ConnectionBase - Class in mondrian.olap
ConnectionBase implements some of the methods in
Connection.- ConnectionBase() -
Constructor for class mondrian.olap.ConnectionBase
-
- connectionCurrentlyOpenCount() -
Method in class mondrian.server.monitor.ServerInfo
-
- connectionEndCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- ConnectionEndEvent - Class in mondrian.server.monitor
- Event indicating that a connection has been closed.
- ConnectionEndEvent(long, int, int) -
Constructor for class mondrian.server.monitor.ConnectionEndEvent
- Creates a ConnectionEndEvent.
- ConnectionEvent - Class in mondrian.server.monitor
- Event concerning a connection.
- ConnectionEvent(long, int, int) -
Constructor for class mondrian.server.monitor.ConnectionEvent
- Creates a ConnectionEvent.
- connectionFactory -
Variable in class mondrian.xmla.XmlaHandler
-
- connectionId -
Variable in class mondrian.server.monitor.ConnectionEvent
- Connection identifier.
- connectionId -
Variable in class mondrian.server.monitor.ExecutionEvent
- Identifier of the connection.
- connectionId -
Variable in class mondrian.server.monitor.StatementEvent
- Identifier of the connection.
- ConnectionInfo - Class in mondrian.server.monitor
- Information about a Mondrian connection.
- ConnectionInfo(int, int, int, int, int, int, int, int) -
Constructor for class mondrian.server.monitor.ConnectionInfo
-
- connectionStartCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- ConnectionStartEvent - Class in mondrian.server.monitor
- Event indicating that a connection has been created.
- ConnectionStartEvent(long, int, int) -
Constructor for class mondrian.server.monitor.ConnectionStartEvent
- Creates a ConnectionStartEvent.
- ConnectionString -
Static variable in class mondrian.test.StandAlone
-
- ConnectStringMandatoryProperties -
Variable in class mondrian.resource.MondrianResource
ConnectStringMandatoryProperties is 'Connect string must contain property ''{0}'' or property ''{1}'''
- consolidate() -
Method in class mondrian.util.ConcatenableList
- Performs a load of all elements into memory, removing sequential
access advantages.
- constainsColumn(String) -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- Return true if this table contains a column with the given name.
- Constant -
Static variable in class mondrian.olap.Category
Constant is a flag which, when bitwise-OR-ed with a
category value, indicates a constant (as opposed to an expression).
- constantBoolean(boolean) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given boolean.
- ConstantCalc - Class in mondrian.calc.impl
- Calculator which always returns the same value.
- ConstantCalc(Type, Object) -
Constructor for class mondrian.calc.impl.ConstantCalc
-
- ConstantCalcTest - Class in mondrian.calc.impl
- Test for
ConstantCalc - ConstantCalcTest() -
Constructor for class mondrian.calc.impl.ConstantCalcTest
-
- constantDimension(Dimension) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given dimension.
- constantDouble(double) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given double.
- constantHierarchy(Hierarchy) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given hierarchy.
- constantInteger(int) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given integer.
- constantLevel(Level) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given level.
- constantMember(Member) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given member.
- constantNull(Type) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to null.
- constantString(String) -
Static method in class mondrian.calc.impl.ConstantCalc
- Creates an expression which evaluates to a given string.
- constrain(SegmentColumn[]) -
Method in class mondrian.spi.SegmentHeader
- Applies a set of exclusions to this segment header and returns
a new segment header representing the original one to which a
region has been excluded.
- constrainedColsBitKey -
Variable in class mondrian.spi.SegmentHeader
-
- constrainedColumn -
Variable in class mondrian.rolap.agg.AbstractColumnPredicate
-
- constrainedColumns -
Variable in class mondrian.rolap.BatchLoader.RollupInfo
-
- constrainedColumnsBitKey -
Variable in class mondrian.rolap.agg.Segment
-
- constrainedColumnsBitKey -
Variable in class mondrian.rolap.BatchLoader.RollupInfo
-
- constrainLevel(RolapLevel, SqlQuery, RolapCube, AggStar, String, boolean) -
Static method in class mondrian.rolap.SqlConstraintUtils
- Generates a sql expression constraining a level by some value
- constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) -
Method in class mondrian.rolap.RolapCubeLevel.AllLevelReaderImpl
-
- constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) -
Method in interface mondrian.rolap.RolapCubeLevel.LevelReader
- Adds constraints to a cache region for a member of this level.
- constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) -
Method in class mondrian.rolap.RolapCubeLevel.NullLevelReader
-
- constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) -
Method in class mondrian.rolap.RolapCubeLevel.ParentChildLevelReaderImpl
-
- constrainRegion(StarColumnPredicate, RolapCube, RolapCacheRegion) -
Method in class mondrian.rolap.RolapCubeLevel.RegularLevelReader
-
- constrainRequest(RolapCubeMember, RolapCube, CellRequest) -
Method in class mondrian.rolap.RolapCubeLevel.AllLevelReaderImpl
-
- constrainRequest(RolapCubeMember, RolapCube, CellRequest) -
Method in interface mondrian.rolap.RolapCubeLevel.LevelReader
- Adds constraints to a cell request for a member of this level.
- constrainRequest(RolapCubeMember, RolapCube, CellRequest) -
Method in class mondrian.rolap.RolapCubeLevel.NullLevelReader
-
- constrainRequest(RolapCubeMember, RolapCube, CellRequest) -
Method in class mondrian.rolap.RolapCubeLevel.ParentChildLevelReaderImpl
-
- constrainRequest(RolapCubeMember, RolapCube, CellRequest) -
Method in class mondrian.rolap.RolapCubeLevel.RegularLevelReader
-
- constraint -
Variable in class mondrian.rolap.SqlTupleReader
-
- constructSuite(DiffRepository, Class) -
Static method in class mondrian.test.clearview.ClearViewBase
-
- contains(Object) -
Method in class mondrian.olap.Util.AbstractFlatList
-
- contains(SegmentHeader) -
Method in class mondrian.rolap.agg.MockSegmentCache
-
- contains(SegmentHeader) -
Method in class mondrian.rolap.agg.SegmentCacheWorker
- Returns whether there is a cached segment body available
for a given segment header.
- contains(SegmentHeader) -
Method in class mondrian.rolap.cache.MemorySegmentCache
-
- contains(RolapSchema) -
Method in class mondrian.rolap.RolapSchema.Pool
-
- contains(SegmentHeader) -
Method in interface mondrian.spi.SegmentCache
- Checks if the cache contains a
SegmentBody corresponding
to the supplied SegmentHeader.
- contains(String[], String) -
Static method in class mondrian.test.TestContext
-
- contains(Object) -
Method in class mondrian.util.ArraySortedSet
-
- contains(T) -
Method in class mondrian.util.ObjectPool
- Returns true it the Object is already in the ObjectPool and false
otherwise.
- contains(Object) -
Method in class mondrian.util.PartiallyOrderedSet
-
- contains(Object) -
Method in class mondrian.util.UnsupportedList
-
- containsAggregateFunction() -
Method in interface mondrian.rolap.RolapCalculation
- Returns whether this calculation contains an aggregate function.
- containsAggregateFunction() -
Method in class mondrian.rolap.RolapMemberBase
-
- containsAggregateFunction() -
Method in class mondrian.rolap.RolapMemberCalculation
-
- containsAggregateFunction() -
Method in class mondrian.rolap.RolapTupleCalculation
-
- containsAll(Collection<?>) -
Method in class mondrian.olap.Util.AbstractFlatList
-
- containsAll(Collection<?>) -
Method in class mondrian.util.UnsupportedList
-
- containsCalculatedMember(Member[]) -
Static method in class mondrian.rolap.SqlConstraintUtils
-
- containsColumn(RolapStar.Column) -
Method in class mondrian.rolap.RolapStar.Table
-
- containsColumn(String) -
Method in class mondrian.rolap.RolapStar.Table
- Returns whether this table has a column with the given name.
- containsHeader(String) -
Method in class mondrian.tui.MockHttpServletResponse
- Returns a boolean indicating whether the named response header has
already been set.
- containsKey(Object) -
Method in class mondrian.util.CacheMap
-
- containsValue(Object) -
Method in class mondrian.util.CacheMap
-
- CONTENT_PROP -
Static variable in class mondrian.xmla.XmlaBasicTest
-
- context -
Variable in class mondrian.test.DelegatingTestContext
-
- CONTEXT_MIME_TYPE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_ROLE_NAME -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_PASSWORD -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_SESSION_ID -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_SESSION_STATE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_SESSION_STATE_BEGIN -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_SESSION_STATE_END -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_SESSION_STATE_WITHIN -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CONTEXT_XMLA_USERNAME -
Static variable in interface mondrian.xmla.XmlaConstants
-
- contextDestroyed(ServletContextEvent) -
Method in class mondrian.web.taglib.Listener
-
- contextInitialized(ServletContextEvent) -
Method in class mondrian.web.taglib.Listener
-
- CONTRIBUTING_CHILDREN -
Static variable in class mondrian.olap.Property
- Deprecated. Property is not used and will be removed in mondrian-4.0;
use
SchemaReader.getParentChildContributingChildren(mondrian.olap.Member, mondrian.olap.Hierarchy, java.util.List)
- CONTRIBUTING_CHILDREN_ORDINAL -
Static variable in class mondrian.olap.Property
-
- convert(Object) -
Method in class mondrian.olap.ParameterImpl
-
- convert(List<IdentifierSegment>) -
Static method in class mondrian.olap.Util
- Converts a list of olap4j-style segments to a list of mondrian-style
segments.
- convert(IdentifierSegment) -
Static method in class mondrian.olap.Util
- Converts an olap4j-style segment to a mondrian-style segment.
- convert(SegmentHeader, SegmentBody) -
Method in interface mondrian.rolap.agg.SegmentBuilder.SegmentConverter
-
- convert(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.agg.SegmentBuilder.SegmentConverterImpl
-
- convert(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.agg.SegmentBuilder.StarSegmentConverter
-
- convert(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.BatchLoader.LoadBatchResponse
-
- convertAggregator(JdbcSchema.Table.Column.Usage, RolapAggregator) -
Method in class mondrian.rolap.aggmatcher.Recognizer
- Figure out what aggregator should be associated with a column usage.
- convertAggregator(JdbcSchema.Table.Column.Usage, RolapAggregator, RolapAggregator) -
Method in class mondrian.rolap.aggmatcher.Recognizer
- The method chooses a special aggregator for the aggregate table column's
usage.
- convertBack(Object) -
Static method in class mondrian.olap.ParameterImpl
-
- convertChildren(RolapStar.Table) -
Method in class mondrian.rolap.aggmatcher.AggStar.Table
- Convert the child tables of a RolapStar.Table into
child AggStar.DimTable tables.
- convertColumns(RolapStar.Table) -
Method in class mondrian.rolap.aggmatcher.AggStar.Table
- Convert a RolapStar.Table table's columns into
AggStar.Table.Level columns.
- convertColumnTypeToName(Set<JdbcSchema.UsageType>) -
Static method in class mondrian.rolap.aggmatcher.JdbcSchema
- Maps from column type enum to column type name or list of names if the
parameter represents more than on usage.
- converterMap -
Variable in class mondrian.rolap.BatchLoader.LoadBatchResponse
-
- convertFoodMart() -
Method in class mondrian.rolap.Test
-
- convertInlineTableToRelation(MondrianDef.InlineTable, Dialect) -
Static method in class mondrian.rolap.RolapUtil
-
- convertMemberName(String) -
Method in class mondrian.rolap.RolapCubeHierarchy
- Converts the unique name of a member of the underlying hierarchy to
the appropriate name for this hierarchy.
- convertOlap4jConnectStringToNativeMondrian(String) -
Static method in class mondrian.olap.Util
- Converts an olap4j connect string into a legacy mondrian connect string.
- convertPercentageToThreshold(int) -
Method in class mondrian.util.AbstractMemoryMonitor
- Converts a percentage threshold to its corresponding memory value,
(percentage * maximum-memory / 100).
- convertStackToString(Throwable) -
Static method in class mondrian.olap.Util
- Converts an error into an array of strings, the most recent error first.
- convertTable(RolapStar.Table, String) -
Method in class mondrian.rolap.aggmatcher.AggStar.Table
- Converts a
RolapStar.Table into a
AggStar.DimTable as well as converting all columns and
child tables.
- convertThresholdToPercentage(long) -
Method in class mondrian.util.AbstractMemoryMonitor
- Converts a memory value to its percentage.
- convertThresholdToPercentage(long, long) -
Static method in class mondrian.util.MemoryMonitorTest
-
- convertToNodes(XPathResult) -
Static method in class mondrian.tui.XmlUtil
- Convert an XPathResult to an array of Nodes.
- convertToString(XPathResult, boolean) -
Static method in class mondrian.tui.XmlUtil
- Convert an XPathResult object to String.
- coordinateCount -
Variable in class mondrian.server.monitor.CellCacheSegmentCreateEvent
-
- coordinateCount -
Variable in class mondrian.server.monitor.CellCacheSegmentDeleteEvent
-
- coordinatesToOrdinal(List<Integer>) -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- copy() -
Method in class mondrian.rolap.BitKey.Big
-
- copy() -
Method in interface mondrian.rolap.BitKey
- Returns a copy of this BitKey.
- copy() -
Method in class mondrian.rolap.BitKey.Mid128
-
- copy() -
Method in class mondrian.rolap.BitKey.Small
-
- copy() -
Method in interface mondrian.rolap.CellKey
- Returns a mutable copy of this CellKey.
- copy() -
Method in class mondrian.rolap.CellKey.Four
-
- copy() -
Method in class mondrian.rolap.CellKey.Many
-
- copy() -
Method in class mondrian.rolap.CellKey.One
-
- copy() -
Method in class mondrian.rolap.CellKey.Three
-
- copy() -
Method in class mondrian.rolap.CellKey.Two
-
- copy() -
Method in class mondrian.rolap.CellKey.Zero
-
- copyFromByte(BitSet, int, byte) -
Static method in class mondrian.rolap.BitKey.AbstractBitKey
- Copies a byte into a bit set at a particular position.
- copyFromLong(BitSet, int, long) -
Static method in class mondrian.rolap.BitKey.AbstractBitKey
- Copies a
long value (interpreted as 64 bits) into a bit set.
- copyMDC() -
Method in class mondrian.server.Execution
- Copy the current MDC so it can be used later
- copyOf(double[], int) -
Static method in class mondrian.olap.Util
- Like
Arrays.copyOf(double[], int), but
exists prior to JDK 1.6.
- copyOf(int[], int) -
Static method in class mondrian.olap.Util
- Like
Arrays.copyOf(int[], int), but
exists prior to JDK 1.6.
- copyOf(long[], int) -
Static method in class mondrian.olap.Util
- Like
Arrays.copyOf(long[], int), but
exists prior to JDK 1.6.
- copyOf(T[], int) -
Static method in class mondrian.olap.Util
- Like
Arrays.copyOf(Object[], int), but
exists prior to JDK 1.6.
- copyOf(U[], int, Class<? extends T[]>) -
Static method in class mondrian.olap.Util
- Copies the specified array.
- copySuite(TestSuite, Util.Functor1<Boolean, Test>) -
Static method in class mondrian.test.TestContext
- Makes a copy of a suite, filtering certain tests.
- correlation(Evaluator, TupleList, Calc, Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- CorrelationFunDef - Class in mondrian.olap.fun
- Definition of the
Correlation MDX function. - CorrelationFunDef(FunDef) -
Constructor for class mondrian.olap.fun.CorrelationFunDef
-
- cos(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- cosh(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- couldBeMember(Type) -
Static method in class mondrian.olap.type.TypeUtil
-
- CouldNotLoadDefaultAggregateRules -
Variable in class mondrian.resource.MondrianResource
CouldNotLoadDefaultAggregateRules is 'Could not load default aggregate rules ''{0}''.'
- count() -
Method in class mondrian.gui.JdbcMetaData.Database.TableTracker
-
- count(Evaluator, TupleIterable, boolean) -
Static method in class mondrian.olap.fun.FunUtil
-
- Count -
Static variable in class mondrian.rolap.RolapAggregator
-
- countColumn -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
-
- counter -
Static variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- CountFunDef - Class in mondrian.olap.fun
- Definition of the
Count MDX function. - CountFunDef(FunDef) -
Constructor for class mondrian.olap.fun.CountFunDef
-
- countOnly -
Variable in class mondrian.rolap.agg.AbstractQuerySpec
-
- cousin(SchemaReader, Member, Member) -
Static method in class mondrian.olap.fun.FunUtil
- Returns the member under ancestorMember having the same relative position
under member's parent.
- CousinHierarchyMismatch -
Variable in class mondrian.resource.MondrianResource
CousinHierarchyMismatch is 'The member arguments to the Cousin function must be from the same hierarchy.
- covariance(Evaluator, TupleList, Calc, Calc, boolean) -
Static method in class mondrian.olap.fun.FunUtil
-
- CovarianceFunDef - Class in mondrian.olap.fun
- Definition of the
Covariance and
CovarianceN MDX functions. - CovarianceFunDef(FunDef) -
Constructor for class mondrian.olap.fun.CovarianceFunDef
-
- CovarianceNResolver -
Static variable in class mondrian.olap.fun.CovarianceFunDef
-
- CovarianceResolver -
Static variable in class mondrian.olap.fun.CovarianceFunDef
-
- CPOSTA_CODE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CPOSTA_FAULT_FS -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CPREA_CODE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- CPREA_FAULT_FS -
Static variable in interface mondrian.xmla.XmlaConstants
-
- create(Exp, MemberCalc[], boolean) -
Static method in class mondrian.calc.impl.MemberValueCalc
- Creates a
ValueCalc, MemberValueCalc or
MemberArrayValueCalc.
- create() -
Method in class mondrian.olap.fun.UdfResolver.ClassUdfFactory
-
- create() -
Method in interface mondrian.olap.fun.UdfResolver.UdfFactory
- Creates a UDF.
- create(Double) -
Static method in class mondrian.olap.Literal
- Deprecated. Use
Literal.create(java.math.BigDecimal)
- create(Integer) -
Static method in class mondrian.olap.Literal
- Deprecated. Use
Literal.create(java.math.BigDecimal)
- create(BigDecimal) -
Static method in class mondrian.olap.Literal
- Creates a numeric literal.
- create(Axis[]) -
Static method in class mondrian.rolap.Modulos.Generator
-
- create(Statement) -
Static method in class mondrian.rolap.RolapEvaluator
- Creates an evaluator.
- create(Member) -
Method in class mondrian.rolap.RolapMemberBase.DefaultPropertyValueMapFactory
- Creates a
Map to be used for storing
property string/value pairs for the specified
Member.
- create(Member) -
Method in interface mondrian.rolap.RolapMemberBase.PropertyValueMapFactory
- Creates a
Map to be used for storing
property string/value pairs for the specified
Member.
- create(int[]) -
Method in interface mondrian.rolap.RolapResult.CellInfoContainer
- Creates a new CellInfo object, adds it to the container
a location
pos and returns it.
- create(int[]) -
Method in class mondrian.rolap.RolapResult.CellInfoMap
-
- create(int[]) -
Method in class mondrian.rolap.RolapResult.CellInfoPool
-
- create(RolapEvaluator, List<RolapMember>, boolean, boolean) -
Static method in class mondrian.rolap.sql.MemberListCrossJoinArg
- Creates an instance of
CrossJoinArg,
or returns null if the arguments are invalid.
- create(SqlMemberSource) -
Method in class mondrian.rolap.SqlMemberSource.NullValuePoolFactory
- Create a new
Map to be used to pool values.
- create(SqlMemberSource) -
Method in interface mondrian.rolap.SqlMemberSource.ValuePoolFactory
- Create a new
Map to be used to pool values.
- create(String, String, String, String, String, String) -
Method in class mondrian.test.TestContext
- Creates a TestContext which is based on a variant of the FoodMart
schema, which parameter, cube, named set, and user-defined function
definitions added.
- CREATE_INDEX_TAG -
Static variable in class mondrian.test.loader.CsvDBLoader
-
- CREATE_TABLE_INDEX_PROP -
Static variable in class mondrian.test.loader.DBLoader
-
- CREATE_TABLE_INDEX_SUFFIX_DEFAULT -
Static variable in class mondrian.test.loader.DBLoader
-
- CREATE_TABLE_PROP -
Static variable in class mondrian.test.loader.DBLoader
-
- CREATE_TABLE_SUFFIX_DEFAULT -
Static variable in class mondrian.test.loader.DBLoader
-
- createAddCommand(Member) -
Method in interface mondrian.olap.CacheControl
- Creates a command to add a member to the cache.
- createAddCommand(Member) -
Method in class mondrian.rolap.CacheControlImpl
-
- createAllAccess(Hierarchy) -
Static method in class mondrian.olap.RoleImpl
- Creates an element which represents all access to a hierarchy.
- createAnnotationMap(MondrianDef.Annotations) -
Static method in class mondrian.rolap.RolapHierarchy
-
- createArrayOf(String, Object[]) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createBatch(BatchLoader, String[], String[], String[][], String, String) -
Method in class mondrian.rolap.BatchTestCase
-
- createBatch(BatchLoader, String[], String[], String[][], String, String, BatchTestCase.CellRequestConstraint) -
Method in class mondrian.rolap.BatchTestCase
-
- createBlob() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createCalculatedMember(String) -
Method in interface mondrian.olap.Cube
- Creates a calculated member in this cube.
- createCalculatedMember(String) -
Method in class mondrian.rolap.RolapCube
-
- createCalculatedMember(RolapHierarchy, String, Calc) -
Method in class mondrian.rolap.RolapCube
- Creates a calculated member.
- createCalendar(Date) -
Static method in class mondrian.util.ScheduleUtil
- Creates a calendar in UTC, and initializes it to
date.
- createCalendar(int, int, int, int, int, int) -
Static method in class mondrian.util.ScheduleUtil
- Creates a calendar in UTC, and initializes it to a given year, month,
day, hour, minute, second.
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.CrossJoinTest.NullFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.CrossJoinTest.TestFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.FunDefBase
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.NamedSetCurrentFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.NamedSetCurrentOrdinalFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.NativizeSetFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.ParameterFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.StrToSetFunDef
-
- createCall(Validator, Exp[]) -
Method in class mondrian.olap.fun.StrToTupleFunDef
-
- createCall(Validator, Exp[]) -
Method in interface mondrian.olap.FunDef
- Creates an expression which represents a call to this function with
a given set of arguments.
- createClob() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createClosedPeerDimension(RolapLevel, MondrianDef.Closure, MondrianDef.CubeDimension) -
Method in class mondrian.rolap.RolapHierarchy
- Builds a dimension which maps onto a table holding the transitive
closure of the relationship for this parent-child level.
- createCollapsed() -
Method in class mondrian.rolap.aggmatcher.AggGen
- Return a String containing the sql code to create a collapsed dimension
table.
- createCompiler() -
Method in class mondrian.olap.Query
-
- createCompoundCommand(List<CacheControl.MemberEditCommand>) -
Method in interface mondrian.olap.CacheControl
- Builds a compound command which is executed atomically.
- createCompoundCommand(CacheControl.MemberEditCommand...) -
Method in interface mondrian.olap.CacheControl
- Builds a compound command which is executed atomically.
- createCompoundCommand(List<CacheControl.MemberEditCommand>) -
Method in class mondrian.rolap.CacheControlImpl
-
- createCompoundCommand(CacheControl.MemberEditCommand...) -
Method in class mondrian.rolap.CacheControlImpl
-
- createConnection() -
Method in class mondrian.test.AbstractMondrianOlap4jTester
-
- createConnectionFactory(ServletConfig) -
Method in class mondrian.xmla.impl.MondrianXmlaServlet
-
- createConnectionFactory(ServletConfig) -
Method in class mondrian.xmla.impl.Olap4jXmlaServlet
-
- createConnectionFactory(ServletConfig) -
Method in class mondrian.xmla.XmlaServlet
-
- createConnectionWithUserPassword() -
Method in class mondrian.test.AbstractMondrianOlap4jTester
-
- createContext(TestContext, String) -
Static method in class mondrian.test.SteelWheelsTestCase
- Creates a TestContext which contains the given schema text.
- createContextDocument(String[][]) -
Static method in class mondrian.tui.XmlUtil
- Create a context document for use in performing XPath operations.
- createCrossjoinRegion(CacheControl.CellRegion...) -
Method in interface mondrian.olap.CacheControl
- Forms the cartesian product of two or more cell regions.
- createCrossjoinRegion(CacheControl.CellRegion...) -
Method in class mondrian.rolap.CacheControlImpl
-
- createCube(String) -
Method in interface mondrian.olap.Schema
- Creates a cube by parsing an XML string.
- createCube(String) -
Method in class mondrian.rolap.RolapSchema
-
- createDaily(Date, Date, TimeZone, Time, int) -
Static method in class mondrian.util.Schedule
- Creates a calendar which fires every day.
- createDataset(SegmentAxis[], boolean, SqlStatement.Type, int) -
Method in class mondrian.rolap.agg.Segment
-
- createDataSource(DataSource, Util.PropertyList, StringBuilder) -
Static method in class mondrian.rolap.RolapConnection
- Creates a JDBC data source from the JDBC credentials contained within a
set of mondrian connection properties.
- createDateCalendar(int, int, int) -
Static method in class mondrian.util.ScheduleUtil
- Creates a calendar and sets it to a given year, month, date.
- createDeleteCommand(Member) -
Method in interface mondrian.olap.CacheControl
- Creates a command to delete a member and its descendants from the member
cache.
- createDeleteCommand(CacheControl.MemberSet) -
Method in interface mondrian.olap.CacheControl
- Creates a command to delete a set of members from the member cache.
- createDeleteCommand(Member) -
Method in class mondrian.rolap.CacheControlImpl
-
- createDeleteCommand(CacheControl.MemberSet) -
Method in class mondrian.rolap.CacheControlImpl
-
- createDependencyTestingCompiler(ExpCompiler) -
Static method in class mondrian.rolap.RolapUtil
- Creates a compiler which will generate programs which will test
whether the dependencies declared via
Calc.dependsOn(Hierarchy) are accurate.
- createDialect(DataSource, Connection) -
Method in interface mondrian.spi.DialectFactory
- Creates a Dialect.
- createDialect(DataSource, Connection) -
Method in class mondrian.spi.DialectManager.CachingDialectFactory
-
- createDialect(DataSource, Connection) -
Method in class mondrian.spi.DialectManager.ChainDialectFactory
-
- createDialect(DataSource, Connection) -
Method in class mondrian.spi.DialectManager.ConstructorDialectFactory
-
- createDialect(DataSource, Connection) -
Static method in class mondrian.spi.DialectManager
- Creates a Dialect from a JDBC connection.
- createDialect(DataSource, Connection) -
Method in class mondrian.spi.impl.JdbcDialectFactory
-
- createDialectHelper(DialectFactory, DataSource) -
Static method in class mondrian.spi.impl.JdbcDialectFactory
- Creates a temporary connection and calls
DialectFactory.createDialect(javax.sql.DataSource, java.sql.Connection).
- createDimension(Cube, String) -
Method in interface mondrian.olap.Schema
- Creates a dimension in the given cube by parsing an XML string.
- createDimension(MondrianDef.CubeDimension, MondrianDef.Schema) -
Method in class mondrian.rolap.RolapCube
-
- createDimension(Cube, String) -
Method in class mondrian.rolap.RolapSchema
-
- createDomParser(boolean, boolean, boolean, ErrorHandler) -
Static method in class mondrian.test.comp.XmlUtility
-
- createDummyExp(Calc) -
Static method in class mondrian.rolap.RolapCube
- Creates an expression that compiles to a given compiled expression.
- createDummyFunDef(Resolver, int, Exp[]) -
Static method in class mondrian.olap.fun.FunUtil
-
- createElement(Query) -
Method in class mondrian.olap.Formula
- Creates the
Member or NamedSet object which this formula
defines.
- createEvaluator(RolapEvaluator, FunDef, Exp[]) -
Method in class mondrian.rolap.RolapNative
- If function can be implemented in SQL, returns a NativeEvaluator that
computes the result; otherwise returns null.
- createEvaluator(RolapEvaluator, FunDef, Exp[]) -
Method in class mondrian.rolap.RolapNativeCrossJoin
-
- createEvaluator(RolapEvaluator, FunDef, Exp[]) -
Method in class mondrian.rolap.RolapNativeFilter
-
- createEvaluator(RolapEvaluator, FunDef, Exp[]) -
Method in class mondrian.rolap.RolapNativeRegistry
- Returns the matching NativeEvaluator or null if
fun can not
be executed in SQL for the given context and arguments.
- createEvaluator(RolapEvaluator, FunDef, Exp[]) -
Method in class mondrian.rolap.RolapNativeTopCount
-
- createEvaluator(Statement) -
Static method in class mondrian.rolap.RolapUtil
- Creates a dummy evaluator.
- createException(String) -
Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
-
- createException(Cell, String) -
Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
- Creates an exception in the context of a particular Cell.
- createException(Cell, String, Throwable) -
Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
- Creates an exception in the context of a particular Cell and with
a given cause.
- createException(String, Throwable) -
Method in class mondrian.olap4j.MondrianOlap4jConnection.Helper
- Creates an exception with a given cause.
- createException(BitKey) -
Method in class mondrian.rolap.BitKey.AbstractBitKey
-
- createExecuteSql(int, GroupingSetsList, List<StarPredicate>) -
Method in class mondrian.rolap.agg.SegmentLoader
- Creates and executes a SQL statement to retrieve the set of cells
specified by a GroupingSetsList.
- createExpr(OlapElement) -
Static method in class mondrian.olap.Util
- Converts an olap element (dimension, hierarchy, level or member) into
an expression representing a usage of that element in an MDX statement.
- createFactoryForDialect(Class<? extends Dialect>) -
Static method in class mondrian.spi.DialectManager
- Creates a factory that calls a public constructor of a dialect class.
- createFunDef(Exp[], FunDef) -
Method in class mondrian.olap.fun.MultiResolver
-
- createFunDef(Exp[], FunDef) -
Method in class mondrian.olap.fun.ParameterFunDef.ParameterResolver
-
- createFunDef(Exp[], FunDef) -
Method in class mondrian.olap.fun.ParameterFunDef.ParamRefResolver
-
- createFunDef(Exp[], FunDef) -
Method in class mondrian.olap.fun.ReflectiveMultiResolver
-
- CreateIndexFailed -
Variable in class mondrian.resource.MondrianResource
CreateIndexFailed is 'Mondrian loader could not create index ''{0}'' on table ''{1}''.'
- createInExpr(String, StarColumnPredicate, Dialect.Datatype, SqlQuery) -
Static method in class mondrian.rolap.RolapStar.Column
- Generates a predicate that a column matches one of a list of values.
- createInsertStatement(DBLoader.Table, Object[]) -
Method in class mondrian.test.loader.DBLoader
-
- createList(int) -
Static method in class mondrian.calc.TupleCollections
- Creates a list of given arity.
- createList(int, int) -
Static method in class mondrian.calc.TupleCollections
- Creates a list of given arity and initial capacity.
- createLocale(char, char, String, String, String, String, String[], String[], String[], String[], Locale) -
Static method in class mondrian.util.Format
- Create a
Format.FormatLocale object characterized by the given
properties.
- createLocale(Locale) -
Static method in class mondrian.util.Format
-
- createLost() -
Method in class mondrian.rolap.aggmatcher.AggGen
- Return a String containing the sql code to create a lost dimension
table.
- createMany(Axis[]) -
Static method in class mondrian.rolap.Modulos.Generator
-
- createMany(int[]) -
Static method in class mondrian.rolap.Modulos.Generator
-
- createMeasuresRegion(Cube) -
Method in interface mondrian.olap.CacheControl
- Creates a region consisting of all measures in a given cube.
- createMeasuresRegion(Cube) -
Method in class mondrian.rolap.CacheControlImpl
-
- createMember(Member, Level, String, Formula) -
Method in interface mondrian.olap.Hierarchy
- Creates a member of this hierarchy.
- createMember(Member, Level, String, Formula) -
Method in class mondrian.rolap.RolapCubeHierarchy
-
- createMember(Member, Level, String, Formula) -
Method in class mondrian.rolap.RolapHierarchy
-
- createMemberReader(Role) -
Method in class mondrian.rolap.RolapHierarchy
- Creates a member reader which enforces the access-control profile of
role.
- createMemberReader(String, RolapHierarchy, String) -
Method in class mondrian.rolap.RolapSchema
- Gets a
MemberReader with which to read a hierarchy.
- createMemberRegion(Member, boolean) -
Method in interface mondrian.olap.CacheControl
- Creates a cell region consisting of a single member.
- createMemberRegion(boolean, Member, boolean, Member, boolean) -
Method in interface mondrian.olap.CacheControl
- Creates a cell region consisting of a range between two members.
- createMemberRegion(Member, boolean) -
Method in class mondrian.rolap.CacheControlImpl
-
- createMemberRegion(boolean, Member, boolean, Member, boolean) -
Method in class mondrian.rolap.CacheControlImpl
-
- createMemberSet(Member, boolean) -
Method in interface mondrian.olap.CacheControl
- Creates a member set containing either a single member, or a member and
its descendants.
- createMemberSet(boolean, Member, boolean, Member, boolean) -
Method in interface mondrian.olap.CacheControl
- Creates a member set consisting of a range between two members.
- createMemberSet(Member, boolean) -
Method in class mondrian.rolap.CacheControlImpl
-
- createMemberSet(boolean, Member, boolean, Member, boolean) -
Method in class mondrian.rolap.CacheControlImpl
-
- createMonthlyByDay(Date, Date, TimeZone, Time, int, int) -
Static method in class mondrian.util.Schedule
- Creates a calendar which fires on particular days of each month.
- createMonthlyByWeek(Date, Date, TimeZone, Time, int, int, int) -
Static method in class mondrian.util.Schedule
- Creates a calendar which fires on particular days of particular weeks of
a month.
- createMoveCommand(Member, Member) -
Method in interface mondrian.olap.CacheControl
- Creates a command to Move a member (with its descendants) to a new
location, that is to a new parent.
- createMoveCommand(Member, Member) -
Method in class mondrian.rolap.CacheControlImpl
-
- createNClob() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createOnce(Date, TimeZone) -
Static method in class mondrian.util.Schedule
- Creates a calendar which fires only once.
- createOrLookupParam(boolean, String, Type, Exp, String) -
Method in interface mondrian.olap.Validator
- Creates or retrieves the parameter corresponding to a "Parameter" or
"ParamRef" function call.
- createOrLookupParam(boolean, String, Type, Exp, String) -
Method in class mondrian.olap.ValidatorImpl
-
- createParser() -
Method in class mondrian.olap.ConnectionBase
-
- createPinSet() -
Method in class mondrian.rolap.agg.AggregationManager
-
- createPinSet() -
Method in class mondrian.rolap.RolapAggregationManager
- Creates a
RolapAggregationManager.PinSet.
- createProfilingCompiler(ExpCompiler) -
Static method in class mondrian.rolap.RolapUtil
-
- createPropertyFormatter(String, Scripts.ScriptDefinition) -
Static method in class mondrian.rolap.RolapSchema
- Given the name of a property formatter class, returns a propert
formatter.
- createRandom(long) -
Static method in class mondrian.olap.Util
- Creates a random number generator.
- createRequest(String, String, String, String, String) -
Method in class mondrian.rolap.BatchTestCase
-
- createRequest(String, String, String[], String[], String[]) -
Method in class mondrian.rolap.BatchTestCase
-
- createRequest(String, String, String, String, String, BatchTestCase.CellRequestConstraint) -
Method in class mondrian.rolap.BatchTestCase
-
- createRequest(String, String, String[], String[], String[], BatchTestCase.CellRequestConstraint) -
Method in class mondrian.rolap.BatchTestCase
-
- createRootRole(Schema) -
Static method in class mondrian.olap.Util
- Returns a role which has access to everything.
- createRow() -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- createRow(ResultSet) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- createScenario() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- createScenario() -
Method in class mondrian.rolap.RolapConnection
- Helper method to allow olap4j wrappers to implement
OlapConnection.createScenario().
- createScopedNamedSet(String, QueryPart, Exp) -
Method in class mondrian.olap.Query
- Creates a named set defined by an alias.
- createSegmentBody(List<Pair<SortedSet<Comparable>, Boolean>>) -
Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
-
- createSegmentBody(List<Pair<SortedSet<Comparable>, Boolean>>) -
Method in class mondrian.rolap.agg.DenseIntSegmentDataset
-
- createSegmentBody(List<Pair<SortedSet<Comparable>, Boolean>>) -
Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
-
- createSegmentBody(List<Pair<SortedSet<Comparable>, Boolean>>) -
Method in interface mondrian.rolap.agg.SegmentDataset
- Return an immutable, final and serializable implementation
of a SegmentBody in order to cache this dataset.
- createSegmentBody(List<Pair<SortedSet<Comparable>, Boolean>>) -
Method in class mondrian.rolap.agg.SparseSegmentDataset
-
- createSetPropertyCommand(Member, String, Object) -
Method in interface mondrian.olap.CacheControl
- Creates a command to change one property of a member.
- createSetPropertyCommand(CacheControl.MemberSet, Map<String, Object>) -
Method in interface mondrian.olap.CacheControl
- Creates a command to several properties changes over a set of
members.
- createSetPropertyCommand(Member, String, Object) -
Method in class mondrian.rolap.CacheControlImpl
-
- createSetPropertyCommand(CacheControl.MemberSet, Map<String, Object>) -
Method in class mondrian.rolap.CacheControlImpl
-
- createSimpleValidator(FunTable) -
Static method in class mondrian.olap.Util
- Creates a very simple implementation of
Validator.
- createSQLXML() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createStatement() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createStatement() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- createStatement(int, int) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- createStatement(int, int, int) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- createString(String) -
Static method in class mondrian.olap.Literal
- Creates a string literal.
- createStruct(String, Object[]) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- createSubSegment(BitSet[], int, StarColumnPredicate, List<Segment.ExcludedRegion>) -
Method in class mondrian.rolap.agg.SegmentWithData
- Creates a Segment which has the same dimensionality as this Segment and a
subset of the values.
- createSubstitutingCube(String, String) -
Method in class mondrian.test.TestContext
- Creates a TestContext, adding hierarchy definitions to a cube definition.
- createSubstitutingCube(String, String, String) -
Method in class mondrian.test.TestContext
- Creates a TestContext, adding hierarchy and calculated member definitions
to a cube definition.
- createSubstitutingCube(String, String, String, String, String) -
Method in class mondrian.test.TestContext
- Creates a TestContext, adding hierarchy and calculated member definitions
to a cube definition.
- createSymbol(String) -
Static method in class mondrian.olap.Literal
- Creates a symbol.
- createTable() -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- CreateTableFailed -
Variable in class mondrian.resource.MondrianResource
CreateTableFailed is 'Mondrian loader could not create table ''{0}''.'
- createTestResult() -
Method in class mondrian.test.MondrianTestRunner
- Creates the TestResult to be used for the test run.
- createTime(int, int, int) -
Static method in class mondrian.util.ScheduleUtil
- Creates a
Time
- createTimeCalendar(Time) -
Static method in class mondrian.util.ScheduleUtil
- Creates a calendar from a time.
- createTimeCalendar(int, int, int) -
Static method in class mondrian.util.ScheduleUtil
- Creates a calendar and sets it to a given hours, minutes, seconds.
- createUdf(Class<? extends UserDefinedFunction>, String) -
Static method in class mondrian.olap.Util
- Creates a new udf instance from the given udf class.
- createUnionRegion(CacheControl.CellRegion...) -
Method in interface mondrian.olap.CacheControl
- Forms the union of two or more cell regions.
- createUnionRegion(CacheControl.CellRegion...) -
Method in class mondrian.rolap.CacheControlImpl
-
- createUnionSet(CacheControl.MemberSet...) -
Method in interface mondrian.olap.CacheControl
- Forms the union of two or more member sets.
- createUnionSet(CacheControl.MemberSet...) -
Method in class mondrian.rolap.CacheControlImpl
-
- createUsage(RolapCubeHierarchy, MondrianDef.CubeDimension) -
Method in class mondrian.rolap.RolapCube
-
- createValidator() -
Method in class mondrian.olap.Query
- Creates a validator for this query.
- createValidator(FunTable, boolean) -
Method in class mondrian.olap.Query
- Creates a validator for this query that uses a given function table and
function validation policy.
- createWeekly(Date, Date, TimeZone, Time, int, int) -
Static method in class mondrian.util.Schedule
- Creates a calendar which fires on particular days each week.
- createWithRepository(RepositoryContentFinder, CatalogLocator) -
Static method in class mondrian.olap.MondrianServer
- Creates a server.
- createWithRepository(RepositoryContentFinder, CatalogLocator) -
Method in class mondrian.server.MondrianServerRegistry
-
- CreationException - Exception in mondrian.util
-
- CreationException() -
Constructor for exception mondrian.util.CreationException
-
- CreationException(String) -
Constructor for exception mondrian.util.CreationException
-
- CreationException(String, Throwable) -
Constructor for exception mondrian.util.CreationException
-
- CreationException(Throwable) -
Constructor for exception mondrian.util.CreationException
-
- CrossJoinArg - Interface in mondrian.rolap.sql
- "Light version" of a
TupleConstraint,
represents one of
member.children, level.members, member.descendants, {enumeration}. - crossJoinArgFactory() -
Method in class mondrian.rolap.RolapNativeSet
-
- CrossJoinArgFactory - Class in mondrian.rolap.sql
- Creates CrossJoinArgs for use in constraining SQL queries.
- CrossJoinArgFactory(boolean) -
Constructor for class mondrian.rolap.sql.CrossJoinArgFactory
-
- CrossJoinFunDef - Class in mondrian.olap.fun
- Definition of the
CrossJoin MDX function. - CrossJoinFunDef(FunDef) -
Constructor for class mondrian.olap.fun.CrossJoinFunDef
-
- CrossJoinFunDef.BaseListCalc - Class in mondrian.olap.fun
-
- CrossJoinFunDef.BaseListCalc(ResolvedFunCall, Calc[], boolean) -
Constructor for class mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
-
- CrossJoinFunDef.CrossJoinIterCalc - Class in mondrian.olap.fun
-
- CrossJoinFunDef.CrossJoinIterCalc(ResolvedFunCall, Calc[]) -
Constructor for class mondrian.olap.fun.CrossJoinFunDef.CrossJoinIterCalc
-
- CrossJoinFunDef.ImmutableListCalc - Class in mondrian.olap.fun
-
- CrossJoinFunDef.ImmutableListCalc(ResolvedFunCall, Calc[]) -
Constructor for class mondrian.olap.fun.CrossJoinFunDef.ImmutableListCalc
-
- CrossJoinFunDef.MutableListCalc - Class in mondrian.olap.fun
-
- CrossJoinFunDef.MutableListCalc(ResolvedFunCall, Calc[]) -
Constructor for class mondrian.olap.fun.CrossJoinFunDef.MutableListCalc
-
- CrossJoinOptimizerSize -
Variable in class mondrian.olap.MondrianProperties
- Property that defines
when to apply the crossjoin optimization algorithm.
- CrossJoinTest - Class in mondrian.olap.fun
CrossJoint tests the collation order of positive and negative
infinity, and Double.NaN.- CrossJoinTest() -
Constructor for class mondrian.olap.fun.CrossJoinTest
-
- CrossJoinTest(String) -
Constructor for class mondrian.olap.fun.CrossJoinTest
-
- CrossJoinTest.NullFunDef - Class in mondrian.olap.fun
-
- CrossJoinTest.NullFunDef() -
Constructor for class mondrian.olap.fun.CrossJoinTest.NullFunDef
-
- CrossJoinTest.TestFunDef - Class in mondrian.olap.fun
-
- CrossJoinTest.TestFunDef() -
Constructor for class mondrian.olap.fun.CrossJoinTest.TestFunDef
-
- CsvDBLoader - Class in mondrian.test.loader
- Implementation of
DBLoader which gets its Tables by reading CSV files
using the CsvLoader class and is the loader use for CSV junit tests. - CsvDBLoader() -
Constructor for class mondrian.test.loader.CsvDBLoader
-
- CsvDBLoader.CsvLoaderRowStream - Class in mondrian.test.loader
-
- CsvDBLoader.CsvLoaderRowStream(CsvLoader) -
Constructor for class mondrian.test.loader.CsvDBLoader.CsvLoaderRowStream
-
- CsvDBLoader.ListRowStream - Class in mondrian.test.loader
-
- CsvDBLoader.ListRowStream() -
Constructor for class mondrian.test.loader.CsvDBLoader.ListRowStream
-
- CsvDBLoader.ListRowStream(List<DBLoader.Row>) -
Constructor for class mondrian.test.loader.CsvDBLoader.ListRowStream
-
- CsvDBTestCase - Class in mondrian.test.loader
- Base class for tests that use
a CSV database defined in a single file.
- CsvDBTestCase() -
Constructor for class mondrian.test.loader.CsvDBTestCase
-
- CsvDBTestCase(String) -
Constructor for class mondrian.test.loader.CsvDBTestCase
-
- CsvLoader - Class in mondrian.test.loader
- This is a basic Comma-separated-value (CSV, Csv) reader.
- CsvLoader(InputStream, String) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(InputStream, char, boolean, String) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(InputStream) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(InputStream, char, boolean) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(String) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(String, char, boolean) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(File) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(File, char, boolean) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(Reader) -
Constructor for class mondrian.test.loader.CsvLoader
-
- CsvLoader(Reader, char, boolean) -
Constructor for class mondrian.test.loader.CsvLoader
-
- cube -
Variable in class mondrian.gui.MondrianGuiDef.CubeGrant
-
- Cube -
Static variable in class mondrian.olap.Category
Cube is a cube expression.
- Cube - Interface in mondrian.olap
- Cube.
- cube -
Variable in class mondrian.olap.MondrianDef.CubeGrant
-
- cube -
Variable in class mondrian.olap4j.MondrianOlap4jCube
-
- cube -
Variable in class mondrian.rolap.RolapCubeDimension
-
- cube -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- CUBE_NAME -
Static variable in class mondrian.olap.CubeBase
-
- CUBE_NAME -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the name of the current cube.
- CUBE_NAME_ORDINAL -
Static variable in class mondrian.olap.Property
-
- CUBE_NAME_PROP -
Static variable in class mondrian.xmla.XmlaBaseTestCase
-
- cubeA -
Static variable in class mondrian.rolap.SharedDimensionTest
-
- cubeA -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- CubeAccess - Class in mondrian.olap
- This class implements object of type GrantCube to apply permissions
on user's MDX query
- CubeAccess(Cube) -
Constructor for class mondrian.olap.CubeAccess
- Creates a CubeAccess object.
- cubeB -
Static variable in class mondrian.rolap.SharedDimensionTest
-
- CubeBase - Class in mondrian.olap
CubeBase is an abstract implementation of Cube.- CubeBase(String, String, boolean, String, Dimension[]) -
Constructor for class mondrian.olap.CubeBase
- Creates a CubeBase.
- cubeByName(Connection, String) -
Method in class mondrian.test.FoodMartTestCase
-
- cubeGrants -
Variable in class mondrian.gui.MondrianGuiDef.SchemaGrant
-
- cubeGrants -
Variable in class mondrian.olap.MondrianDef.SchemaGrant
-
- cubeLevel -
Variable in class mondrian.rolap.RolapCubeMember
-
- cubeName -
Variable in class mondrian.gui.MondrianGuiDef.CubeUsage
-
- cubeName -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
-
- cubeName -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
-
- cubeName -
Variable in class mondrian.olap.MondrianDef.CubeUsage
-
- cubeName -
Variable in class mondrian.olap.MondrianDef.VirtualCubeDimension
-
- cubeName -
Variable in class mondrian.olap.MondrianDef.VirtualCubeMeasure
-
- cubeName -
Variable in class mondrian.spi.SegmentHeader
-
- cubeNameSales -
Variable in class mondrian.rolap.BatchTestCase
-
- cubeOrdinal -
Variable in class mondrian.rolap.RolapCubeDimension
-
- CubeRelationNotTable -
Variable in class mondrian.resource.MondrianResource
CubeRelationNotTable is 'The Cube ''{0}'' relation is not a MondrianDef.Table but rather ''{1}''.'
- cubes -
Variable in class mondrian.gui.MondrianGuiDef.Schema
- Cubes in this schema.
- cubes -
Variable in class mondrian.olap.MondrianDef.Schema
- Cubes in this schema.
- cubeSource -
Variable in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
- cubeSource is passed as our member builder
- cubeSource -
Variable in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
- cubeSource is passed as our member builder
- CubeType - Class in mondrian.olap.type
- The type of an expression which represents a Cube or Virtual Cube.
- CubeType(Cube) -
Constructor for class mondrian.olap.type.CubeType
- Creates a type representing a cube.
- cubeUsage -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
-
- cubeUsage -
Variable in class mondrian.olap.MondrianDef.VirtualCube
-
- cubeUsages -
Variable in class mondrian.gui.MondrianGuiDef.CubeUsages
-
- cubeUsages -
Variable in class mondrian.olap.MondrianDef.CubeUsages
-
- CUP$Parser$actions - Class in mondrian.olap
- Cup generated class to encapsulate user supplied action code.
- CUP$Parser$actions(Parser) -
Constructor for class mondrian.olap.CUP$Parser$actions
- Constructor
- CUP$Parser$do_action(int, lr_parser, Stack, int) -
Method in class mondrian.olap.CUP$Parser$actions
- Method with the actual generated action code.
- curChar -
Variable in class mondrian.parser.MdxParserImplTokenManager
-
- curLexState -
Variable in class mondrian.parser.MdxParserImplTokenManager
-
- currencyFormat -
Variable in class mondrian.util.Format.FormatLocale
-
- currencyFormat_en -
Static variable in class mondrian.util.Format
-
- currencySymbol -
Variable in class mondrian.util.Format.FormatLocale
-
- currencySymbol_en -
Static variable in class mondrian.util.Format
-
- current() -
Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
-
- current() -
Method in interface mondrian.calc.TupleCursor
- Returns the tuple that this cursor is positioned on.
- CurrentDateMemberExactUdf - Class in mondrian.udf
- User-defined function
CurrentDateMember. - CurrentDateMemberExactUdf() -
Constructor for class mondrian.udf.CurrentDateMemberExactUdf
-
- CurrentDateMemberUdf - Class in mondrian.udf
- User-defined function
CurrentDateMember. - CurrentDateMemberUdf() -
Constructor for class mondrian.udf.CurrentDateMemberUdf
-
- CurrentDateMemberUdfTest - Class in mondrian.udf
- Tests the CurrentDateMemberUdf class.
- CurrentDateMemberUdfTest() -
Constructor for class mondrian.udf.CurrentDateMemberUdfTest
-
- CurrentDateMemberUdfTest(String) -
Constructor for class mondrian.udf.CurrentDateMemberUdfTest
-
- CurrentDateStringUdf - Class in mondrian.udf
- User-defined function
CurrentDateString, which returns the
current date value as a formatted string, based on a format string passed in
as a parameter.- CurrentDateStringUdf() -
Constructor for class mondrian.udf.CurrentDateStringUdf
-
- currentDialect -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- currentElement() -
Method in class mondrian.olap.Walker
- returns the current object.
- currentIsEmpty() -
Method in interface mondrian.olap.Evaluator
- Returns whether the current context is an empty cell.
- currentIsEmpty() -
Method in class mondrian.rolap.RolapEvaluator
-
- currentMember() -
Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
- Returns the current member in the named set.
- currentMember() -
Method in class mondrian.rolap.RolapNamedSetEvaluator
-
- currentOrdinal() -
Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
- Returns the ordinal of the current member or tuple in the named set.
- currentOrdinal() -
Method in class mondrian.rolap.RolapNamedSetEvaluator
-
- currentToArray(Member[], int) -
Method in class mondrian.calc.impl.AbstractTupleCursor
-
- currentToArray(Member[], int) -
Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
-
- currentToArray(Member[], int) -
Method in interface mondrian.calc.TupleCursor
- Writes the member(s) of the next tuple to a given offset in an array.
- currentToken -
Variable in exception mondrian.parser.ParseException
- This is the last token that has been consumed successfully.
- currentTuple() -
Method in interface mondrian.olap.Evaluator.NamedSetEvaluator
- Returns the current tuple in the named set.
- currentTuple() -
Method in class mondrian.rolap.RolapNamedSetEvaluator
-
- currPartialResultIdx -
Variable in class mondrian.rolap.ResultLoader
-
- cursor -
Variable in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
- Index of element to be returned by subsequent call to next.
- cursor -
Variable in class mondrian.util.UnsupportedList.Itr
-
- CustomizedFunctionTable - Class in mondrian.olap.fun
- Interface to build a customized function table, selecting functions from the
set of supported functions in an instance of
BuiltinFunTable. - CustomizedFunctionTable(Set<String>) -
Constructor for class mondrian.olap.fun.CustomizedFunctionTable
-
- CustomizedFunctionTable(Set<String>, Set<FunDef>) -
Constructor for class mondrian.olap.fun.CustomizedFunctionTable
-
- CustomizedParserTest - Class in mondrian.olap
- Tests a customized MDX Parser.
- CustomizedParserTest(String) -
Constructor for class mondrian.olap.CustomizedParserTest
-
- CVBasicTest - Class in mondrian.test.clearview
CVBasicTest is a test suite which tests
complex queries against the FoodMart database.- CVBasicTest() -
Constructor for class mondrian.test.clearview.CVBasicTest
-
- CVBasicTest(String) -
Constructor for class mondrian.test.clearview.CVBasicTest
-
- CVConcurrentMdxTest - Class in mondrian.test
- A copy of
ConcurrentMdxTest with modifications to take
as input ref.xml files. - CVConcurrentMdxTest() -
Constructor for class mondrian.test.CVConcurrentMdxTest
-
- CVConcurrentMdxTest(String) -
Constructor for class mondrian.test.CVConcurrentMdxTest
-
- CycleDuringParameterEvaluation -
Variable in class mondrian.resource.MondrianResource
CycleDuringParameterEvaluation is 'Cycle occurred while evaluating parameter ''{0}'''
DailyDateSchedule fires every day.DataSourceChangeListener SPI
based on a script.
DataSource
object.DataSourceResolver SPI based on
a script.
DataSource objects.
DateSchedule returns a series of dates.Date, representing an MDX
DateTime value.Dialect for the IBM DB2 database.Dialect for old versions of the IBM
DB2/AS400 database.DBLoader.Type.toPhysical(mondrian.spi.Dialect).Monitor.getServer() and
ServerInfo.sqlStatementExecuteNanos;
will be removed in 4.0.
NumericType which guarantees fixed number of decimal
places.offsetth character of an encoded method
signature into a type category.
SaxWriter.OutputStream.
SAXWriter writing to a Writer.
PrintWriter.
XmlaRequest by DOM API.XmlaResponse.ExpCompilerDelegatingInvocationHandler handles a
method call by looking for a method in itself with identical parameters.DelegatingMemberReader is a MemberReader which
redirects all method calls to an underlying MemberReader.RolapMember that delegates all calls
to an underlying member.DelegatingRole implements Role by
delegating all methods to an underlying Role.DelegatingSchemaReader implements SchemaReader by
delegating all methods to an underlying SchemaReader.TestContext which delegates all behavior to
a parent test context.TupleList based on a list of
List<Member> tuples.DenseSegmentDataset that stores
values of type double.DenseSegmentDataset that stores
values of type Object.DenseSegmentDataset that stores
values of type double.DenseSegmentDataset that stores
values of type Object.DenseSegmentDataset is a means of storing segment values
which is suitable when most of the combinations of keys have a value
present.Dialect for the Apache Derby database.DescendantsAppliedToSetOfTuples is 'Argument to Descendants function must be a member or set of members, not a set of tuples'
Descendants MDX function.DESCENDANTS
function.StringBuilder.
Dialect objects.Dialect and DialectFactory
objects.DialectFactory that caches
dialects based on data source.DialectFactory that tries to
create a Dialect using a succession of underlying factories.DialectFactory that calls
a class's public <init>(Connection connection) constructor.Dialect
accurately represents the capabilities of the underlying database.Dimension is a dimension expression.
Dimension represents a dimension of a cube.Dimension.Dimension.<Dimension>.Dimension
MDX builtin function.Dimension as an MDX expression.Dimensions(<Numeric Expression>)
MDX builtin function.Dimensions(<String Expression>)
MDX builtin function.DimensionUsageHasUnknownLevel is 'In usage of dimension ''{0}'' in cube ''{1}'', the level ''{2}'' is unknown'
Distinct MDX function.GET method.
POST method.
XmlaBaseTestCase.getDiffRepos().
double.double computation
has returned the MDX EMPTY value.
DoubleMatchForLevel is 'Double Match for candidate aggregate table ''{0}'' for fact table ''{1}'' and column ''{2}'' matched two hierarchies: 1) table=''{3}'', column=''{4}'' and 2) table=''{5}'', column=''{6}'''
double computation
has returned the MDX null value.
DrilldownLevel MDX function.DrilldownLevelTop and
DrilldownLevelBottom MDX builtin functions.DrilldownMember MDX function.CellRequest that allows to specify
which columns and measures to return as part of the ResultSet
which we return to the client.DrillthroughDisabled is 'Can''t perform drillthrough operations because ''{0}'' is set to false.'
Type.DupHierarchiesInTuple is 'Tuple contains more than one member of hierarchy ''{0}''.'
DuplicateAxis is 'Duplicate axis name ''{0}''.'
DuplicateFactForeignKey is 'Context ''{0}'': Duplicate fact foreign keys ''{1}'' for key ''{2}''.'
DuplicateLevelColumnNames is 'Context ''{0}'': Two levels, ''{1}'' and ''{2}'', share the same foreign column name ''{3}'''
DuplicateLevelMeasureColumnNames is 'Context ''{0}'': The level ''{1}'' and the measuer ''{2}'', share the same column name ''{3}'''
DuplicateLevelNames is 'Context ''{0}'': Two levels share the same name ''{1}'''
DuplicateMeasureColumnNames is 'Context ''{0}'': Two measures, ''{1}'' and ''{2}'', share the same column name ''{3}'''
DuplicateMeasureNames is 'Context ''{0}'': Two measures share the same name ''{1}'''
DuplicateSchemaParameter is 'Duplicate parameter ''{0}'' in schema'
RepositoryContentFinder that
periodically reloads the content of the repository.DynamicSchemaProcessor SPI based
on a script.
Rowset.Row object.
EmptyAttributeString is 'Context ''{0}'': The value for the attribute ''{1}'' is empty (length is zero).'
ResultSet which returns 0 rows.MemoryMonitor is enabled.
GROUPING SETS
construct for rollup.
property value changes.
EnumeratedValues is a helper class for declaring a set of
symbolic constants which have names, ordinals, and possibly descriptions.BasicValue is an obvious implementation of EnumeratedValues.Value.Value represents a member of an enumerated type.EOF Symbol index.
value.name_.equals(s) rather than
value.equals(s), didn't you?
RolapEvaluator with
identical context.
error Symbol index.
true for a
given value.
boolean value.
Date value.
double value.
int value.
exp (if defined) over members to
generate a List of FunUtil.SetWrapper objects, which contains
a Double value and meta information, unlike
FunUtil.evaluateMembers(mondrian.olap.Evaluator, mondrian.calc.Calc, java.lang.Iterable, java.util.List, boolean) , which only produces values.
String value.
Evaluator holds the context necessary to evaluate an
expression.Except MDX function.cellRegionList parameter.
RolapConnection.execute(mondrian.server.Execution); this method
will be removed in mondrian-4.0
cubeName, and returns the result as a Cell.
ExecutionStatementCleanupException is 'An exception was encountered while trying to cleanup an execution context.
- exists(CellKey) -
Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
-
- exists(CellKey) -
Method in class mondrian.rolap.agg.DenseIntSegmentDataset
-
- exists(CellKey) -
Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
-
- exists(CellKey) -
Method in interface mondrian.rolap.agg.SegmentDataset
- Returns whether there is a value at a given coordinate.
- exists(CellKey) -
Method in class mondrian.rolap.agg.SparseSegmentDataset
-
- ExistsFunDef - Class in mondrian.olap.fun
- Definition of the
EXISTS MDX function. - ExistsFunDef(FunDef) -
Constructor for class mondrian.olap.fun.ExistsFunDef
-
- exp -
Variable in class mondrian.calc.impl.AbstractCalc
-
- Exp - Interface in mondrian.olap
- An
Exp is an MDX expression. - exp -
Variable in class mondrian.olap.fun.ParameterFunDef
-
- exp(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- expand(String, String) -
Method in class mondrian.test.DiffRepository
- Expands a string containing one or more variables.
- ExpandBuff(boolean) -
Method in class mondrian.parser.SimpleCharStream
-
- ExpandNonNative -
Variable in class mondrian.olap.MondrianProperties
- If this property is true, when looking for native evaluation of an
expression, Mondrian will expand non-native sub-expressions into
lists of members.
- ExpBase - Class in mondrian.olap
- Skeleton implementation of
Exp interface. - ExpBase() -
Constructor for class mondrian.olap.ExpBase
-
- expBias -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- ExpCacheDescriptor - Class in mondrian.olap
- Holds information necessary to add an expression to the expression result
cache (see
Evaluator.getCachedResult(ExpCacheDescriptor)). - ExpCacheDescriptor(Exp, Calc, Evaluator) -
Constructor for class mondrian.olap.ExpCacheDescriptor
- Creates a descriptor with a given compiled expression.
- ExpCacheDescriptor(Exp, Evaluator) -
Constructor for class mondrian.olap.ExpCacheDescriptor
- Creates a descriptor.
- ExpCacheDescriptor(Exp, ExpCompiler) -
Constructor for class mondrian.olap.ExpCacheDescriptor
- Creates a descriptor.
- expChar -
Variable in class mondrian.util.Format.NumericFormat
-
- ExpCompiler - Interface in mondrian.calc
- Mediates the compilation of an expression (
Exp)
into a compiled expression (Calc). - ExpCompiler.Factory - Class in mondrian.calc
- The
ExpCompiler.Factory is used to access
ExpCompiler implementations. - ExpCompiler.Factory.Context - Class in mondrian.calc
- The
ExpCompiler only has two override mechanisms: the
ThreadLocal and System
Properties. - ExpCompiler.Factory.Context() -
Constructor for class mondrian.calc.ExpCompiler.Factory.Context
- Creates a Context.
- ExpCompilerClass -
Variable in class mondrian.olap.MondrianProperties
- Property that defines
the name of the class used to compile scalar expressions.
- expDeps -
Variable in class mondrian.rolap.RolapDependencyTestingEvaluator.DteRoot
-
- EXPECT -
Static variable in interface mondrian.xmla.XmlaRequestCallback
-
- EXPECT_100_CONTINUE -
Static variable in interface mondrian.xmla.XmlaRequestCallback
-
- expectedTokenSequences -
Variable in exception mondrian.parser.ParseException
- Each entry in this array is an array of integers.
- Explain - Class in mondrian.olap
- Explain statement.
- Explain(QueryPart) -
Constructor for class mondrian.olap.Explain
- Creates an Explain statement.
- EXPLAIN -
Static variable in interface mondrian.olap.ParserSym
-
- explain(PrintWriter) -
Method in class mondrian.olap.Query
-
- explain(PrintWriter) -
Method in class mondrian.olap.QueryPart
- Returns the plan that Mondrian intends to use to execute this query.
- EXPLAIN -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- explain(String, QueryTiming) -
Method in interface mondrian.spi.ProfileHandler
- Called when a statement has finished executing.
- explainStatement() -
Method in class mondrian.parser.MdxParserImpl
-
- ExplicitRecognizer - Class in mondrian.rolap.aggmatcher
- This is the Recognizer for the aggregate table descriptions that appear in
the catalog schema files; the user explicitly defines the aggregate.
- ExplicitRecognizer(ExplicitRules.TableDef, RolapStar, RolapCube, JdbcSchema.Table, JdbcSchema.Table, MessageRecorder) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRecognizer
-
- ExplicitRules - Class in mondrian.rolap.aggmatcher
- A class containing a RolapCube's Aggregate tables exclude/include
criteria.
- ExplicitRules.Group - Class in mondrian.rolap.aggmatcher
- This class forms a collection of aggregate table explicit rules for a
given cube.
- ExplicitRules.Group(RolapCube) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.Group
-
- ExplicitRules.NameTableDef - Class in mondrian.rolap.aggmatcher
-
- ExplicitRules.NameTableDef(String, String, boolean, ExplicitRules.Group) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.NameTableDef
-
- ExplicitRules.PatternTableDef - Class in mondrian.rolap.aggmatcher
- This class matches candidate aggregate table name with a pattern.
- ExplicitRules.PatternTableDef(String, boolean, ExplicitRules.Group) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.PatternTableDef
-
- ExplicitRules.TableDef - Class in mondrian.rolap.aggmatcher
- This is the base class for the exact name based and name pattern based
aggregate table mapping definitions.
- ExplicitRules.TableDef(boolean, ExplicitRules.Group) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
-
- ExplicitRules.TableDef.Level - Class in mondrian.rolap.aggmatcher
- This class is used to map from a Level's symbolic name,
[Time].[Year] to the aggregate table's column name, TIME_YEAR.
- ExplicitRules.TableDef.Level(String, String, boolean) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Level
-
- ExplicitRules.TableDef.Measure - Class in mondrian.rolap.aggmatcher
- This class is used to map from a measure's symbolic name,
[Measures].[Unit Sales] to the aggregate table's column
name, UNIT_SALES_SUM.
- ExplicitRules.TableDef.Measure(String, String) -
Constructor for class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Measure
-
- expList() -
Method in class mondrian.parser.MdxParserImpl
-
- expMask -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- expOne -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- EXPONENT -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- expOrEmptyList() -
Method in class mondrian.parser.MdxParserImpl
-
- ExprAndValueForMemberProperty -
Variable in class mondrian.resource.MondrianResource
ExprAndValueForMemberProperty is 'Member property must not have both a value and an expression.
- expression -
Variable in class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
-
- Expression -
Static variable in class mondrian.olap.Category
Expression is a flag which, when bitwise-OR-ed with a
category value, indicates an expression (as opposed to a constant).
- expression -
Variable in class mondrian.olap.MondrianDef.CalculatedMemberProperty
-
- expression() -
Method in class mondrian.parser.MdxParserImpl
-
- expressionEof() -
Method in class mondrian.parser.MdxParserImpl
-
- expressionOrEmpty() -
Method in class mondrian.parser.MdxParserImpl
-
- expressions -
Variable in class mondrian.gui.MondrianGuiDef.ExpressionView
-
- expressions -
Variable in class mondrian.olap.MondrianDef.ExpressionView
-
- expResultCache -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- expShift -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- expSign -
Variable in class mondrian.util.Format.NumericFormat
-
- extendedContext -
Variable in class mondrian.rolap.agg.CellRequest
-
- externalSegmentCreated(SegmentHeader, MondrianServer) -
Method in class mondrian.rolap.agg.SegmentCacheManager
- Tells the cache that a segment is newly available in an external cache.
- externalSegmentDeleted(SegmentHeader, MondrianServer) -
Method in class mondrian.rolap.agg.SegmentCacheManager
- Tells the cache that a segment is no longer available in an external
cache.
- extractBodyFromSoap(Document) -
Static method in class mondrian.tui.XmlaSupport
-
- extractFaultNodesFromSoap(byte[]) -
Static method in class mondrian.tui.XmlaSupport
-
- extractFaultNodesFromSoap(Document) -
Static method in class mondrian.tui.XmlaSupport
-
- ExtractFunDef - Class in mondrian.olap.fun
- Definition of the
Extract MDX function. - extractHeaderAndBodyFromSoap(byte[]) -
Static method in class mondrian.tui.XmlaSupport
-
- extractHeaderAndBodyFromSoap(Document) -
Static method in class mondrian.tui.XmlaSupport
-
- extractNewAliases(MondrianDef.RelationOrJoin, MondrianDef.RelationOrJoin) -
Method in class mondrian.rolap.RolapCubeHierarchy
- Populates the alias map for the old and new relations.
- extractNodes(Node, String, String[][]) -
Static method in class mondrian.tui.XmlaSupport
- Given a Document and an xpath/namespace-array pair, extract and return
the Nodes resulting from applying the xpath.
- extractNodesFromSoapXmla(byte[]) -
Static method in class mondrian.tui.XmlaSupport
-
- extractNodesFromSoapXmla(Document) -
Static method in class mondrian.tui.XmlaSupport
-
- extractNodesFromXmla(byte[]) -
Static method in class mondrian.tui.XmlaSupport
-
- extractNodesFromXmla(Document) -
Static method in class mondrian.tui.XmlaSupport
-
- extractSoapResponse(Document, XmlaConstants.Content) -
Method in class mondrian.xmla.XmlaBasicTest
-
- extraPredicates(SqlQuery) -
Method in class mondrian.rolap.agg.AbstractQuerySpec
- Adds predicates not associated with columns.
- extraProperties -
Variable in class mondrian.xmla.Rowset
-
- extraTypes -
Static variable in class mondrian.test.loader.DBLoader.Type
-
Factory for JDBC 3.0.Factory for JDBC 4.1.Factory for JDBC 4.0.FailedCreateNewDefaultAggregateRules is 'Failed to create new default aggregate rules using property ''{0}'' with value ''{1}''.'
FailedToParseQuery is 'Failed to parse query ''{0}'''
FastBatchingCellReader doesn't really Read cells: when asked
to look up the values of stored measures, it lies, and records the fact
that the value was asked for.FastBatchingCellReader.FauxMemoryMonitor implements the MemoryMonitor
interface but does nothing: all methods are empty.Repository that reads
from a datasources.xml file.DynamicSchemaProcessor which allows a derived class
to easily process a schema file.Filter MDX function.FinalizerErrorMondrianServerImpl is 'An exception was encountered while finalizing a RolapSchema object instance.'
FinalizerErrorRolapConnection is 'An exception was encountered while finalizing a RolapConnection object instance.'
FinalizerErrorRolapSchema is 'An exception was encountered while finalizing a RolapSchema object instance.'
Dialect for the Firebird database.FoodMartTestCase is a unit test which runs against the FoodMart
database.ForceMessageRecorderError is 'Context ''{0}'': Client forcing return with errors ''{1,number}'''
Format formats numbers, strings and dates according to the
same specification as Visual Basic's
format() function.Format in a specific locale.
Format in a specific locale.
Format.BasicFormat which
allows a different format to be used for different kinds of values.Format.BasicFormat where
each value is formatted by applying a sequence of format elements.Format.CompoundFormat which has a
value when applied to a Calendar object.java.lang.FloatingDecimal.Format.BasicFormat which
prints values using Java's default formatting for their type.Format.BasicFormat which
prints a constant value, regardless of the value to be formatted.Format.FormatLocale for a given locale.Format.BasicFormat which
prints numbers with a given number of decimal places, leading zeroes, in
exponential notation, etc.Exp).
Format MDX function.Format.Formula is a clause in an MDX query which defines a Set or a
Member.Formula object.
FunCall is a function applied to a list of operands.FunctionMbrAndLevelHierarchyMismatch is 'The <level> and <member> arguments to {0} must be from the same hierarchy.
- functionName -
Variable in class mondrian.xmla.XmlaHandler.XmlaExtra.FunctionDefinition
-
- FunctionResolver -
Static variable in class mondrian.olap.fun.IsEmptyFunDef
-
- FunctionTest - Class in mondrian.olap.fun
FunctionTest tests the functions defined in
BuiltinFunTable.- FunctionTest() -
Constructor for class mondrian.olap.fun.FunctionTest
- Creates a FunctionTest.
- FunctionTest(String) -
Constructor for class mondrian.olap.fun.FunctionTest
- Creates a FuncionTest with an explicit name.
- FunDef - Interface in mondrian.olap
- Definition of an MDX function.
- FunDefBase - Class in mondrian.olap.fun
FunDefBase is the default implementation of FunDef.- FunDefBase(String, String, String, Syntax, int, int[]) -
Constructor for class mondrian.olap.fun.FunDefBase
- Creates an operator.
- FunDefBase(String, String, String) -
Constructor for class mondrian.olap.fun.FunDefBase
- Creates an operator.
- FunDefBase(String, String, String, String) -
Constructor for class mondrian.olap.fun.FunDefBase
- Creates an operator with an explicit signature.
- FunDefBase(Resolver, int, int[]) -
Constructor for class mondrian.olap.fun.FunDefBase
- Convenience constructor when we are created by a
Resolver.
- FunDefBase(FunDef) -
Constructor for class mondrian.olap.fun.FunDefBase
- Copy constructor.
- FunInfo - Class in mondrian.olap.fun
- Support class for the
CmdRunner allowing one to view
available functions and their syntax. - FunInfo(FunDef) -
Constructor for class mondrian.olap.fun.FunInfo
-
- FunInfo(MultiResolver) -
Constructor for class mondrian.olap.fun.FunInfo
-
- FunInfo(Resolver) -
Constructor for class mondrian.olap.fun.FunInfo
-
- FunInfo(String, String, String) -
Constructor for class mondrian.olap.fun.FunInfo
-
- FunTable - Interface in mondrian.olap
- List of all MDX functions.
- funTable -
Static variable in class mondrian.olap.ParserTest
-
- FunTable.Builder - Interface in mondrian.olap
- Builder that assists with the construction of a function table by
providing callbacks to define functions.
- FunTableImpl - Class in mondrian.olap.fun
- Abstract implementation of
FunTable. - FunTableImpl() -
Constructor for class mondrian.olap.fun.FunTableImpl
- Creates a FunTableImpl.
- FunUtil - Class in mondrian.olap.fun
FunUtil contains a set of methods useful within the mondrian.olap.fun package.- FunUtil() -
Constructor for class mondrian.olap.fun.FunUtil
-
- FunUtil.DescendingValueComparator - Class in mondrian.olap.fun
- Compares cell values, so that larger values compare first.
- FunUtil.DescendingValueComparator() -
Constructor for class mondrian.olap.fun.FunUtil.DescendingValueComparator
-
- FunUtil.Flag - Enum in mondrian.olap.fun
- Enumeration of the flags allowed to the
ORDER MDX function. - FunUtil.ObjIntPair<T> - Class in mondrian.olap.fun
- Tuple consisting of an object and an integer.
- FunUtil.ObjIntPair(T, int) -
Constructor for class mondrian.olap.fun.FunUtil.ObjIntPair
-
- FunUtil.OrderKey - Class in mondrian.olap.fun
-
- FunUtil.OrderKey(Member) -
Constructor for class mondrian.olap.fun.FunUtil.OrderKey
-
- FunUtil.Quicksorter<T> - Class in mondrian.olap.fun
- A functional for
FunUtil.partialSort(T[], java.util.Comparator, int) . - FunUtil.Quicksorter(T[], Comparator<T>) -
Constructor for class mondrian.olap.fun.FunUtil.Quicksorter
-
- FunUtil.SetWrapper - Class in mondrian.olap.fun
-
- FunUtil.SetWrapper() -
Constructor for class mondrian.olap.fun.FunUtil.SetWrapper
-
- FunUtil.SortKeySpec - Class in mondrian.olap.fun
-
- FunUtil.SortKeySpec(Calc, FunUtil.Flag) -
Constructor for class mondrian.olap.fun.FunUtil.SortKeySpec
-
- FunUtil.TupleExpMemoComparator - Class in mondrian.olap.fun
-
- FunUtil.TupleExpMemoComparator(Evaluator, Calc, int) -
Constructor for class mondrian.olap.fun.FunUtil.TupleExpMemoComparator
-
- futures -
Variable in class mondrian.rolap.BatchLoader.LoadBatchResponse
-
- fV(double, double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- fV(double, double, double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- fV(double, double, double, double, boolean) -
Static method in class mondrian.olap.fun.vba.Vba
-
- fWriter -
Variable in class mondrian.test.MondrianResultPrinter
-
tableName.columnName.
tableName.columnName.
Generate MDX function.Listeners.
JdbcDialectImpl.generateOrderByNulls(java.lang.String, boolean, boolean) method
that uses the ANSI syntax "expr direction NULLS LAST"
and "expr direction NULLS FIRST".
collateNullsLast
parameter.
Format in a specific locale, or retrieves
one from the cache if one already exists.
ResultStyles
acceptable to the caller.
ExplicitRules.Group in every
cubes in a given RolapStar.
DefaultDef.AggRule whose
tag equals this rule's tag.
DefaultDef.AggRule whose
tag equals the parameter tag, or null if not found.
SchemaReader.getMemberAncestors(Member, java.util.List).
iDepthth
ancestor.
Integer.MIN_VALUE if no approximation is known.
indexth argument to this function
call.
axisth axis value.
AxisOrdinal.StandardAxisOrdinal.ROWS.
Format.FormatLocale for a given Locale.
CellReader which reads cells from cache.
Exp.
TupleReader would return.
Category of the expression.
keys.
SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map) optimized for
double values.
SpatialValueTree2.SpatialRegion.getCellValue(java.util.Map) optimized for
int values.
parent at index index
in the parent's
child array.
parent at index index
in the parent's
child array.
index.
parent.
parent.
parent.
RolapStar.Tables.
member if they are currently in the
cache, otherwise returns null.
AggStar.Table objects.
ThreadLocal or null.
ThreadLocal or null.
MondrianDef.Expression, returns
the associated column name.
ith column.
RolapStar.Columns.
MondrianServer.getConnection(String, String, String)
taking a list of properties to pass down to the native connection.
RolapEvaluator.getContext(mondrian.olap.Hierarchy),
for internal code.
Result.
Dialect.DatabaseProduct.UNKNOWN if the database is
not a common database.
Types value to a
Dialect.Datatype.
ExpCompiler.Factory's implementation of the
ObjectFactory's abstract method which returns
the default ExpCompiler instance.
MemoryMonitorFactory's implementation of the
ObjectFactory's abstract method which returns
the default MemoryMonitor instance.
DimensionType.StandardDimension or
DimensionType.TimeDimension
double.
parent called name, or
an approximation according to matchType, returning
null if no element is found.
parent name, returning
null if no element is found.
ExecutorService object backed by a thread pool
with a fixed number of threads..
ExecutorService object backed by a thread pool
with a fixed number of threads..
ExecutorService object backed by an expanding
cached thread pool.
ExpCompiler instance, each call returns a
new compiler.
Recognizer.Matcher for
columns that should be ignored.
Recognizer.Matcher for this
foreign key column name.
Format.FormatLocale which precisely matches Locale,
if any, or null if there is none.
FunInfo objects.
hierarchy.
Recognizer.Matcher for the
fact count column.
ExplicitRules.TableDef for a tableName that is a candidate
aggregate table.
SegmentCacheIndex for a given
RolapStar.
DefaultRecognizer and the
DefaultRules class is a container of that instance.
ApplResources in
this servlet's context.
int.
parent; or null if this is the fact table.
n further along in the same level from
member.
n after member in the same
level (or before, if n is negative).
Recognizer.Matcher for a given
level's hierarchy's name, level name and column name.
level if they are currently in the
cache, otherwise returns null.
Logger.
Logger.
Listeners.
Hierarchy[] used on axis.
Recognizer.Matcher for the
given measure name (symbolic name), column name and aggregate name
(sum, count, etc.).
Member.
RolapMember with a given key.
RolapMember with a given key.
member, in depth order.
MemberCache to look up members before
creating them.
member.
member, optimized
for NON EMPTY.
members.
members
which is not empty in context.
parentMember to children.
parentMembers, sorted by ordinal.
member.
list all members between startMember
and endMember (inclusive) which belong to
level.
startMember and
endMember into list.
level whose ordinal lies
between startOrdinal and endOrdinal.
MemoryMonitorFactory instance.
MondrianOlap4jConnection.getMondrianConnection() that doesn't throw
a checked exception.
Object.
Properties parameter can
be used to look up a class name.
parameterTypes and
parameterValues are constructor parameters and
System Properties are used to look up a class name.
parameterTypes and
parameterValues are constructor parameters and
Properties parameter is used to look up a class name.
className,
parameterTypes and parameterValues or
throw a CreationException.
RolapStar, creating it if it does not exist.
Hierarchy.getNullMember()) if it has no parent.
ith column.
columnOrdinalth column.
columnName, where column name is
the generic SQL expression in the form of:
name.
propertyName.
propertyName.
propertyName,
matching according to the required case-sensitivity.
PropertyValueMapFactory instance.
Query which is being validated.
Query.
Execution.getStartTime(). This method is deprecated
and will be removed in mondrian-4.0
FoodMart.xml.
String) which may not be used as
identifiers.
Resolver objects.
int if it
exists, -1 otherwise.
Category code of the value returned by this
function.
SchemaReader
is implementing.
BitKey of the levels which can be
safely rolled up.
ScheduledExecutorService object backed by a
thread pool with a fixed number of threads..
SchemaReader for which this cube is the context for
lookup up members.
SchemaReader appropriate for the current
access-control context.
SchemaReader without any access control.
Throwable to a stack trace.
RolapStar.Measure in which a measure is stored.
RolapStar.Measure from which this
member is computed.
ExpCompiler.FactorygetStringProperty() -
Method in class mondrian.rolap.RolapMemberBase.PropertyValueMapFactoryFactory
MemoryMonitorFactorygetStringProperty() -
Method in class mondrian.util.ObjectFactory
StringProperty associated with this factory.
Recognizer.Matcher for this
tableName.
MondrianProperties.AggregateRuleTag property).
ExpCompiler implementation
or null.
OlapElement.getUniqueName() will have this behavior.
columnIndex and
rowIndex.
ValuePoolFactory instance.
GrandTotalTest is a test suite which tests scenarios of
using grand total against the FoodMart database.Dialect for the GreenplumSQL database.Segments that can be represented
as a GROUP BY GROUPING SET in a SQL query.GROUPING SETS
construct, if the DBMS supports it.GroupingSetsCollector collects the GroupinpSets and pass
the consolidated list to form group by grouping sets sqlSegmentDataset that have the
same dimensionality and identical axis values.SqlStatement.close(), and returns an exception which includes the full
stack, including a description of the high-level operation.
HangerDimensionTest tests the extended syntax of Order
function.SmartCache that uses hard
references.true if at least one of the descendants of the
given Member is inaccessible to this Role.
evaluator to determine if it has more
than one slicer member from any particular hierarchy.
Head and Tail
MDX builtin functions.Hierarchize MDX function.Hierarchy is a hierarchy expression.
Hierarchy is a set of members, organized into levels.Hierarchy.Hierarchy.<Hierarchy>.CurrentMember MDX
builtin function.<Hierarchy>.Dimension MDX
builtin function.Hierarchy as an MDX expression.HierarchyHasNoAccessibleMembers is 'Hierarchy ''{0}'' has no accessible members.'
HierarchyHasNoLevels is 'Hierarchy ''{0}'' must have at least one level.'
HierarchyInIndependentAxes is 'Hierarchy ''{0}'' appears in more than one independent axis.'
HierarchyInvalidForeignKey is 'Foreign key ''{0}'' of hierarchy ''{1}'' in cube ''{2}'' is not a column in the fact table.'
HierarchyLevelNamesNotUnique is 'Level names within hierarchy ''{0}'' are not unique; there is more than one level with name ''{1}''.'
HierarchyMustHaveForeignKey is 'Hierarchy ''{0}'' in cube ''{1}'' must have a foreign key, since it is not based on the cube''s fact table.'
HierarchyMustNotHaveMoreThanOneSource is 'Hierarchy ''{0}'' has more than one source (memberReaderClass, <Table>, <Join> or <View>)'
HierarchyUsage is the usage of a hierarchy in the context
of a cube.Result object to a string printing to standard
output directly, without buffering.
Dialect for the Hive database.Dialect for the Hsqldb database.CatalogLocator that returns
the path unchanged.Iif MDX function.IllegalLeftDeepJoin is 'Left side of join must not be a join; mondrian only supports right-deep joins.'
Repository for
a server that doesn't have a repository: each connection in the server
has its own catalog (specified in the connect string) and therefore the
catalog and schema metadata will be whatever pertains to that connection.Monitor for server state.Dialect for the Infobright database.Dialect for the Informix database.Dialect for the Ingres database.RolapStars.
Category.
Category.
MondrianResource.
MondrianResource for the given locale.
MondrianServer.getAggregationManager().
To get a server, call
MondrianServer.forConnection(mondrian.olap.Connection),
passing in a null connection if you absolutely must.
Integer is an integer expression.
int.int computation
has returned the MDX null value.
Dialect for the Interbase database.Internal is 'Internal error: {0}'
INTERSECT MDX function.Vba.int_(java.lang.Object) function on the native 'double' type.
IN.InvalidAxis is 'Invalid axis specification.
- invalidFlag -
Variable in class mondrian.gui.SchemaTreeCellRenderer
-
- InvalidHierarchyCondition -
Variable in class mondrian.resource.MondrianResource
InvalidHierarchyCondition is 'Hierarchy ''{0}'' is invalid (has no members)'
- InvalidHierarchyException - Exception in mondrian.olap
- Exception which indicates that a Cube is invalid
because there is a hierarchy with no members.
- InvalidHierarchyException(String) -
Constructor for exception mondrian.olap.InvalidHierarchyException
- Creates a InvalidHierarchyException.
- InvalidInsertLine -
Variable in class mondrian.resource.MondrianResource
InvalidInsertLine is 'Input line is not a valid INSERT statement; line {0,number}: {1}.'
- InverseNormalUdf - Class in mondrian.udf
- A user-defined function which returns the inverse normal distribution value
of its argument.
- InverseNormalUdf() -
Constructor for class mondrian.udf.InverseNormalUdf
-
- invoke(Object, Method, Object[]) -
Method in class mondrian.util.DelegatingInvocationHandler
-
- iPmt(double, double, double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- iPmt(double, double, double, double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- iPmt(double, double, double, double, double, boolean) -
Static method in class mondrian.olap.fun.vba.Vba
-
- IRR(double[]) -
Static method in class mondrian.olap.fun.vba.Vba
-
- IRR(double[], double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- IS -
Static variable in interface mondrian.olap.ParserSym
-
- IS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- is0000(Calendar) -
Static method in class mondrian.util.ScheduleUtil
-
- isAccepted() -
Method in class mondrian.gui.PreferencesSchemasDialog
-
- isAfterLast() -
Method in class mondrian.olap4j.EmptyResultSet
-
- isAfterLast() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- isAggregate() -
Method in class mondrian.rolap.agg.AbstractQuerySpec
-
- isAggregate() -
Method in class mondrian.rolap.agg.DrillThroughQuerySpec
-
- isAggregate() -
Method in class mondrian.rolap.agg.SegmentArrayQuerySpec
-
- isAggregationChanged(AggregationKey) -
Method in interface mondrian.spi.DataSourceChangeListener
- Deprecated. Checks if the given aggregation has changed since the previous
time this function was called.
- isAggregationChanged(AggregationKey) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl
-
- isAggregationChanged(AggregationKey) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl2
-
- isAggregationChanged(AggregationKey) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl3
-
- isAggregationChanged(AggregationKey) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl4
-
- isAll() -
Method in class mondrian.olap.fun.TestMember
-
- isAll() -
Method in interface mondrian.olap.Level
-
- isAll() -
Method in class mondrian.olap.LevelBase
-
- isAll() -
Method in interface mondrian.olap.Member
- Returns whether this is the 'all' member.
- isAll() -
Method in class mondrian.olap.MemberBase
-
- isAll() -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- isAll() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isAll() -
Method in class mondrian.rolap.RolapLevel
-
- isAllMember() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isAllMember() -
Method in interface mondrian.rolap.RolapMember
- Deprecated. will be removed in mondrian-4.0
- isAllMember() -
Method in class mondrian.rolap.RolapMemberBase
- Deprecated. Use
MemberBase.isAll(); will be removed in mondrian-4.0
- isAncestorOf(Member, Member, boolean) -
Static method in class mondrian.olap.fun.FunUtil
- Returns whether
m0 is an ancestor of m1.
- isApplicable() -
Method in class mondrian.test.loader.CsvDBTestCase
-
- isApplicableTo(double) -
Method in class mondrian.util.Format.BasicFormat
- Returns whether this format can handle a given value.
- isApplicableTo(long) -
Method in class mondrian.util.Format.BasicFormat
- Returns whether this format can handle a given value.
- isApplicableTo(double) -
Method in class mondrian.util.Format.CompoundFormat
-
- isApplicableTo(double) -
Method in class mondrian.util.Format.NumericFormat
-
- isArray(Object) -
Method in class mondrian.olap.fun.vba.Vba
-
- isAutoIncrement(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isBeforeFirst() -
Method in class mondrian.olap4j.EmptyResultSet
-
- isBeforeFirst() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- isBitSubset -
Static variable in class mondrian.util.PartiallyOrderedSetTest
-
- isBitSuperset -
Static variable in class mondrian.util.PartiallyOrderedSetTest
-
- isBlank(String) -
Static method in class mondrian.olap.Util
- Checks if a String is whitespace, empty ("") or null.
- isCacheAggregations() -
Method in class mondrian.rolap.RolapCube
- Returns true if this Cube is either virtual or if the Cube's
RolapStar is caching aggregates.
- isCacheAggregations() -
Method in class mondrian.rolap.RolapStar
- Returns whether the this RolapStar cache aggregates.
- isCacheDisabled() -
Method in class mondrian.rolap.RolapStar
-
- isCalculated() -
Method in class mondrian.olap.fun.TestMember
-
- isCalculated() -
Method in interface mondrian.olap.Member
- Returns whether this member is computed using either a
with
member clause in an mdx query or a calculated member defined in
cube.
- isCalculated() -
Method in class mondrian.olap.MemberBase
-
- isCalculated() -
Method in class mondrian.olap4j.MondrianOlap4jLevel
-
- isCalculated() -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- isCalculated() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isCalculated() -
Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
-
- isCalculatedInQuery() -
Method in class mondrian.olap.fun.TestMember
-
- isCalculatedInQuery() -
Method in interface mondrian.olap.Member
- Returns whether this member is computed from a
WITH MEMBER
clause in an MDX query.
- isCalculatedInQuery() -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- isCalculatedInQuery() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isCalculatedInQuery() -
Method in class mondrian.rolap.RolapCalculatedMember
-
- isCalculatedInQuery() -
Method in interface mondrian.rolap.RolapCalculation
- Returns whether this calculation is a member is computed from a
WITH MEMBER clause in an MDX query.
- isCalculatedInQuery() -
Method in class mondrian.rolap.RolapMemberBase
-
- isCalculatedInQuery() -
Method in class mondrian.rolap.RolapMemberCalculation
-
- isCalculatedInQuery() -
Method in class mondrian.rolap.RolapTupleCalculation
-
- isCancelled() -
Method in class mondrian.util.CompletedFuture
-
- isCancelled() -
Method in class mondrian.util.SlotFuture
-
- isCancelOrTimeout() -
Method in class mondrian.server.Execution
- Returns whether this execution is currently in a failed
state and will throw an exception as soon as the next check
is performed using
Execution.checkCancelOrTimeout().
- isCaseSensitive(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isCatalogAtStart() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- isCellEditable(int, int) -
Method in class mondrian.gui.PropertyTableModel
-
- isCellEditable(EventObject) -
Method in class mondrian.gui.SchemaPropertyCellEditor
- Asks the editor if it can start editing using
anEvent.
- isCellEditable(EventObject) -
Method in class mondrian.gui.SchemaTreeCellEditor
-
- isCellProperty() -
Method in class mondrian.olap.Property
- Returns whether this property is a standard cell property.
- isCellPropertyEmpty() -
Method in class mondrian.olap.Query
- Checks whether any cell property present in the query
- isChildOrEqualTo(Member) -
Method in class mondrian.olap.fun.TestMember
-
- isChildOrEqualTo(Member) -
Method in interface mondrian.olap.Member
- Returns whether
member is equal to, a child, or a
descendent of this Member.
- isChildOrEqualTo(Member) -
Method in class mondrian.olap.MemberBase
-
- isChildOrEqualTo(String) -
Method in class mondrian.olap.MemberBase
- Returns whether this
Member's unique name is equal to, a
child of, or a descendent of a member whose unique name is
uniqueName.
- isChildOrEqualTo(Member) -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- isChildOrEqualTo(Member) -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isClosed() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractCellSet
-
- isClosed() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractEmptyResultSet
-
- isClosed() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- isClosed() -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- isClosed(Object) -
Static method in class mondrian.test.Olap4jTest
- Calls
Statement.isClosed() or
ResultSet.isClosed() via reflection.
- isColExists(String, String, String) -
Method in class mondrian.gui.JdbcMetaData
-
- isColExists(String, String, String) -
Method in class mondrian.gui.validate.impl.WorkbenchJdbcValidator
-
- isColExists(String, String, String) -
Method in interface mondrian.gui.validate.JdbcValidator
- Returns true if column exists.
- isCollapsed() -
Method in class mondrian.olap.MondrianDef.AggLevel
-
- isCollapsed() -
Method in class mondrian.rolap.aggmatcher.AggStar.Table.Level
-
- isCollapsed() -
Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef.Level
- Returns whether this level is collapsed (includes
parent levels in the agg table).
- isCommitted() -
Method in class mondrian.tui.MockHttpServletResponse
- Returns a boolean indicating if the response has been committed.
- isCurrency(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isDate(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- isDate() -
Method in class mondrian.util.Format.Token
-
- isDecimal -
Variable in class mondrian.xmla.XmlaHandler.ValueInfo
-
- isDefaultNullMemberRepresentation() -
Method in class mondrian.test.FoodMartTestCase
-
- isDefinitelyWritable(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isDirty() -
Method in class mondrian.gui.SchemaExplorer
-
- isDirty() -
Method in interface mondrian.rolap.CellReader
-
- isDirty() -
Method in class mondrian.rolap.FastBatchingCellReader
- Returns whether this reader has told a lie.
- isDirty() -
Method in class mondrian.rolap.RolapResult
-
- isDistinct() -
Method in class mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
-
- isDistinct() -
Method in class mondrian.rolap.RolapAggregator
-
- isDivisor -
Static variable in class mondrian.util.PartiallyOrderedSetTest
-
- isDivisorInverse -
Static variable in class mondrian.util.PartiallyOrderedSetTest
-
- isDone() -
Method in class mondrian.util.CompletedFuture
-
- isDone() -
Method in class mondrian.util.SlotFuture
-
- isDrillable(Member) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- isDrillable(Member) -
Method in interface mondrian.olap.SchemaReader
- Returns whether a member has visible children.
- isDrillable(Member) -
Method in class mondrian.rolap.RolapSchemaReader
-
- isDrillThrough() -
Method in class mondrian.xmla.impl.DefaultXmlaRequest
-
- isDrillThrough() -
Method in interface mondrian.xmla.XmlaRequest
- Indicate whether statement is a drill through statement of
EXECUTE method.
- isDrillThroughEnabled() -
Method in class mondrian.olap4j.MondrianOlap4jCube
-
- isDynamic() -
Method in interface mondrian.olap.NamedSet
- Returns whether this named set is dynamic.
- isDynamic() -
Method in class mondrian.olap.Query.ScopedNamedSet
-
- isDynamic() -
Method in class mondrian.olap.SetBase
-
- isEditModeXML() -
Method in class mondrian.gui.SchemaExplorer
-
- isEmpty() -
Method in class mondrian.gui.validate.impl.WorkbenchTreeModelPath
-
- isEmpty() -
Method in interface mondrian.gui.validate.TreeModelPath
- Returns true if path has no components.
- isEmpty(String) -
Static method in class mondrian.gui.validate.ValidationUtils
- Returns whether an object is null or the empty string.
- isEmpty(Object[]) -
Static method in class mondrian.gui.validate.ValidationUtils
- Returns whether an array is null or empty
- isEmpty() -
Method in class mondrian.olap.fun.NativizeSetFunDef.Range
-
- isEmpty() -
Method in class mondrian.olap.Util.AbstractFlatList
-
- isEmpty(String) -
Static method in class mondrian.olap.Util
- Returns whether a string is null or empty.
- isEmpty() -
Method in class mondrian.olap4j.MondrianOlap4jCell
-
- isEmpty() -
Method in class mondrian.rolap.BitKey.Big
-
- isEmpty() -
Method in interface mondrian.rolap.BitKey
- Returns true if this
BitKey contains no bits that are set
to true.
- isEmpty() -
Method in class mondrian.rolap.BitKey.Mid128
-
- isEmpty() -
Method in class mondrian.rolap.BitKey.Small
-
- isEmpty() -
Method in class mondrian.rolap.StringList
-
- isEmpty() -
Method in class mondrian.util.CacheMap
-
- isEmpty() -
Method in class mondrian.util.ConcatenableList
-
- isEmpty() -
Method in class mondrian.util.FilteredIterableList
-
- isEmpty() -
Method in class mondrian.util.UnsupportedList
-
- isEmptyCrossJoinArg() -
Method in class mondrian.rolap.sql.MemberListCrossJoinArg
- Returns whether the input CJ arg is empty.
- IsEmptyFunDef - Class in mondrian.olap.fun
- Definition of the
IsEmpty MDX function. - IsEmptyFunDef(FunDef) -
Constructor for class mondrian.olap.fun.IsEmptyFunDef
-
- isEnabled() -
Method in class mondrian.gui.MondrianGuiDef.Cube
-
- isEnabled() -
Method in class mondrian.gui.MondrianGuiDef.VirtualCube
-
- isEnabled() -
Method in class mondrian.olap.MondrianDef.Cube
-
- isEnabled() -
Method in class mondrian.olap.MondrianDef.VirtualCube
-
- isEnabled() -
Method in class mondrian.rolap.aggmatcher.DefaultDef.Base
-
- isEnabled() -
Method in class mondrian.rolap.RolapNative
- if enabled == false, then createEvaluator will always return null
- isEnum() -
Method in enum mondrian.xmla.RowsetDefinition.Type
-
- isError() -
Method in interface mondrian.olap.Cell
- Returns whether the cell's calculation returned an error.
- isError(Object) -
Method in class mondrian.olap.fun.vba.Vba
-
- isError() -
Method in class mondrian.olap4j.MondrianOlap4jCell
-
- isError() -
Method in class mondrian.rolap.RolapCell
-
- isEvalAxes() -
Method in interface mondrian.olap.Evaluator
-
- isEvalAxes() -
Method in class mondrian.rolap.RolapEvaluator
-
- isEvaluated() -
Method in class mondrian.olap.fun.TestMember
-
- isEvaluated() -
Method in interface mondrian.olap.Member
- Returns whether this member should be evaluated within the Evaluator.
- isEvaluated() -
Method in class mondrian.olap.MemberBase
-
- isEvaluated() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isEvaluated() -
Method in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
-
- isExact() -
Method in enum mondrian.olap.MatchType
- Return true if either Exact or Exact Schema value
is selected.
- isExceptional -
Variable in class mondrian.util.Format.FloatingDecimal
-
- isExcluded(Object[]) -
Method in class mondrian.rolap.agg.Segment
- Returns whether a cell value is excluded from this segment.
- isExecuteSql() -
Method in class mondrian.rolap.BatchTestCase.TestListener
-
- isFilter() -
Method in interface mondrian.olap.AxisOrdinal
- Returns whether this is the filter (slicer) axis.
- isFilter() -
Method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
- isFirst() -
Method in class mondrian.olap4j.EmptyResultSet
-
- isFirst() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- isFoundEvaluator() -
Method in class mondrian.rolap.BatchTestCase.TestListener
-
- isFoundInCache() -
Method in class mondrian.rolap.BatchTestCase.TestListener
-
- isFunCall(String) -
Method in class mondrian.olap.Parser
- Returns whether the given identifier can possibly the name of an operator
with property syntax.
- IsFunDef - Class in mondrian.olap.fun
- Definition of the
IS MDX function. - IsFunDef(FunDef) -
Constructor for class mondrian.olap.fun.IsFunDef
-
- isFunky() -
Method in class mondrian.rolap.RolapStar.Table
- Note: I do not think that this is ever true.
- isGreenplum(DatabaseMetaData) -
Static method in class mondrian.spi.impl.PostgreSqlDialect
- Detects whether this database is Greenplum.
- isGroupingSetsSupported() -
Method in class mondrian.test.FoodMartTestCase
-
- isHidden() -
Method in class mondrian.olap.fun.TestMember
-
- isHidden() -
Method in interface mondrian.olap.Member
- Returns whether this member is 'hidden', as per the rules which define
a ragged hierarchy.
- isHidden() -
Method in class mondrian.olap.MemberBase
-
- isHidden() -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- isHidden() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isHidden() -
Method in class mondrian.rolap.RolapMemberBase
-
- isHierarchyAllowed(Hierarchy) -
Method in class mondrian.olap.CubeAccess
-
- isHierarchyChanged(RolapHierarchy) -
Method in interface mondrian.spi.DataSourceChangeListener
- Deprecated. Checks if the given hierarchy has changed since the previous
time this function was called.
- isHierarchyChanged(RolapHierarchy) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl
-
- isHierarchyChanged(RolapHierarchy) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl2
-
- isHierarchyChanged(RolapHierarchy) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl3
-
- isHierarchyChanged(RolapHierarchy) -
Method in class mondrian.spi.impl.DataSourceChangeListenerImpl4
-
- isHierarchyParentChild(Hierarchy) -
Method in class mondrian.olap4j.MondrianOlap4jExtra
-
- isHierarchyParentChild(Hierarchy) -
Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
- isHighCardinality() -
Method in interface mondrian.olap.Dimension
- Returns whether the dimension should be considered as a "high
cardinality" or "low cardinality" according to cube definition.
- isHighCardinality() -
Method in class mondrian.olap.DimensionBase
-
- isIgnoreCase() -
Method in class mondrian.gui.MondrianGuiDef.AggExclude
-
- isIgnoreCase() -
Method in class mondrian.gui.MondrianGuiDef.AggTable
-
- isIgnoreCase() -
Method in class mondrian.olap.MondrianDef.AggExclude
-
- isIgnoreCase() -
Method in class mondrian.olap.MondrianDef.AggTable
-
- isIgnoreCase() -
Method in class mondrian.rolap.aggmatcher.ExplicitRules.TableDef
- Return true if this name/pattern matching ignores case.
- isImmutable() -
Method in class mondrian.olap.EnumeratedValues
-
- isInfobright(DatabaseMetaData) -
Static method in class mondrian.spi.impl.MySqlDialect
- Detects whether this database is Infobright.
- isInitialized() -
Method in class mondrian.gui.validate.impl.WorkbenchJdbcValidator
-
- isInitialized() -
Method in interface mondrian.gui.validate.JdbcValidator
- Returns true if this object successfully connected to database (and
validation methods can now be called).
- isInstance(Object) -
Method in class mondrian.olap.type.BooleanType
-
- isInstance(Object) -
Method in class mondrian.olap.type.CubeType
-
- isInstance(Object) -
Method in class mondrian.olap.type.DateTimeType
-
- isInstance(Object) -
Method in class mondrian.olap.type.DimensionType
-
- isInstance(Object) -
Method in class mondrian.olap.type.HierarchyType
-
- isInstance(Object) -
Method in class mondrian.olap.type.LevelType
-
- isInstance(Object) -
Method in class mondrian.olap.type.MemberType
-
- isInstance(Object) -
Method in class mondrian.olap.type.NumericType
-
- isInstance(Object) -
Method in class mondrian.olap.type.ScalarType
-
- isInstance(Object) -
Method in class mondrian.olap.type.SetType
-
- isInstance(Object) -
Method in class mondrian.olap.type.StringType
-
- isInstance(Object) -
Method in class mondrian.olap.type.TupleType
-
- isInstance(Object) -
Method in interface mondrian.olap.type.Type
- Returns whether a value is valid for a type.
- isInternal() -
Method in class mondrian.olap.Property
- Returns whether this property is for system use only.
- isJoinRequired() -
Method in class mondrian.rolap.RolapNativeFilter.FilterConstraint
- Returns whether a join with the fact table is required.
- isJoinRequired() -
Method in class mondrian.rolap.RolapNativeSet.SetConstraint
- Returns whether a join with the fact table is required.
- isJoinRequired() -
Method in class mondrian.rolap.RolapNativeTopCount.TopCountConstraint
- Returns whether a join with the fact table is required.
- isJoinRequired() -
Method in class mondrian.rolap.SqlContextConstraint
- Returns whether a join with the fact table is required.
- isLast() -
Method in class mondrian.olap4j.EmptyResultSet
-
- isLast() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- isLeaf(Object) -
Method in class mondrian.gui.JdbcTreeModel
- Returns
true if node is a leaf.
- isLeaf(Object) -
Method in class mondrian.gui.SchemaTreeModel
- Returns
true if node is a leaf.
- isLevelCollapsed(AggStar, RolapCubeLevel) -
Static method in class mondrian.rolap.SqlMemberSource
- Determine if the given aggregate table has the dimension level
specified within in (AggStar.FactTable) it, aka collapsed,
or associated with foreign keys (AggStar.DimTable)
- isLevelUnique(Level) -
Method in class mondrian.olap4j.MondrianOlap4jExtra
-
- isLevelUnique(Level) -
Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
- isLoadInProgress() -
Method in class mondrian.rolap.RolapCube
-
- isLocal() -
Method in interface mondrian.spi.SegmentCache.SegmentCacheListener.SegmentCacheEvent
- Tells whether or not this event was a local event or
an event triggered by an operation on a remote node.
- isMeasure() -
Method in class mondrian.olap.fun.TestMember
-
- isMeasure() -
Method in class mondrian.olap.LevelBase
-
- isMeasure() -
Method in interface mondrian.olap.Member
- Returns whether this is a member of the measures dimension.
- isMeasure() -
Method in class mondrian.olap.MemberBase
-
- isMeasure() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isMeasures() -
Method in interface mondrian.olap.Dimension
- Returns whether this is the
[Measures] dimension.
- isMeasures() -
Method in class mondrian.olap.DimensionBase
-
- isMember() -
Method in class mondrian.olap.Formula
-
- isMemberProperty() -
Method in class mondrian.olap.Property
- Returns whether this property is a standard member property.
- isMissing(Object) -
Method in class mondrian.olap.fun.vba.Vba
-
- isModifiable() -
Method in class mondrian.mdx.ParameterExpr
- Returns whether the parameter can be modified.
- isModifiable() -
Method in interface mondrian.olap.Parameter
- Returns whether the value of this Parameter can be modified in a query.
- isModifiable() -
Method in class mondrian.olap.ParameterImpl
- Returns whether the parameter can be modified.
- isModifiable() -
Method in class mondrian.rolap.RolapSchemaParameter
-
- isMutable() -
Method in class mondrian.olap.RoleImpl
- Returns whether modifications are possible.
- isMutable() -
Method in class mondrian.rolap.CacheMemberReader
-
- isMutable() -
Method in interface mondrian.rolap.MemberCache
- Returns whether the cache supports removing selected items.
- isMutable() -
Method in class mondrian.rolap.MemberCacheHelper
-
- isMutable() -
Method in class mondrian.rolap.MemberNoCacheHelper
-
- isMutable() -
Method in class mondrian.rolap.NoCacheMemberReader
-
- isNameColumn() -
Method in class mondrian.rolap.RolapStar.Column
-
- isNameEquals(String) -
Method in class mondrian.olap.CellProperty
- checks whether cell property is equals to passed parameter.
- isNativeCompatible() -
Method in enum mondrian.olap.fun.NativizeSetFunDef.NativeElementType
-
- isNegative -
Variable in class mondrian.util.Format.FloatingDecimal
-
- isNewFile() -
Method in class mondrian.gui.SchemaExplorer
-
- isNonEmpty() -
Method in interface mondrian.olap.Evaluator
- Returns true for an axis that is NON EMPTY.
- isNonEmpty() -
Method in class mondrian.olap.QueryAxis
- Returns whether the axis has the
NON EMPTY property set.
- isNonEmpty() -
Method in class mondrian.rolap.RolapEvaluator
-
- isNull() -
Method in interface mondrian.olap.Cell
- Returns whether the cell's value is null.
- isNull() -
Method in class mondrian.olap.fun.TestMember
-
- isNull(Object) -
Method in class mondrian.olap.fun.vba.Vba
-
- isNull() -
Method in interface mondrian.olap.Member
- Returns whether this is the 'null member'.
- isNull() -
Method in class mondrian.olap.MemberBase
-
- isNull(Object) -
Static method in class mondrian.olap.Util
-
- isNull() -
Method in class mondrian.olap4j.MondrianOlap4jCell
-
- isNull(CellKey) -
Method in class mondrian.rolap.agg.DenseNativeSegmentDataset
-
- isNull(int) -
Method in class mondrian.rolap.agg.DenseNativeSegmentDataset
- Returns whether the value at the given offset is null.
- isNull(CellKey) -
Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
-
- isNull(CellKey) -
Method in interface mondrian.rolap.agg.SegmentDataset
- Returns whether the cell at a given coordinate is null.
- isNull(int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- isNull(int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.DoubleColumn
-
- isNull(int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.IntColumn
-
- isNull(int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- isNull(int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.LongColumn
-
- isNull(int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.ObjectColumn
-
- isNull(CellKey) -
Method in class mondrian.rolap.agg.SparseSegmentDataset
-
- isNull() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isNull() -
Method in class mondrian.rolap.RolapCell
-
- isNullable(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isNullable(int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- isNullable() -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
- False means the column definitely does not allow NULL values.
- IsNullFunDef - Class in mondrian.olap.fun
- Definition of the
IS NULL MDX function. - IsNullFunDef(FunDef) -
Constructor for class mondrian.olap.fun.IsNullFunDef
-
- isNumeric(Object) -
Method in class mondrian.olap.fun.vba.Vba
-
- isNumeric() -
Method in enum mondrian.spi.Dialect.Datatype
- Returns whether this is a numeric datatype.
- isNumeric() -
Method in class mondrian.util.Format.Token
-
- isObject(Object) -
Method in class mondrian.olap.fun.vba.Vba
-
- isOrdered() -
Method in class mondrian.olap.QueryAxis
- Returns whether the axis has the
ORDER property set.
- isOrdered() -
Method in class mondrian.rolap.agg.AbstractQuerySpec
- Whether to add an ORDER BY clause to make results deterministic.
- isOrdered() -
Method in class mondrian.rolap.agg.DrillThroughQuerySpec
-
- isParam(String) -
Static method in class mondrian.tui.CmdRunner
-
- isParameterSet() -
Method in interface mondrian.calc.ParameterSlot
- Returns whether the parameter has been assigned a value.
- isParentChild() -
Method in class mondrian.rolap.RolapLevel
- Returns whether this level is parent-child.
- isParentChildLeaf() -
Method in class mondrian.olap.fun.TestMember
-
- isParentChildLeaf() -
Method in interface mondrian.olap.Member
-
- isParentChildLeaf() -
Method in class mondrian.olap.MemberBase
-
- isParentChildLeaf() -
Method in class mondrian.rolap.DelegatingRolapMember
-
- isParentChildLeaf() -
Method in class mondrian.rolap.RolapMemberBase
-
- isPartOfSelect(RolapStar.Column) -
Method in class mondrian.rolap.agg.AbstractQuerySpec
- Allows subclasses to specify if a given column must
be returned as part of the result set, in the select clause.
- isPartOfSelect(RolapStar.Measure) -
Method in class mondrian.rolap.agg.AbstractQuerySpec
- Allows subclasses to specify if a given column must
be returned as part of the result set, in the select clause.
- isPartOfSelect(RolapStar.Column) -
Method in class mondrian.rolap.agg.DrillThroughQuerySpec
-
- isPartOfSelect(RolapStar.Measure) -
Method in class mondrian.rolap.agg.DrillThroughQuerySpec
-
- isPoolable() -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- isPreferInterpreter(CrossJoinArg[], boolean) -
Method in class mondrian.rolap.RolapNativeSet
- Tests whether non-native evaluation is preferred for the
given arguments.
- isPreferInterpreter(boolean) -
Method in interface mondrian.rolap.sql.CrossJoinArg
-
- isPreferInterpreter(boolean) -
Method in class mondrian.rolap.sql.DescendantsCrossJoinArg
-
- isPreferInterpreter(boolean) -
Method in class mondrian.rolap.sql.MemberListCrossJoinArg
-
- isPrivate() -
Method in class mondrian.rolap.HierarchyUsage
-
- isProperty(String) -
Method in class mondrian.olap.fun.FunTableImpl
-
- isProperty(String) -
Method in interface mondrian.olap.FunTable
- Returns whether a string is a property-style (postfix)
operator.
- isProperty(String) -
Static method in class mondrian.tui.CmdRunner
-
- isPropertyInternal(Property) -
Method in class mondrian.olap4j.MondrianOlap4jExtra
-
- isPropertyInternal(Property) -
Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
- isRagged() -
Method in class mondrian.olap.HierarchyBase
-
- isRagged() -
Method in class mondrian.rolap.RolapHierarchy
- A hierarchy is ragged if it contains one or more levels with hidden
members.
- isReadOnly(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isReadOnly() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- isReadOnly() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- isReady() -
Method in class mondrian.rolap.aggmatcher.AggGen
- Return true if this instance is ready to generate the sql.
- isRegistered() -
Method in interface mondrian.util.LockBox.Entry
- Returns whether the entry is still valid.
- isRequestedSessionIdFromCookie() -
Method in class mondrian.tui.MockHttpServletRequest
- Checks whether the requested session ID came in as a cookie.
- isRequestedSessionIdFromURL() -
Method in class mondrian.tui.MockHttpServletRequest
- Checks whether the requested session ID came in as part of the request
URL.
- isRequestedSessionIdFromUrl() -
Method in class mondrian.tui.MockHttpServletRequest
-
- isRequestedSessionIdValid() -
Method in class mondrian.tui.MockHttpServletRequest
- Checks whether the requested session ID is still valid.
- isReserved(String) -
Method in class mondrian.olap.fun.FunTableImpl
-
- isReserved(String) -
Method in interface mondrian.olap.FunTable
- Returns whether a string is a reserved word.
- isRestricted(RowsetDefinition.Column) -
Method in class mondrian.xmla.Rowset
- Returns true if there is a restriction for the given column
definition.
- isResultCache() -
Method in class mondrian.web.taglib.QueryTag
-
- isScalar(int) -
Static method in class mondrian.olap.Category
- Returns whether a category represents a scalar type.
- isScenario(Hierarchy) -
Static method in class mondrian.rolap.ScenarioImpl
- Returns whether a hierarchy is the [Scenario] hierarchy.
- isSchemaExists(String) -
Method in class mondrian.gui.validate.impl.WorkbenchJdbcValidator
-
- isSchemaExists(String) -
Method in interface mondrian.gui.validate.JdbcValidator
- Returns true if schema exists.
- isSearchable(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isSecure() -
Method in class mondrian.tui.MockHttpServletRequest
- Returns a boolean indicating whether this request was made using a
secure channel, such as HTTPS.
- isSet() -
Method in interface mondrian.olap.Parameter
- Returns whether the value of this parameter has been set.
- isSet() -
Method in class mondrian.olap.ParameterImpl
-
- isSet(Type) -
Static method in class mondrian.olap.type.TypeUtil
- Returns whether a type is a set type.
- isSet(int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- isSet() -
Method in class mondrian.rolap.RolapSchemaParameter
-
- isShared() -
Method in class mondrian.rolap.HierarchyUsage
-
- isSigned(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isSigned(int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- isSimple() -
Method in class mondrian.rolap.RolapLevel
- Indicates that level is not ragged and not a parent/child level.
- isSorted(List<T>) -
Static method in class mondrian.olap.Util
- Returns whether a list is strictly sorted.
- isSorted(List<RolapMember>) -
Method in class mondrian.rolap.SmartMemberReader
- Returns true if every element of
members is not null and is
strictly less than the following element; false otherwise.
- isSpecial() -
Method in class mondrian.util.Format.Token
-
- isStablySorted(PartialSortTest.Item[], int, boolean) -
Static method in class mondrian.olap.fun.PartialSortTest.Item
-
- isStale() -
Method in class mondrian.olap.MondrianPropertiesBase.FilePropertySource
-
- isStale() -
Method in interface mondrian.olap.MondrianPropertiesBase.PropertySource
- Returns true if the source exists and has been modified since last
time we called
MondrianPropertiesBase.PropertySource.openStream().
- isStale() -
Method in class mondrian.olap.MondrianPropertiesBase.UrlPropertySource
-
- isStandard() -
Method in class mondrian.olap.Property
- Returns whether this property is standard.
- isString() -
Method in class mondrian.util.Format.Token
-
- isSubset(SegmentHeader, Segment) -
Static method in class mondrian.rolap.agg.SegmentBuilder
- Tells if the passed segment is a subset of this segment
and could be used for a rollup in cache operation.
- isSuperSet(Member[], Member[]) -
Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- Returns whether tuple1 is a superset of tuple2.
- isSuperSetOf(BitKey) -
Method in class mondrian.rolap.BitKey.Big
-
- isSuperSetOf(BitKey) -
Method in interface mondrian.rolap.BitKey
- Is every bit set in the parameter
bitKey also set in
this.
- isSuperSetOf(BitKey) -
Method in class mondrian.rolap.BitKey.Mid128
-
- isSuperSetOf(BitKey) -
Method in class mondrian.rolap.BitKey.Small
-
- isTableExists(String, String) -
Method in class mondrian.gui.JdbcMetaData
-
- isTableExists(String, String) -
Method in class mondrian.gui.validate.impl.WorkbenchJdbcValidator
-
- isTableExists(String, String) -
Method in interface mondrian.gui.validate.JdbcValidator
- Returns true if table exists.
- isText(int) -
Static method in class mondrian.rolap.aggmatcher.JdbcSchema
- Returns true if the parameter is a java.sql.Type text type.
- isTime() -
Method in enum mondrian.olap.LevelType
- Deprecated. Returns whether this is a time level.
- isTime(Calendar) -
Static method in class mondrian.util.ScheduleUtil
-
- isUnionCompatible(Type, Type) -
Static method in class mondrian.olap.type.TypeUtil
- Returns whether this type is union-compatible with another.
- isUnique() -
Method in class mondrian.rolap.RolapLevel
-
- isUniqueColumnType(Set<JdbcSchema.UsageType>) -
Static method in class mondrian.rolap.aggmatcher.JdbcSchema
- Determine if the parameter represents a single column type, i.e., the
column only has one usage.
- isUnsatisfiable() -
Method in class mondrian.rolap.agg.CellRequest
- Returns whether this cell request is impossible to satisfy.
- isUserInRole(String) -
Method in class mondrian.tui.MockHttpServletRequest
- Returns a boolean indicating whether the authenticated user is included
in the specified logical "role".
- isUsingCubeFact() -
Method in class mondrian.rolap.RolapCubeHierarchy
-
- isValid(int) -
Method in class mondrian.olap.EnumeratedValues
- Returns whether
ordinal is valid for this enumeration.
- isValid(int) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractConnection
-
- isValid(boolean) -
Method in class mondrian.util.PartiallyOrderedSet
- Checks internal consistency of this lattice.
- isValidContext(Evaluator, boolean) -
Static method in class mondrian.rolap.SqlContextConstraint
-
- isValidContext(Evaluator, boolean, Level[], boolean) -
Static method in class mondrian.rolap.SqlContextConstraint
-
- isValidProperty(String, Level) -
Static method in class mondrian.olap.Util
- Returns whether a property is valid for a member of a given level.
- isValidXsdInt(long) -
Static method in class mondrian.xmla.XmlaHandler
-
- isVirtual() -
Method in class mondrian.rolap.HierarchyUsage
-
- isVirtual() -
Method in class mondrian.rolap.RolapCube
- Returns whether this cube is virtual.
- isVisible(Member) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- isVisible() -
Method in class mondrian.olap.fun.TestMember
-
- isVisible() -
Method in interface mondrian.olap.OlapElement
- Returns whether this element is visible to end-users.
- isVisible() -
Method in class mondrian.olap.OlapElementBase
-
- isVisible() -
Method in class mondrian.olap.Query.ScopedNamedSet
-
- isVisible(Member) -
Method in interface mondrian.olap.SchemaReader
- Returns whether a member is visible.
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jCube
-
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jDimension
-
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jHierarchy
-
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jLevel
-
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jNamedSet
-
- isVisible() -
Method in class mondrian.olap4j.MondrianOlap4jProperty
-
- isVisible(Member) -
Method in class mondrian.rolap.RolapSchemaReader
-
- isWrapperFor(Class<?>) -
Method in interface mondrian.calc.Calc
-
- isWrapperFor(Class<?>) -
Method in class mondrian.calc.impl.AbstractCalc
-
Default implementation just does 'instanceof TargetClass'.
- isWrapperFor(Class<?>) -
Method in class mondrian.olap.fun.NativizeSetFunDef.NonNativeCalc
-
Default implementation just does 'instanceof TargetClass'.
- isWrapperFor(Class<?>) -
Method in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.EmptyResultSet
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.MondrianOlap4jMetadataElement
-
- isWrapperFor(Class<?>) -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- isWritable(int) -
Method in class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- isXsltCache() -
Method in class mondrian.web.taglib.TransformTag
-
- iter0(Iterable<Triple<T0, T1, T2>>) -
Static method in class mondrian.util.Triple
- Returns an iterable over the slice #0 of an iterable.
- iter1(Iterable<Triple<T0, T1, T2>>) -
Static method in class mondrian.util.Triple
- Returns an iterable over the slice #1 of an iterable.
- iter2(Iterable<Triple<T0, T1, T2>>) -
Static method in class mondrian.util.Triple
- Returns an iterable over the slice #2 of an iterable.
- ITERABLE_ANY -
Static variable in enum mondrian.calc.ResultStyle
-
- ITERABLE_LIST -
Static variable in enum mondrian.calc.ResultStyle
-
- ITERABLE_LIST_MUTABLELIST -
Static variable in enum mondrian.calc.ResultStyle
-
- ITERABLE_LIST_MUTABLELIST_ANY -
Static variable in enum mondrian.calc.ResultStyle
-
- ITERABLE_MUTABLELIST -
Static variable in enum mondrian.calc.ResultStyle
-
- ITERABLE_MUTABLELIST_LIST -
Static variable in enum mondrian.calc.ResultStyle
-
- ITERABLE_ONLY -
Static variable in enum mondrian.calc.ResultStyle
-
- IterableListCalc - Class in mondrian.calc.impl
- Adapter that converts a
IterCalc to a
ListCalc. - IterableListCalc(IterCalc) -
Constructor for class mondrian.calc.impl.IterableListCalc
- Creates an IterableListCalc.
- IterationLimit -
Variable in class mondrian.olap.MondrianProperties
- Integer property indicating the maximum number of iterations
allowed when iterating over members to compute aggregates.
- IterationLimitExceeded -
Variable in class mondrian.resource.MondrianResource
IterationLimitExceeded is 'Number of iterations exceeded limit of {0,number}'
- Iterations -
Variable in class mondrian.olap.MondrianProperties
- Not documented.
- iterator() -
Method in class mondrian.calc.impl.AbstractTupleIterable
-
- iterator() -
Method in class mondrian.calc.impl.AbstractTupleList
-
- iterator() -
Method in class mondrian.calc.impl.UnaryTupleList
-
- iterator(TupleCursor) -
Static method in class mondrian.calc.TupleCollections
- Adapts a
TupleCursor into a TupleIterator.
- iterator() -
Method in class mondrian.olap.Util.AbstractFlatList
-
- iterator() -
Method in class mondrian.olap.Util.PropertyList
-
- iterator() -
Method in class mondrian.olap4j.MondrianOlap4jCellSetAxis
-
- iterator() -
Method in class mondrian.rolap.agg.DenseSegmentDataset
-
- iterator() -
Method in class mondrian.rolap.agg.SparseSegmentDataset
-
- iterator() -
Method in class mondrian.rolap.BitKey.Big
-
- iterator() -
Method in interface mondrian.rolap.BitKey
- An Iterator over the bit positions.
- iterator() -
Method in class mondrian.rolap.BitKey.Mid128
-
- iterator() -
Method in class mondrian.rolap.BitKey.Small
- To say that I am happy about this algorithm (or the variations
of the algorithm used for the Mid128 and Big BitKey implementations)
would be a stretch.
- iterator() -
Method in class mondrian.rolap.cache.HardSmartCache
-
- iterator() -
Method in class mondrian.rolap.cache.SoftSmartCache
-
- iterator() -
Method in class mondrian.test.loader.CsvDBLoader.CsvLoaderRowStream
-
- iterator() -
Method in class mondrian.test.loader.CsvDBLoader.ListRowStream
-
- iterator() -
Method in interface mondrian.test.loader.DBLoader.RowStream
-
- iterator() -
Method in class mondrian.util.ArraySortedSet
-
- iterator() -
Method in class mondrian.util.CartesianProductList
-
- iterator() -
Method in class mondrian.util.ConcatenableList
-
- iterator() -
Method in class mondrian.util.ObjectPool
- Returns an Iterator of this
ObjectPool.
- iterator() -
Method in class mondrian.util.PartiallyOrderedSet
-
- iterator() -
Method in class mondrian.util.TraversalList
-
- iterator() -
Method in class mondrian.util.UnsupportedList
-
- IterCalc - Interface in mondrian.calc
- Expression that evaluates a set of tuples to a
TupleIterable. MdxParserValidator, using the
JavaCC parser generator.DialectFactory for subclasses
of JdbcDialectImpl.Dialect based on a JDBC connection and metadata.DataSourceResolver that looks up
a data source using JNDI.level is joined to the fact
table
SaxWriter which, perversely, generates a
JSON (JavaScript Object Notation) document.LastPeriods MDX function.Lead and Lag MDX functions.Level is a level expression.
Level is a group of Members in a Hierarchy,
all with the same attributes and at the same depth in the hierarchy.Level.Level.<Level>.Dimension
MDX builtin function.Level as an MDX expression.<Level>.Hierarchy MDX builtin function.<Level>.Members MDX function.LevelMustHaveNameExpression is 'Level ''{0}'' must have a name expression (a ''column'' attribute or an <Expression> child'
LevelTableParentNotFound is 'The level {0} makes use of the ''parentColumn'' attribute, but a parent member for key {1} is missing.
- levelType -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- levelType -
Variable in class mondrian.olap.LevelBase
-
- LevelType - Enum in mondrian.olap
- Deprecated. Will be replaced with
Level.Type
before mondrian-4.0. - levelType -
Variable in class mondrian.olap.MondrianDef.Level
-
- LevelType - Class in mondrian.olap.type
- The type of an expression which represents a level.
- LevelType(Dimension, Hierarchy, Level) -
Constructor for class mondrian.olap.type.LevelType
- Creates a type representing a level.
- LEXICAL_ERROR -
Static variable in error mondrian.parser.TokenMgrError
- Lexical error occurred.
- LexicalError(boolean, int, int, int, String, char) -
Static method in error mondrian.parser.TokenMgrError
- Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.
- lexStateNames -
Static variable in class mondrian.parser.MdxParserImplTokenManager
- Lexer state names.
- LimitExceededDuringCrossjoin -
Variable in class mondrian.resource.MondrianResource
LimitExceededDuringCrossjoin is 'Size of CrossJoin result ({0,number}) exceeded limit ({1,number})'
- line -
Variable in class mondrian.parser.SimpleCharStream
-
- LINE_SEP -
Static variable in class mondrian.tui.XmlUtil
-
- linearReg(List, List) -
Static method in class mondrian.olap.fun.LinReg
-
- lineNumber -
Variable in class mondrian.olap.fun.ResultStyleCompiler.MultiCalc
-
- LinReg - Class in mondrian.olap.fun
- Abstract base class for definitions of linear regression functions.
- LinReg(FunDef, int) -
Constructor for class mondrian.olap.fun.LinReg
-
- LinReg.InterceptFunDef - Class in mondrian.olap.fun
- Definition of the
LinRegIntercept MDX function. - LinReg.InterceptFunDef(FunDef) -
Constructor for class mondrian.olap.fun.LinReg.InterceptFunDef
-
- LinReg.PointFunDef - Class in mondrian.olap.fun
- Definition of the
LinRegPoint MDX function. - LinReg.PointFunDef(FunDef) -
Constructor for class mondrian.olap.fun.LinReg.PointFunDef
-
- LinReg.R2FunDef - Class in mondrian.olap.fun
- Definition of the
LinRegR2 MDX function. - LinReg.R2FunDef(FunDef) -
Constructor for class mondrian.olap.fun.LinReg.R2FunDef
-
- LinReg.SlopeFunDef - Class in mondrian.olap.fun
- Definition of the
LinRegSlope MDX function. - LinReg.SlopeFunDef(FunDef) -
Constructor for class mondrian.olap.fun.LinReg.SlopeFunDef
-
- LinReg.Value - Class in mondrian.olap.fun
-
- LinReg.Value(double, double, List, List) -
Constructor for class mondrian.olap.fun.LinReg.Value
-
- LinReg.VarianceFunDef - Class in mondrian.olap.fun
- Definition of the
LinRegVariance MDX function. - LinReg.VarianceFunDef(FunDef) -
Constructor for class mondrian.olap.fun.LinReg.VarianceFunDef
-
- list -
Variable in class mondrian.calc.impl.UnaryTupleList
-
- list -
Variable in class mondrian.olap.Util.PropertyList
-
- LIST_MUTABLELIST -
Static variable in enum mondrian.calc.ResultStyle
-
- LIST_ONLY -
Static variable in enum mondrian.calc.ResultStyle
-
- listAllSchemas() -
Method in class mondrian.gui.JdbcMetaData
-
- ListCalc - Interface in mondrian.calc
- Expression which evaluates a set of members or tuples to a list.
- ListColumnPredicate - Class in mondrian.rolap.agg
- Predicate which is the union of a list of predicates, each of which applies
to the same, single column.
- ListColumnPredicate(RolapStar.Column, List<StarColumnPredicate>) -
Constructor for class mondrian.rolap.agg.ListColumnPredicate
- Creates a ListColumnPredicate
- listCubeAttribues(String, StringBuilder) -
Method in class mondrian.tui.CmdRunner
-
- listCubeName(StringBuilder) -
Method in class mondrian.tui.CmdRunner
-
- listEditor -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- listEditor -
Variable in class mondrian.gui.SchemaTreeCellEditor
-
- listEditorValue -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- listener -
Variable in class mondrian.rolap.RolapNative
-
- listener -
Variable in class mondrian.util.AbstractMemoryMonitor.Entry
-
- Listener - Class in mondrian.web.taglib
Listener creates and destroys a ApplResources at the
appropriate times in the servlet's life-cycle.- Listener() -
Constructor for class mondrian.web.taglib.Listener
-
- Listener.ApplicationContext - Interface in mondrian.web.taglib
-
- listeners -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- listeners -
Variable in class mondrian.gui.SchemaTreeCellEditor
-
- listIterator() -
Method in class mondrian.olap.Util.AbstractFlatList
-
- listIterator(int) -
Method in class mondrian.olap.Util.AbstractFlatList
-
- listIterator(int) -
Method in class mondrian.util.FilteredIterableList
-
- listIterator(int) -
Method in class mondrian.util.TraversalList
-
- listIterator() -
Method in class mondrian.util.TraversalList
-
- listIterator() -
Method in class mondrian.util.UnsupportedList
-
- listIterator(int) -
Method in class mondrian.util.UnsupportedList
-
- listParam(String, StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- listParameterNameValues(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- ListPredicate - Class in mondrian.rolap.agg
- Base class for
AndPredicate and OrPredicate. - ListPredicate(List<StarPredicate>) -
Constructor for class mondrian.rolap.agg.ListPredicate
-
- listPropertiesAll(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- listProperty(String, StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- listPropertyNames(StringBuilder) -
Static method in class mondrian.tui.CmdRunner
-
- ListRecorder - Class in mondrian.recorder
- Implementation of
MessageRecorder that records each message
in a List. - ListRecorder() -
Constructor for class mondrian.recorder.ListRecorder
-
- ListRecorder.Entry - Class in mondrian.recorder
- Entry is a Info, Warning or Error message.
- ListRenderer - Class in mondrian.gui
ListRenderer ...- ListRenderer(ListCellRenderer) -
Constructor for class mondrian.gui.ListRenderer
-
- listRenderer -
Variable in class mondrian.gui.SchemaPropertyCellRenderer
-
- ListResolver -
Static variable in class mondrian.olap.fun.GenerateFunDef
-
- listToBuffer(StringBuilder, List<SqlQuery.ClauseList>, boolean, String, String, String, String) -
Static method in class mondrian.rolap.sql.SqlQuery.ClauseList
-
- ListTupleList - Class in mondrian.calc.impl
- Implementation of
TupleList that stores tuples
end-to-end in a backing list. - ListTupleList(int, List<Member>) -
Constructor for class mondrian.calc.impl.ListTupleList
- Creates a ListTupleList.
- Literal - Class in mondrian.olap
- Represents a constant value, such as a string or number, in a parse tree.
- LiteralStarPredicate - Class in mondrian.rolap.agg
- A constraint which always returns true or false.
- LiteralStarPredicate(RolapStar.Column, boolean) -
Constructor for class mondrian.rolap.agg.LiteralStarPredicate
- Creates a LiteralStarPredicate.
- load(SegmentCacheManager, int, RolapStar.Column[], List<RolapStar.Measure>, StarColumnPredicate[], GroupingSetsCollector, List<Future<Map<Segment, SegmentWithData>>>) -
Method in class mondrian.rolap.agg.Aggregation
- Loads a set of segments into this aggregation, one per measure,
each constrained by the same set of column values, and each pinned
once.
- load(int, List<GroupingSet>, List<StarPredicate>, List<Future<Map<Segment, SegmentWithData>>>) -
Method in class mondrian.rolap.agg.SegmentLoader
- Loads data for all the segments of the GroupingSets.
- load() -
Method in class mondrian.rolap.aggmatcher.JdbcSchema
- This forces the tables to be loaded.
- load() -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
-
- load(List<Future<Map<Segment, SegmentWithData>>>) -
Method in class mondrian.rolap.BatchLoader.CompositeBatch
-
- load(List<CellRequest>) -
Method in class mondrian.rolap.BatchLoader
- Determines which segments need to be loaded from external cache,
created using roll up, or created using SQL to satisfy a given list
of cell requests.
- load(String, String) -
Method in class mondrian.rolap.RolapSchema
- Method called by all constructors to load the catalog into DOM and build
application mdx and sql objects.
- LOAD_TABLE_ROWS_PROP -
Static variable in class mondrian.test.loader.DBLoader
-
- LOAD_TABLE_ROWS_SUFFIX_DEFAULT -
Static variable in class mondrian.test.loader.DBLoader
-
- loadAggGroup(MondrianDef.Cube) -
Method in class mondrian.rolap.RolapCube
-
- loadAggregation(SegmentCacheManager, int, List<RolapStar.Measure>, RolapStar.Column[], AggregationKey, StarColumnPredicate[], GroupingSetsCollector, List<Future<Map<Segment, SegmentWithData>>>) -
Static method in class mondrian.rolap.agg.AggregationManager
- Called by FastBatchingCellReader.load where the
RolapStar creates an Aggregation if needed.
- loadAggregation(List<Future<Map<Segment, SegmentWithData>>>) -
Method in class mondrian.rolap.BatchLoader.Batch
-
- loadAggregation(GroupingSetsCollector, List<Future<Map<Segment, SegmentWithData>>>) -
Method in class mondrian.rolap.BatchLoader.Batch
-
- loadAggregations() -
Method in class mondrian.rolap.FastBatchingCellReader
- Resolves any pending cell reads using the cache.
- loadColumns(String[], String[], int) -
Method in class mondrian.test.loader.CsvDBLoader
-
- loadData(SqlStatement, GroupingSetsList) -
Method in class mondrian.rolap.agg.SegmentLoader
-
- loadDatabaseMeta() -
Method in class mondrian.gui.Workbench
- load database meta
- loadDrivers(String) -
Static method in class mondrian.rolap.RolapUtil
- Loads a set of JDBC drivers.
- loadFailed(RolapStar, SegmentHeader, Throwable) -
Method in class mondrian.rolap.agg.SegmentCacheManager
- Informs cache manager that a segment load failed.
- loadFailed(SegmentHeader, Throwable) -
Method in interface mondrian.rolap.cache.SegmentCacheIndex
- Notifies the segment index that a segment failed to load, and removes the
segment from the index.
- loadFailed(SegmentHeader, Throwable) -
Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
-
- loadMembers(List<List<Member>>, RolapEvaluator, QueryAxis, Calc, RolapResult.AxisMember) -
Method in class mondrian.rolap.RolapResult
-
- loadParameter(Query, Parameter) -
Method in class mondrian.tui.CmdRunner
-
- loadParameters(Query) -
Method in class mondrian.tui.CmdRunner
-
- loadPropertiesFromFile(String) -
Static method in class mondrian.tui.CmdRunner
-
- loadResult() -
Method in class mondrian.rolap.ResultLoader
-
- loadRows() -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- loadSpecialMembers(List<Member>, List<List<Member>>, List<Member>) -
Method in class mondrian.rolap.RolapResult
- Finds all root Members 1) whose Hierarchy does not have an ALL
Member, 2) whose default Member is not the ALL Member and 3)
all Measures.
- loadSucceeded(RolapStar, SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.agg.SegmentCacheManager
- Adds a segment to segment index.
- loadSucceeded(SegmentHeader, SegmentBody) -
Method in interface mondrian.rolap.cache.SegmentCacheIndex
- Changes the state of a header from loading to loaded.
- loadSucceeded(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
-
- loadTables(File, List<DBLoader.Table>) -
Method in class mondrian.test.loader.CsvDBLoader
-
- loadTables(Reader, List<DBLoader.Table>) -
Method in class mondrian.test.loader.CsvDBLoader
-
- locale -
Variable in class mondrian.rolap.RolapResult.FormatValueFormatter
-
- locale -
Variable in class mondrian.util.Format.DateFormat
-
- locale -
Variable in class mondrian.util.Format.NumericFormat
-
- LOCALE_PROP -
Static variable in class mondrian.xmla.XmlaBaseTestCase
-
- locale_US -
Static variable in class mondrian.util.Format
- Locale for US English, also the default for English and for all
locales.
- LocalePropFile -
Variable in class mondrian.olap.MondrianProperties
- String property that holds the
name of the class whose resource bundle is to be used to for this
schema.
- LocalizingDynamicSchemaProcessor - Class in mondrian.i18n
- Schema processor which helps localize data and metadata.
- LocalizingDynamicSchemaProcessor() -
Constructor for class mondrian.i18n.LocalizingDynamicSchemaProcessor
- Creates a new instance of LocalizingDynamicSchemaProcessor
- localTestContext -
Variable in class mondrian.rolap.NonEmptyTest
-
- locate(String, ByteString, String, String, String, BitKey, Map<String, Comparable>, List<String>) -
Method in interface mondrian.rolap.cache.SegmentCacheIndex
- Identifies the segment headers that contain a given cell.
- locate(String, ByteString, String, String, String, BitKey, Map<String, Comparable>, List<String>) -
Method in class mondrian.rolap.cache.SegmentCacheIndexImpl
-
- locate(ElementDef, String) -
Method in class mondrian.rolap.RolapSchema
- Returns the location of an element or attribute in an XML document.
- locate(String) -
Method in interface mondrian.spi.CatalogLocator
-
- locate(String) -
Method in class mondrian.spi.impl.CatalogLocatorImpl
-
- locate(String) -
Method in class mondrian.spi.impl.IdentityCatalogLocator
-
- locate(String) -
Method in class mondrian.spi.impl.ServletContextCatalogLocator
-
- locatorsUpdateCopy() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- lockBox -
Variable in class mondrian.server.MondrianServerRegistry
- Registry of all servers.
- LockBox - Class in mondrian.util
- Provides a way to pass objects via a string moniker.
- LockBox() -
Constructor for class mondrian.util.LockBox
- Creates a LockBox.
- LockBox.Entry - Interface in mondrian.util
- Entry in a
LockBox. - Locus - Class in mondrian.server
- Point of execution from which a service is invoked.
- Locus(Execution, String, String) -
Constructor for class mondrian.server.Locus
- Creates a Locus.
- locus -
Variable in class mondrian.server.monitor.SqlStatementEvent
- Locus of event.
- Locus.Action<T> - Interface in mondrian.server
-
- locusSchemaReader(RolapConnection, SchemaReader) -
Static method in class mondrian.rolap.RolapUtil
- Wraps a schema reader in a proxy so that each call to schema reader
has a locus for profiling purposes.
- log(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- log(String) -
Method in class mondrian.tui.MockServletContext
- Writes the specified message to a servlet log file, usually an event log.
- log(Exception, String) -
Method in class mondrian.tui.MockServletContext
- Deprecated. Method log is deprecated
- log(String, Throwable) -
Method in class mondrian.tui.MockServletContext
- Writes an explanatory message and a stack trace for a given Throwable
exception to the servlet log file.
- log10(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- logErrorMessage(Logger) -
Method in class mondrian.recorder.ListRecorder
-
- LOGGER -
Static variable in class mondrian.olap.fun.NativizeSetFunDef
-
- LOGGER -
Static variable in class mondrian.rolap.RolapNativeSet
-
- LOGGER -
Static variable in class mondrian.rolap.RolapResult
-
- LOGGER -
Static variable in class mondrian.rolap.RolapUtil
-
- LOGGER -
Static variable in class mondrian.rolap.sql.CrossJoinArgFactory
-
- LOGGER -
Static variable in class mondrian.test.loader.CsvLoader
-
- LOGGER -
Static variable in class mondrian.test.loader.DBLoader
-
- LOGGER -
Static variable in class mondrian.test.PerformanceTest
- Certain tests are enabled only if logging is enabled at debug level or
higher.
- LOGGER -
Static variable in class mondrian.xmla.Rowset
-
- LOGGER -
Static variable in class mondrian.xmla.XmlaServlet
-
- LoggerRecorder - Class in mondrian.recorder
- Implementation of
MessageRecorder that writes to a
log4j logger. - LoggerRecorder(Logger) -
Constructor for class mondrian.recorder.LoggerRecorder
-
- Logical -
Static variable in class mondrian.olap.Category
Logical is a boolean expression.
- logicalOrdinal() -
Method in interface mondrian.olap.AxisOrdinal
- Returns the ordinal of this axis.
- logicalOrdinal() -
Method in enum mondrian.olap.AxisOrdinal.StandardAxisOrdinal
-
- logInfoMessage(Logger) -
Method in class mondrian.recorder.ListRecorder
-
- logMessage(String, String, AbstractRecorder.MsgType, Logger) -
Static method in class mondrian.recorder.AbstractRecorder
- Helper method to format a message and write to logger.
- logMessage(Iterator<ListRecorder.Entry>, Logger) -
Static method in class mondrian.recorder.ListRecorder
-
- logMessage(ListRecorder.Entry, Logger) -
Static method in class mondrian.recorder.ListRecorder
-
- logWarningMessage(Logger) -
Method in class mondrian.recorder.ListRecorder
-
- logXmlaRequest(Element) -
Method in class mondrian.xmla.impl.DefaultXmlaServlet
-
- longProps -
Static variable in class mondrian.xmla.XmlaHandler.MDDataSet
-
- longValue() -
Method in class mondrian.util.Format.FDBigInt
-
- lookup(int) -
Static method in class mondrian.olap.Property
- Looks up a Property with a given ordinal.
- lookup(String, boolean) -
Static method in class mondrian.olap.Property
- Looks up a Property with a given name.
- lookup(Query, List<Id.Segment>) -
Static method in class mondrian.olap.Util
-
- lookup(Query, List<Id.Segment>, boolean) -
Static method in class mondrian.olap.Util
- Converts an identifier into an expression by resolving its parts into
an OLAP object (dimension, hierarchy, level or member) within the
context of a query.
- lookup(Query, SchemaReader, List<Id.Segment>, boolean) -
Static method in class mondrian.olap.Util
- Converts an identifier into an expression by resolving its parts into
an OLAP object (dimension, hierarchy, level or member) within the
context of a query.
- lookup(Class<E>, String) -
Static method in class mondrian.olap.Util
- Looks up an enumeration by name, returning null if null or not valid.
- lookup(Class<E>, String, E) -
Static method in class mondrian.olap.Util
- Looks up an enumeration by name, returning a given default value if null
or not valid.
- lookup(MondrianDef.CubeDimension[], String) -
Method in class mondrian.rolap.RolapCube
-
- lookup(int[]) -
Method in interface mondrian.rolap.RolapResult.CellInfoContainer
- Gets the CellInfo object at the location
pos.
- lookup(int[]) -
Method in class mondrian.rolap.RolapResult.CellInfoMap
-
- lookup(int[]) -
Method in class mondrian.rolap.RolapResult.CellInfoPool
-
- lookup(String) -
Method in interface mondrian.spi.DataSourceResolver
- Converts a data source name to a JDBC data source object.
- lookup(String) -
Method in class mondrian.spi.impl.JndiDataSourceResolver
-
- lookup(String) -
Static method in enum mondrian.spi.impl.Scripts.ScriptLanguage
-
- lookup(Class) -
Static method in class mondrian.test.DiffRepository
- Finds the repository instance for a given class, using the default
prefixes, and with no parent repository.
- lookup(Class, DiffRepository, String[]) -
Static method in class mondrian.test.DiffRepository
- Finds the repository instance for a given class.
- lookupAggRule(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupAlias(String) -
Method in class mondrian.rolap.RolapCubeHierarchy
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.CubeBase
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.DimensionBase
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.fun.TestMember
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.HierarchyBase
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.LevelBase
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.MemberBase
-
- lookupChild(OlapElement, IdentifierSegment, MatchType) -
Method in interface mondrian.olap.NameResolver.Namespace
- Looks up a child element, using a match type for inexact matching.
- lookupChild(OlapElement, IdentifierSegment) -
Method in interface mondrian.olap.NameResolver.Namespace
- Looks up a child element.
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in interface mondrian.olap.OlapElement
- Looks up a child element, returning null if it does not exist.
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.Query.ScopedNamedSet
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.olap.SetBase
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.rolap.DelegatingRolapMember
-
- lookupChild(SchemaReader, Id.Segment) -
Method in class mondrian.rolap.RolapCube
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.rolap.RolapCube
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.rolap.RolapCubeMember
-
- lookupChild(SchemaReader, Id.Segment) -
Method in class mondrian.rolap.RolapLevel
-
- lookupChild(SchemaReader, Id.Segment, MatchType) -
Method in class mondrian.rolap.RolapLevel
-
- lookupChild(OlapElement, IdentifierSegment) -
Method in class mondrian.rolap.RolapSchemaReader
-
- lookupChild(OlapElement, IdentifierSegment, MatchType) -
Method in class mondrian.rolap.RolapSchemaReader
-
- lookupColumn(int) -
Method in class mondrian.rolap.aggmatcher.AggStar
- Get the Column at the bit position.
- lookupColumn(String, String) -
Method in class mondrian.rolap.RolapStar
- This is used by TestAggregationManager only.
- lookupColumn(String) -
Method in class mondrian.rolap.RolapStar.Table
-
- lookupColumn(String) -
Method in enum mondrian.xmla.RowsetDefinition
-
- lookupColumnByExpression(MondrianDef.Expression) -
Method in class mondrian.rolap.RolapStar.Table
- Given a MondrianDef.Expression return a column with that expression
or null.
- lookupColumns(String, String) -
Method in class mondrian.rolap.RolapStar
- Retrieves a named column, returns null if not found.
- lookupColumns(String) -
Method in class mondrian.rolap.RolapStar.Table
- Returns an array of all columns in this star with a given name.
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int, MatchType) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int, MatchType) -
Method in interface mondrian.olap.SchemaReader
- Looks up an MDX object by name, specifying how to
match if no object exactly matches the name.
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int) -
Method in interface mondrian.olap.SchemaReader
- Looks up an MDX object by name.
- lookupCompound(SchemaReader, OlapElement, List<Id.Segment>, boolean, int) -
Static method in class mondrian.olap.Util
-
- lookupCompound(SchemaReader, OlapElement, List<Id.Segment>, boolean, int, MatchType) -
Static method in class mondrian.olap.Util
- Resolves a name such as
'[Products].[Product Department].[Produce]' by resolving the
components ('Products', and so forth) one at a time.
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int) -
Method in class mondrian.rolap.RolapSchemaReader
-
- lookupCompound(OlapElement, List<Id.Segment>, boolean, int, MatchType) -
Method in class mondrian.rolap.RolapSchemaReader
-
- lookupCompoundInternal(OlapElement, List<Id.Segment>, boolean, int, MatchType) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- lookupCompoundInternal(OlapElement, List<Id.Segment>, boolean, int, MatchType) -
Method in class mondrian.rolap.RolapSchemaReader
-
- lookupCube(String, boolean) -
Method in interface mondrian.olap.Schema
- Finds a cube called
cube in this schema; if no cube
exists, failIfNotFound controls whether to raise an error
or return null.
- lookupCube(SchemaReader, String, boolean) -
Static method in class mondrian.olap.Util
- Looks up a cube in a schema reader.
- lookupCube(String, boolean) -
Method in class mondrian.rolap.RolapSchema
-
- lookupCube(String) -
Method in class mondrian.rolap.RolapSchema
- Finds a cube called 'cube' in the current catalog, or return null if no
cube exists.
- lookupCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) -
Method in class mondrian.rolap.RolapCubeHierarchy.CacheRolapCubeHierarchyMemberReader
-
- lookupCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) -
Method in class mondrian.rolap.RolapCubeHierarchy.NoCacheRolapCubeHierarchyMemberReader
-
- lookupCubeMember(RolapCubeMember, RolapMember, RolapCubeLevel) -
Method in interface mondrian.rolap.RolapCubeHierarchy.RolapCubeHierarchyMemberReader
-
- lookupDimension(Id.Segment) -
Method in class mondrian.olap.CubeBase
- Looks up a dimension in this cube based on a component of its name.
- lookupFactCountMatch(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupForeignKeyMatch(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupHierarchy(Id.Segment, boolean) -
Method in interface mondrian.olap.Cube
- Finds a hierarchy whose name (or unique name, if
unique is
true) equals s.
- lookupHierarchy(Id.Segment, boolean) -
Method in class mondrian.olap.CubeBase
-
- lookupHierarchyLevel(Hierarchy, String) -
Static method in class mondrian.olap.Util
- Finds a named level in this hierarchy.
- lookupHierarchyRootMember(SchemaReader, Hierarchy, Id.Segment) -
Static method in class mondrian.olap.Util
-
- lookupHierarchyRootMember(SchemaReader, Hierarchy, Id.Segment, MatchType) -
Static method in class mondrian.olap.Util
- Finds a root member of a hierarchy with a given name.
- lookupIgnoreMap(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupInChildren(RolapStar.Table, String) -
Method in class mondrian.rolap.aggmatcher.Recognizer
-
- lookupLevel(int) -
Method in class mondrian.rolap.aggmatcher.AggStar
- Get the Level at the given bit position or return null.
- lookupLevel(RolapLevel[], String) -
Static method in class mondrian.rolap.RolapLevel
-
- lookupLevelMap(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupMeasure(int) -
Method in class mondrian.rolap.aggmatcher.AggStar
- Get the Measure at the given bit position or return null.
- lookupMeasureByName(String, String) -
Method in class mondrian.rolap.RolapStar.Table
- Look up a
RolapStar.Measure by its name.
- lookupMeasureMap(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupMember(List<IdentifierSegment>) -
Method in class mondrian.olap4j.MondrianOlap4jCube
-
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.ArrayMemberSource
-
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.CacheMemberReader
-
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.DelegatingMemberReader
-
- lookupMember(List<Id.Segment>, boolean) -
Method in interface mondrian.rolap.MemberSource
- Finds a member based upon its unique name.
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.NoCacheMemberReader
-
- lookupMember(MemberReader, List<Id.Segment>, boolean) -
Static method in class mondrian.rolap.RolapUtil
-
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.SmartMemberReader
-
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.SqlMemberSource
-
- lookupMember(List<Id.Segment>, boolean) -
Method in class mondrian.rolap.SubstitutingMemberReader
-
- lookupMemberChildByName(Member, Id.Segment, MatchType) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- lookupMemberChildByName(Member, Id.Segment, MatchType) -
Method in interface mondrian.olap.SchemaReader
- Finds a child of a member with a given name.
- lookupMemberChildByName(Member, Id.Segment, MatchType) -
Method in class mondrian.rolap.RolapSchemaReader
-
- lookupMemberFromCache(String) -
Method in class mondrian.olap.Query
- Looks up a member whose unique name is
memberUniqueName
from cache.
- lookupMembers(Set<Member.TreeOp>, List<IdentifierSegment>) -
Method in class mondrian.olap4j.MondrianOlap4jCube
-
- lookupOrCreateAggregation(AggregationKey) -
Method in class mondrian.rolap.RolapStar
- Looks up an aggregation or creates one if it does not exist in an
atomic (synchronized) operation.
- lookupProperty(Level, String) -
Static method in class mondrian.olap.Util
- Finds a member property called
propertyName at, or above,
level.
- lookupReserved(int) -
Method in class mondrian.olap.Scanner
- return the name of the reserved word whose token code is "i"
- lookupRole(String) -
Method in interface mondrian.olap.Schema
- Finds a role with a given name in the current catalog, or returns
null if no such role exists.
- lookupRole(String) -
Method in class mondrian.rolap.RolapSchema
-
- lookupScopedNamedSet(List<Id.Segment>, ArrayStack<QueryPart>) -
Method in class mondrian.olap.Query
- Looks up a named set defined by an alias.
- lookupSegment(AggregationKey) -
Method in class mondrian.rolap.RolapStar
- Looks for an existing aggregation over a given set of columns, in the
local segment cache, returning
null if there is none.
- lookupTableMatch(String) -
Method in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
-
- lookupXmlCalculatedMember(String, String) -
Method in class mondrian.rolap.RolapSchema
- Returns an xmlCalculatedMember called 'calcMemberName' in the
cube called 'cubeName' or return null if no calculatedMember or
xmlCube by those name exists.
- LOOP_DETECTED -
Static variable in error mondrian.parser.TokenMgrError
- Detected (and bailed out of) an infinite loop in the token manager.
- lowbytes -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- LPAREN -
Static variable in interface mondrian.olap.ParserSym
-
- LPAREN -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- lshiftMe(int) -
Method in class mondrian.util.Format.FDBigInt
-
- LT -
Static variable in interface mondrian.olap.ParserSym
-
- LT -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- lTrim(String) -
Static method in class mondrian.olap.fun.vba.Vba
-
- LucidDbDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the LucidDB database. - LucidDbDialect(Connection) -
Constructor for class mondrian.spi.impl.LucidDbDialect
- Creates a LucidDbDialect.
AggStar.Table, AggStar.Table.Columns,
etc.
BitKey with a capacity for a given number of bits.
BitKey with a capacity for a given number of bits.
BitKey with the same contents as a BitSet.
member.
RolapStar.
DrillThrough object.
members.
Explain object.
Explain object.
MemberCache.getMember(Object) or
MemberCache.putMember(Object, RolapMember) the
RolapMember with a given parent and key.
Role which can be modified.
Query object.
members.
evaluator.
Mask is a mask to remove flags.
MATCHES.MatchType enumerates the allowable match modes when
searching for a member based on its unique name.TupleIterable into a TupleList.
MdxAxisIsNotSet is 'Axis ''{0}'' expression is not a set'
MdxAxisShowSubtotalsNotSupported is 'Show/hide subtotals operation on axis ''{0,number}'' is not supported.'
MdxCalculatedFormulaUsedInFormula is 'Cannot delete {0} ''{1}''.
- MdxCalculatedFormulaUsedInQuery -
Variable in class mondrian.resource.MondrianResource
MdxCalculatedFormulaUsedInQuery is 'Cannot delete {0} ''{1}''.
- MdxCalculatedFormulaUsedOnAxis -
Variable in class mondrian.resource.MondrianResource
MdxCalculatedFormulaUsedOnAxis is 'Cannot delete {0} ''{1}''.
- MdxCalculatedFormulaUsedOnSlicer -
Variable in class mondrian.resource.MondrianResource
MdxCalculatedFormulaUsedOnSlicer is 'Cannot delete {0} ''{1}''.
- MdxCalculatedHierarchyError -
Variable in class mondrian.resource.MondrianResource
MdxCalculatedHierarchyError is 'Hierarchy for calculated member ''{0}'' not found'
- MdxCantFindMember -
Variable in class mondrian.resource.MondrianResource
MdxCantFindMember is 'Cannot find MDX member ''{0}''.
- MdxChildObjectNotFound -
Variable in class mondrian.resource.MondrianResource
MdxChildObjectNotFound is 'MDX object ''{0}'' not found in {1}'
- MdxCubeName -
Variable in class mondrian.resource.MondrianResource
MdxCubeName is 'cube ''{0}'''
- MdxCubeNotFound -
Variable in class mondrian.resource.MondrianResource
MdxCubeNotFound is 'MDX cube ''{0}'' not found'
- MdxCubeSlicerHierarchyError -
Variable in class mondrian.resource.MondrianResource
MdxCubeSlicerHierarchyError is 'Failed to add Cube Slicer for hierarchy ''{0}'' on cube ''{1}'''
- MdxCubeSlicerMemberError -
Variable in class mondrian.resource.MondrianResource
MdxCubeSlicerMemberError is 'Failed to add Cube Slicer with member ''{0}'' for hierarchy ''{1}'' on cube ''{2}'''
- MdxDimensionName -
Variable in class mondrian.resource.MondrianResource
MdxDimensionName is 'dimension ''{0}'''
- mdxEncodeString(String) -
Static method in class mondrian.olap.Util
- Encodes string for MDX (escapes ] as ]] inside a name).
- MdxError -
Variable in class mondrian.resource.MondrianResource
MdxError is 'Error: {0}'
- MdxFatalError -
Variable in class mondrian.resource.MondrianResource
MdxFatalError is 'MDX parser cannot recover from previous error(s)'
- MdxFatalSyntaxError -
Variable in class mondrian.resource.MondrianResource
MdxFatalSyntaxError is 'Couldn''t repair and continue parse'
- MdxFormulaNotFound -
Variable in class mondrian.resource.MondrianResource
MdxFormulaNotFound is 'Calculated {0} ''{1}'' has not been found in query ''{2}'''
- MdxFuncArgumentsNum -
Variable in class mondrian.resource.MondrianResource
MdxFuncArgumentsNum is 'Function ''{0}'' must have at least 2 arguments'
- MdxFuncNotHier -
Variable in class mondrian.resource.MondrianResource
MdxFuncNotHier is 'Argument ''{0,number}'' of function ''{1}'' must be a hierarchy'
- MdxHierarchyName -
Variable in class mondrian.resource.MondrianResource
MdxHierarchyName is 'hierarchy ''{0}'''
- MdxInvalidMember -
Variable in class mondrian.resource.MondrianResource
MdxInvalidMember is 'Invalid member identifier ''{0}'''
- MdxLevelName -
Variable in class mondrian.resource.MondrianResource
MdxLevelName is 'level ''{0}'''
- MdxMemberExpIsSet -
Variable in class mondrian.resource.MondrianResource
MdxMemberExpIsSet is 'Member expression ''{0}'' must not be a set'
- MdxMemberName -
Variable in class mondrian.resource.MondrianResource
MdxMemberName is 'member ''{0}'''
- mdxNullLiteral() -
Static method in class mondrian.rolap.RolapUtil
-
- MdxParserImpl - Class in mondrian.parser
- MDX parser, generated from MdxParser.jj.
- MdxParserImpl(MdxParserValidator.QueryPartFactory, Statement, String, boolean, FunTable, boolean) -
Constructor for class mondrian.parser.MdxParserImpl
-
- MdxParserImpl(InputStream) -
Constructor for class mondrian.parser.MdxParserImpl
- Constructor with InputStream.
- MdxParserImpl(InputStream, String) -
Constructor for class mondrian.parser.MdxParserImpl
- Constructor with InputStream and supplied encoding
- MdxParserImpl(Reader) -
Constructor for class mondrian.parser.MdxParserImpl
- Constructor.
- MdxParserImpl(MdxParserImplTokenManager) -
Constructor for class mondrian.parser.MdxParserImpl
- Constructor with generated Token Manager.
- MdxParserImpl.JJCalls - Class in mondrian.parser
-
- MdxParserImpl.JJCalls() -
Constructor for class mondrian.parser.MdxParserImpl.JJCalls
-
- MdxParserImplConstants - Interface in mondrian.parser
- Token literal values and constants.
- MdxParserImplTokenManager - Class in mondrian.parser
- Token Manager.
- MdxParserImplTokenManager(SimpleCharStream) -
Constructor for class mondrian.parser.MdxParserImplTokenManager
- Constructor.
- MdxParserImplTokenManager(SimpleCharStream, int) -
Constructor for class mondrian.parser.MdxParserImplTokenManager
- Constructor.
- MdxParserValidator - Interface in mondrian.parser
- Parses and validates an MDX statement.
- MdxParserValidator.QueryPartFactory - Interface in mondrian.parser
-
- MdxParserValidatorImpl - Class in mondrian.parser
- Default implementation of
MdxParserValidator. - MdxParserValidatorImpl() -
Constructor for class mondrian.parser.MdxParserValidatorImpl
- Creates a MdxParserValidatorImpl.
- mdxQueries -
Static variable in class mondrian.test.ConcurrentMdxTest
-
- MdxQueryServlet - Class in mondrian.web.servlet
MdxQueryServlet is a servlet which receives MDX queries,
executes them, and formats the results in an HTML table.- MdxQueryServlet() -
Constructor for class mondrian.web.servlet.MdxQueryServlet
-
- MdxSetExpNotSet -
Variable in class mondrian.resource.MondrianResource
MdxSetExpNotSet is 'Set expression ''{0}'' must be a set'
- MdxSyntaxError -
Variable in class mondrian.resource.MondrianResource
MdxSyntaxError is 'Syntax error at token ''{0}'''
- MdxSyntaxErrorAt -
Variable in class mondrian.resource.MondrianResource
MdxSyntaxErrorAt is 'Syntax error at line {1}, column {2}, token ''{0}'''
- MdxVisitor - Interface in mondrian.mdx
- Interface for a visitor to an MDX parse tree.
- MdxVisitorImpl - Class in mondrian.mdx
- Default implementation of the visitor interface,
MdxVisitor. - MdxVisitorImpl() -
Constructor for class mondrian.mdx.MdxVisitorImpl
-
- measure -
Variable in class mondrian.rolap.agg.Segment
-
- measure -
Variable in class mondrian.rolap.BatchLoader.RollupInfo
-
- MEASURE_COLUMN_NAME -
Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
-
- MEASURE_COLUMN_USAGE -
Static variable in class mondrian.rolap.aggmatcher.JdbcSchema
-
- measureExp -
Variable in class mondrian.gui.MondrianGuiDef.Measure
- The SQL expression used to calculate a measure.
- measureExp -
Variable in class mondrian.olap.MondrianDef.Measure
- The SQL expression used to calculate a measure.
- measureMap -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
-
- measureMapRef -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRule
-
- measureMaps -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.AggRules
- All shared MeasureMap.
- MeasureMemberSource - Class in mondrian.rolap
- A
MeasureMemberSource implements the MemberReader
interface for the special Measures dimension. - MeasureMemberSource(RolapHierarchy, List<RolapMember>) -
Constructor for class mondrian.rolap.MeasureMemberSource
-
- measureName -
Variable in class mondrian.spi.SegmentHeader
-
- MeasureOrdinalsNotUnique -
Variable in class mondrian.resource.MondrianResource
MeasureOrdinalsNotUnique is 'Cube ''{0}'': Ordinal {1} is not unique: ''{2}'' and ''{3}'''
- measures -
Variable in class mondrian.gui.MondrianGuiDef.AggTable
-
- measures -
Variable in class mondrian.gui.MondrianGuiDef.Cube
-
- measures -
Variable in class mondrian.gui.MondrianGuiDef.VirtualCube
-
- measures -
Variable in class mondrian.olap.MondrianDef.AggTable
-
- measures -
Variable in class mondrian.olap.MondrianDef.Cube
-
- measures -
Variable in class mondrian.olap.MondrianDef.VirtualCube
-
- MEASURES_NAME -
Static variable in interface mondrian.olap.Dimension
-
- MEASURES_UNIQUE_NAME -
Static variable in interface mondrian.olap.Dimension
-
- measuresCaption -
Variable in class mondrian.gui.MondrianGuiDef.Schema
-
- measuresCaption -
Variable in class mondrian.olap.MondrianDef.Schema
-
- measuresList -
Variable in class mondrian.rolap.BatchLoader.Batch
-
- measureUnitSales -
Variable in class mondrian.rolap.BatchTestCase
-
- MedianFunDef - Class in mondrian.olap.fun
- Definition of the
Median MDX functions. - MedianFunDef(FunDef) -
Constructor for class mondrian.olap.fun.MedianFunDef
-
- member(int) -
Method in class mondrian.calc.impl.AbstractTupleCursor
-
- member(int) -
Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
-
- member(int) -
Method in interface mondrian.calc.TupleCursor
-
- member -
Variable in class mondrian.gui.MondrianGuiDef.MemberGrant
-
- Member -
Static variable in class mondrian.olap.Category
Member is a member expression.
- Member - Interface in mondrian.olap
- A
Member is a 'point' on a dimension of a cube. - member -
Variable in class mondrian.olap.MondrianDef.MemberGrant
-
- MEMBER -
Static variable in interface mondrian.olap.ParserSym
-
- member -
Variable in class mondrian.olap4j.MondrianOlap4jMember
-
- MEMBER -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- member -
Variable in class mondrian.rolap.DelegatingRolapMember
-
- member -
Variable in class mondrian.rolap.RolapHierarchy.LimitedRollupMember
-
- member -
Variable in class mondrian.rolap.sql.DescendantsCrossJoinArg
-
- member(List<Id.Segment>, SchemaReader) -
Method in class mondrian.test.FoodMartTestCase
-
- Member.MemberType - Enum in mondrian.olap
-
- MEMBER_CAPTION -
Static variable in class mondrian.olap.CubeBase
-
- MEMBER_CAPTION -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the label or caption associated with the member, or the
member's name if no caption is defined.
- MEMBER_CAPTION_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_EXTENSIONS -
Static variable in class mondrian.olap4j.MondrianOlap4jProperty
- Map of member properties that are built into Mondrian but are not in the
olap4j standard.
- MEMBER_GUID -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the GUID of the member
- MEMBER_GUID_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_INSTANCE -
Static variable in class mondrian.olap.fun.IifFunDef
-
- MEMBER_KEY -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the member key of the current member.
- MEMBER_KEY_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_NAME -
Static variable in class mondrian.olap.CubeBase
-
- MEMBER_NAME -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the name of the current member.
- MEMBER_NAME_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_ORDINAL -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the ordinal of the current member.
- MEMBER_ORDINAL_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_SCOPE -
Static variable in class mondrian.olap.Property
- Definition of the internal property which
describes whether a calculated member belongs to a query or a cube.
- MEMBER_SCOPE_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_TYPE -
Static variable in class mondrian.olap.CubeBase
-
- MEMBER_TYPE -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the type of the member.
- MEMBER_TYPE_GETTER -
Static variable in enum mondrian.xmla.RowsetDefinition
-
- MEMBER_TYPE_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MEMBER_UNIQUE_NAME -
Static variable in class mondrian.olap.CubeBase
-
- MEMBER_UNIQUE_NAME -
Static variable in class mondrian.olap.Property
- Definition of the property which
holds the unique name of the current member.
- MEMBER_UNIQUE_NAME_ORDINAL -
Static variable in class mondrian.olap.Property
-
- MemberArrayValueCalc - Class in mondrian.calc.impl
- Expression which evaluates a few member expressions,
sets the dimensional context to the result of those expressions,
then yields the value of the current measure in the current
dimensional context.
- MemberArrayValueCalc(Exp, MemberCalc[], boolean) -
Constructor for class mondrian.calc.impl.MemberArrayValueCalc
- Creates a MemberArrayValueCalc.
- MemberBase - Class in mondrian.olap
MemberBase is a partial implementation of Member.- MemberBase(Member, Level, Member.MemberType) -
Constructor for class mondrian.olap.MemberBase
-
- MemberBase() -
Constructor for class mondrian.olap.MemberBase
-
- memberBuilder -
Variable in class mondrian.rolap.TargetBase
-
- MemberCache - Interface in mondrian.rolap
- A
MemberCache can retrieve members based upon their parent and
name. - MemberCacheControlTest - Class in mondrian.rolap
- Unit tests for flushing member cache and editing cached member properties.
- MemberCacheControlTest() -
Constructor for class mondrian.rolap.MemberCacheControlTest
-
- MemberCacheControlTest(String) -
Constructor for class mondrian.rolap.MemberCacheControlTest
-
- MemberCacheHelper - Class in mondrian.rolap
- Encapsulation of member caching.
- MemberCacheHelper(RolapHierarchy) -
Constructor for class mondrian.rolap.MemberCacheHelper
- Creates a MemberCacheHelper.
- MemberCalc - Interface in mondrian.calc
- Expression which yields a
Member. - MemberChildrenConstraint - Interface in mondrian.rolap.sql
- Restricts the SQL result of a MembersChildren query in SqlMemberSource.
- MemberColumnPredicate - Class in mondrian.rolap.agg
- Column constraint defined by a member.
- MemberColumnPredicate(RolapStar.Column, RolapMember) -
Constructor for class mondrian.rolap.agg.MemberColumnPredicate
- Creates a MemberColumnPredicate
- memberComparator -
Static variable in class mondrian.olap.fun.CrossJoinTest
-
- memberComplete() -
Method in class mondrian.util.IdentifierParser.MemberListBuilder
-
- memberComplete() -
Method in class mondrian.util.IdentifierParser.TupleBuilder
-
- MemberDimensionFunDef - Class in mondrian.olap.fun
- Definition of the
<Measure>.Dimension
MDX builtin function. - MemberExpr - Class in mondrian.mdx
- Usage of a
Member as an MDX expression. - MemberExpr(Member) -
Constructor for class mondrian.mdx.MemberExpr
- Creates a member expression.
- MemberFetchLimitExceeded -
Variable in class mondrian.resource.MondrianResource
MemberFetchLimitExceeded is 'Number of members to be read exceeded limit ({0,number})'
- memberFormatter -
Variable in class mondrian.gui.MondrianGuiDef.Level
- Member formatter.
- memberFormatter -
Variable in class mondrian.olap.LevelBase
-
- MemberFormatter - Interface in mondrian.olap
- Deprecated. Use
MemberFormatter. This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0. - memberFormatter -
Variable in class mondrian.olap.MondrianDef.Level
- Member formatter.
- memberFormatter(Scripts.ScriptDefinition) -
Static method in class mondrian.spi.impl.Scripts
- Creates an implementation of the
MemberFormatter SPI based on
a script.
- MemberFormatter - Interface in mondrian.spi
- An SPI to redefine the caption displayed for members.
- MemberFormatterLoadFailed -
Variable in class mondrian.resource.MondrianResource
MemberFormatterLoadFailed is 'Failed to load formatter class ''{0}'' for level ''{1}''.'
- memberGrants -
Variable in class mondrian.gui.MondrianGuiDef.HierarchyGrant
-
- memberGrants -
Variable in class mondrian.olap.MondrianDef.HierarchyGrant
-
- MemberHierarchyFunDef - Class in mondrian.olap.fun
- Definition of the
<Member>.Hierarchy MDX builtin function. - MemberHierarchyFunDef.CalcImpl - Class in mondrian.olap.fun
-
- MemberHierarchyFunDef.CalcImpl(Exp, MemberCalc) -
Constructor for class mondrian.olap.fun.MemberHierarchyFunDef.CalcImpl
-
- MemberKey - Class in mondrian.rolap
MemberKey todo:- MemberKey(RolapMember, Object) -
Constructor for class mondrian.rolap.MemberKey
-
- MemberLevelFunDef - Class in mondrian.olap.fun
- Definition of the
<Member>.Level MDX builtin function. - MemberLevelFunDef.CalcImpl - Class in mondrian.olap.fun
-
- MemberLevelFunDef.CalcImpl(Exp, MemberCalc) -
Constructor for class mondrian.olap.fun.MemberLevelFunDef.CalcImpl
-
- memberList -
Variable in class mondrian.util.IdentifierParser.MemberListBuilder
-
- memberList -
Variable in class mondrian.util.IdentifierParser.TupleBuilder
-
- MemberListCrossJoinArg - Class in mondrian.rolap.sql
- Represents an enumeration {member1, member2, ...}.
- MemberNoCacheHelper - Class in mondrian.rolap
- Encapsulation of member caching for no caching.
- MemberNoCacheHelper() -
Constructor for class mondrian.rolap.MemberNoCacheHelper
-
- MemberNotFound -
Variable in class mondrian.resource.MondrianResource
MemberNotFound is 'Member ''{0}'' not found'
- MemberNotInLevelHierarchy -
Variable in class mondrian.resource.MondrianResource
MemberNotInLevelHierarchy is 'The member ''{0}'' is not in the same hierarchy as the level ''{1}''.'
- MemberOrderKeyFunDef - Class in mondrian.olap.fun
- Definition of the
<Member>.OrderKey MDX builtin
function. - MemberOrderKeyFunDef.CalcImpl - Class in mondrian.olap.fun
-
- MemberOrderKeyFunDef.CalcImpl(Exp, MemberCalc) -
Constructor for class mondrian.olap.fun.MemberOrderKeyFunDef.CalcImpl
- Creates a CalcImpl.
- memberProperties -
Variable in class mondrian.gui.MondrianGuiDef.CalculatedMember
-
- memberProperties -
Variable in class mondrian.gui.MondrianGuiDef.Measure
-
- memberProperties -
Variable in class mondrian.olap.MondrianDef.CalculatedMember
-
- memberProperties -
Variable in class mondrian.olap.MondrianDef.Measure
-
- MemberProperty - Class in mondrian.olap
- Member property or solve order specification.
- MemberProperty(String, Exp) -
Constructor for class mondrian.olap.MemberProperty
-
- memberPropertyDefinition() -
Method in class mondrian.parser.MdxParserImpl
-
- memberRange(Evaluator, Member, Member) -
Static method in class mondrian.olap.fun.FunUtil
-
- memberReader -
Variable in class mondrian.rolap.DelegatingMemberReader
-
- MemberReader - Interface in mondrian.rolap
- A
MemberReader implements common operations to retrieve members
from a hierarchy. - memberReaderClass -
Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
-
- memberReaderClass -
Variable in class mondrian.olap.MondrianDef.Hierarchy
-
- memberReaderParameters -
Variable in class mondrian.gui.MondrianGuiDef.Hierarchy
-
- memberReaderParameters -
Variable in class mondrian.olap.MondrianDef.Hierarchy
-
- memberRegion(String) -
Method in class mondrian.rolap.CacheControlTest
- Helper method, creates a region consisting of a single member, given its
unique name (e.g.
- members -
Variable in class mondrian.rolap.ArrayMemberSource
-
- members -
Variable in class mondrian.rolap.CacheControlImpl.SimpleMemberSet
-
- memberSetToStr(List<Member>) -
Static method in class mondrian.olap.fun.SetToStrFunDef
-
- MemberSource - Interface in mondrian.rolap
- A
MemberSource has the basic operations to read the members of a
hierarchy. - memberSpecification() -
Method in class mondrian.parser.MdxParserImpl
-
- membersVersusOccurencesInTuple(TupleList) -
Static method in class mondrian.olap.fun.AggregateFunDef.AggregateCalc
- Finds member occurrences in tuple and generates a map of Members
versus their occurrences in tuples.
- MemberTuplePredicate - Class in mondrian.rolap.agg
- Predicate which constrains a column to a particular member, or a range
above or below a member, or a range between two members.
- MemberTuplePredicate(RolapCube, RolapMember, boolean, RolapMember, boolean) -
Constructor for class mondrian.rolap.agg.MemberTuplePredicate
- Creates a MemberTuplePredicate which evaluates to true for a given
range of members.
- MemberTuplePredicate(RolapCube, RolapCubeMember) -
Constructor for class mondrian.rolap.agg.MemberTuplePredicate
- Creates a MemberTuplePredicate which evaluates to true for a given
member.
- MemberType - Class in mondrian.olap.type
- The type of an expression which represents a member.
- MemberType(Dimension, Hierarchy, Level, Member) -
Constructor for class mondrian.olap.type.MemberType
- Creates a type representing a member.
- MemberValueCalc - Class in mondrian.calc.impl
- Expression which evaluates a few member expressions,
sets the dimensional context to the result of those expressions,
then yields the value of the current measure in the current
dimensional context.
- MemberValueCalc(Exp, MemberCalc, boolean) -
Constructor for class mondrian.calc.impl.MemberValueCalc
- Creates a MemberArrayValueCalc.
- MemHungryTest - Class in mondrian.test.clearview
MemHungryTest is a test suite which tests
complex queries against the FoodMart database.- MemHungryTest() -
Constructor for class mondrian.test.clearview.MemHungryTest
-
- MemHungryTest(String) -
Constructor for class mondrian.test.clearview.MemHungryTest
-
- MEMORY_INFO -
Static variable in class mondrian.server.MonitorImpl
-
- MemoryLimitExceededException - Exception in mondrian.olap
- Exception which indicates some resource limit was exceeded.
- MemoryLimitExceededException(String) -
Constructor for exception mondrian.olap.MemoryLimitExceededException
-
- MemoryMonitor -
Variable in class mondrian.olap.MondrianProperties
- Property that defines whether the
MemoryMonitor should
be enabled.
- MemoryMonitor - Interface in mondrian.util
- API for Mondrian's memory monitors.
- MemoryMonitor.Listener - Interface in mondrian.util
- A
MemoryMonitor client implements the Listener
interface and registers with the MemoryMonitor. - MemoryMonitor.Test - Interface in mondrian.util
- This is an interface that a
MemoryMonitor may optionally
implement. - MemoryMonitorClass -
Variable in class mondrian.olap.MondrianProperties
- Property that defines
the name of the class used as a memory monitor.
- MemoryMonitorFactory - Class in mondrian.util
- The
MemoryMonitorFactory is used to get the application's
MemoryMonitor. - MemoryMonitorTest - Class in mondrian.util
- Test case for
ObjectPool. - MemoryMonitorTest() -
Constructor for class mondrian.util.MemoryMonitorTest
-
- MemoryMonitorTest(String) -
Constructor for class mondrian.util.MemoryMonitorTest
-
- MemoryMonitorTest.TestMM - Class in mondrian.util
-
- MemoryMonitorTest.TestMM() -
Constructor for class mondrian.util.MemoryMonitorTest.TestMM
-
- MemoryMonitorTest.TestMM2 - Class in mondrian.util
-
- MemoryMonitorTest.TestMM2() -
Constructor for class mondrian.util.MemoryMonitorTest.TestMM2
-
- MemoryMonitorThreshold -
Variable in class mondrian.olap.MondrianProperties
- Property that defines the default
MemoryMonitor
percentage threshold.
- MemorySegmentCache - Class in mondrian.rolap.cache
- Implementation of
SegmentCache that stores segments
in memory. - MemorySegmentCache() -
Constructor for class mondrian.rolap.cache.MemorySegmentCache
-
- memoryUsageNotification(long, long) -
Method in interface mondrian.util.MemoryMonitor.Listener
- When the
MemoryMonitor determines that the
Listener's threshold is equal to or less than
the current available memory (post garbage collection),
then this method is called with the current memory usage,
usedMemory, and the maximum memory (which
is a constant per JVM invocation).
- merge(BatchLoader.CompositeBatch) -
Method in class mondrian.rolap.BatchLoader.CompositeBatch
-
- merge(SegmentColumn) -
Method in class mondrian.spi.SegmentColumn
- Merges this column with another
resulting in another whose values are super set of both.
- merge(ArraySortedSet<E>) -
Method in class mondrian.util.ArraySortedSet
- Performs a merge between two
ArraySortedSet instances
in O(n) time, returning a third instance that doesn't include
duplicates.
- mergeAxes(TupleList, TupleIterable, boolean) -
Static method in class mondrian.rolap.RolapResult
-
- message -
Variable in class mondrian.server.Locus
-
- Message - Interface in mondrian.server.monitor
- Message sent to a
Monitor indicating an event of interest or a
command to execute. - MessageRecorder - Interface in mondrian.recorder
- Records warnings and errors during the processing of a task.
- Messages - Interface in mondrian.gui.validate
- Message provider.
- metadata -
Variable in class mondrian.gui.JdbcTreeModel
-
- metadata(SaxWriter) -
Method in class mondrian.xmla.XmlaHandler.CellColumnHandler
-
- metadata(SaxWriter) -
Method in class mondrian.xmla.XmlaHandler.ColumnHandler
-
- metadata(SaxWriter) -
Method in class mondrian.xmla.XmlaHandler.MDDataSet_Multidimensional
-
- metadata(SaxWriter) -
Method in class mondrian.xmla.XmlaHandler.MDDataSet_Tabular
-
- metadata(SaxWriter) -
Method in class mondrian.xmla.XmlaHandler.MemberColumnHandler
-
- metadata(SaxWriter) -
Method in class mondrian.xmla.XmlaHandler.TabularRowSet
- Writes the tabular drillthrough schema
- METHODS -
Static variable in class mondrian.xmla.Enumeration
-
- MetricFilterTest - Class in mondrian.test.clearview
MetricFilterTest is a test suite which tests scenarios of
filtering out measures' values in the FoodMart database.- MetricFilterTest() -
Constructor for class mondrian.test.clearview.MetricFilterTest
-
- MetricFilterTest(String) -
Constructor for class mondrian.test.clearview.MetricFilterTest
-
- MicrosoftSqlServerDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the Microsoft SQL Server
database. - MicrosoftSqlServerDialect(Connection) -
Constructor for class mondrian.spi.impl.MicrosoftSqlServerDialect
- Creates a MicrosoftSqlServerDialect.
- mid(String, int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- mid(String, int, int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- midnightTime -
Static variable in class mondrian.util.ScheduleUtil
-
- mightContainCell(Map<SpatialValueTree2.SpatialDimension, Object>) -
Method in interface mondrian.util.SpatialValueTree2.SpatialRegionRequest
- Returns whether a request might contain a particular cell.
- mightIntersect(StarPredicate) -
Method in class mondrian.rolap.agg.ListColumnPredicate
-
- mightIntersect(StarPredicate) -
Method in class mondrian.rolap.agg.LiteralStarPredicate
-
- mightIntersect(StarPredicate) -
Method in class mondrian.rolap.agg.MinusStarPredicate
-
- mightIntersect(StarPredicate) -
Method in class mondrian.rolap.agg.RangeColumnPredicate
-
- mightIntersect(StarPredicate) -
Method in class mondrian.rolap.agg.ValueColumnPredicate
-
- mightIntersect(StarPredicate) -
Method in interface mondrian.rolap.StarColumnPredicate
- Returns whether this predicate might intersect another predicate.
- mightReturnNullForUnrelatedDimension() -
Method in interface mondrian.olap.Evaluator
- Returns whether it is necessary to check whether to return null for
an unrelated dimension.
- mightReturnNullForUnrelatedDimension() -
Method in class mondrian.rolap.RolapEvaluator
-
- min(Evaluator, TupleList, Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- Min -
Static variable in class mondrian.rolap.RolapAggregator
-
- minLoadFactor -
Variable in class mondrian.util.ObjectPool
- The minimum load factor for the hashtable.
- MinMaxFunDef - Class in mondrian.olap.fun
- Definition of the
Min and Max MDX functions. - MinMaxFunDef(FunDef) -
Constructor for class mondrian.olap.fun.MinMaxFunDef
-
- MINOR_VERSION -
Static variable in class mondrian.olap4j.MondrianOlap4jDriverVersion
-
- MinResolver -
Static variable in class mondrian.olap.fun.MinMaxFunDef
-
- minSmallBinExp -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- MINUS -
Static variable in interface mondrian.olap.ParserSym
-
- MINUS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.ListColumnPredicate
-
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.ListPredicate
-
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.LiteralStarPredicate
-
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.MemberTuplePredicate
-
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.MinusStarPredicate
-
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.RangeColumnPredicate
-
- minus(StarPredicate) -
Method in class mondrian.rolap.agg.ValueColumnPredicate
-
- minus(StarPredicate) -
Method in interface mondrian.rolap.StarColumnPredicate
-
- minus(StarPredicate) -
Method in interface mondrian.rolap.StarPredicate
- Returns the logical inverse of this Predicate.
- MinusStarPredicate - Class in mondrian.rolap.agg
- A
StarPredicate which evaluates to true if its
first child evaluates to true and its second child evaluates to false. - MinusStarPredicate(StarColumnPredicate, StarColumnPredicate) -
Constructor for class mondrian.rolap.agg.MinusStarPredicate
- Creates a MinusStarPredicate.
- minute(Date) -
Static method in class mondrian.olap.fun.vba.Vba
-
- MIRR(double[], double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- MiscTest - Class in mondrian.test.clearview
MiscTest is a test suite which tests miscellaneous
complex queries against the FoodMart database.- MiscTest() -
Constructor for class mondrian.test.clearview.MiscTest
-
- MiscTest(String) -
Constructor for class mondrian.test.clearview.MiscTest
-
- missCount -
Variable in class mondrian.server.monitor.ExecutionPhaseEvent
-
- MissingArg -
Variable in class mondrian.resource.MondrianResource
MissingArg is 'Argument ''{0}'' must be specified.'
- MissingDefaultAggRule -
Variable in class mondrian.resource.MondrianResource
MissingDefaultAggRule is 'There is no default aggregate recognition rule with tag ''{0}''.'
- ml -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- MockCurrentDateMember - Class in mondrian.udf
-
- MockCurrentDateMember() -
Constructor for class mondrian.udf.MockCurrentDateMember
-
- MockHttpServletRequest - Class in mondrian.tui
- Partial implementation of the
HttpServletRequest where just
enough is present to allow for communication between Mondrian's
XMLA code and other code in the same JVM. - MockHttpServletRequest() -
Constructor for class mondrian.tui.MockHttpServletRequest
-
- MockHttpServletRequest(byte[]) -
Constructor for class mondrian.tui.MockHttpServletRequest
-
- MockHttpServletRequest(String) -
Constructor for class mondrian.tui.MockHttpServletRequest
-
- MockHttpServletRequest.MockRequestDispatcher - Class in mondrian.tui
-
- MockHttpServletRequest.MockRequestDispatcher() -
Constructor for class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
-
- MockHttpServletRequest.MockServletInputStream - Class in mondrian.tui
-
- MockHttpServletRequest.MockServletInputStream(byte[]) -
Constructor for class mondrian.tui.MockHttpServletRequest.MockServletInputStream
-
- MockHttpServletResponse - Class in mondrian.tui
- This is a partial implementation of the HttpServletResponse where just
enough is present to allow for communication between Mondrian's
XMLA code and other code in the same JVM.
- MockHttpServletResponse() -
Constructor for class mondrian.tui.MockHttpServletResponse
-
- MockHttpServletResponse.MockServletOutputStream - Class in mondrian.tui
-
- MockHttpServletResponse.MockServletOutputStream(int) -
Constructor for class mondrian.tui.MockHttpServletResponse.MockServletOutputStream
-
- MockHttpServletResponse.MockServletOutputStream(int, String) -
Constructor for class mondrian.tui.MockHttpServletResponse.MockServletOutputStream
-
- MockSegmentCache - Class in mondrian.rolap.agg
- Mock implementation of
SegmentCache that is used for automated
testing. - MockSegmentCache() -
Constructor for class mondrian.rolap.agg.MockSegmentCache
-
- MockServletConfig - Class in mondrian.tui
- This is a partial implementation of the ServletConfig where just
enough is present to allow for communication between Mondrian's
XMLA code and other code in the same JVM.
- MockServletConfig() -
Constructor for class mondrian.tui.MockServletConfig
-
- MockServletConfig(ServletContext) -
Constructor for class mondrian.tui.MockServletConfig
-
- MockServletContext - Class in mondrian.tui
- Partial implementation of the
ServletContext where just
enough is present to allow for communication between Mondrian's
XMLA code and other code in the same JVM. - MockServletContext() -
Constructor for class mondrian.tui.MockServletContext
-
- mod(Object, Object) -
Static method in class mondrian.olap.fun.vba.Excel
- The MOD function.
- model -
Variable in class mondrian.gui.JdbcExplorer
-
- modifiable -
Variable in class mondrian.gui.MondrianGuiDef.Parameter
-
- modifiable -
Variable in class mondrian.olap.MondrianDef.Parameter
-
- Modulos - Interface in mondrian.rolap
- Modulos implementations encapsulate algorithms to map between integral
ordinals and position arrays.
- modulos -
Variable in class mondrian.rolap.Modulos.Base
-
- Modulos.Base - Class in mondrian.rolap
-
- Modulos.Base(Axis[]) -
Constructor for class mondrian.rolap.Modulos.Base
-
- Modulos.Base(int[]) -
Constructor for class mondrian.rolap.Modulos.Base
-
- Modulos.Generator - Class in mondrian.rolap
-
- Modulos.Generator() -
Constructor for class mondrian.rolap.Modulos.Generator
-
- Modulos.Many - Class in mondrian.rolap
-
- Modulos.One - Class in mondrian.rolap
-
- Modulos.Three - Class in mondrian.rolap
-
- Modulos.Two - Class in mondrian.rolap
-
- Modulos.Zero - Class in mondrian.rolap
-
- ModulosTest - Class in mondrian.rolap
- Test that the implementations of the Modulos interface are correct.
- ModulosTest() -
Constructor for class mondrian.rolap.ModulosTest
-
- ModulosTest(String) -
Constructor for class mondrian.rolap.ModulosTest
-
- mondrian.calc - package mondrian.calc
- Provides compiled expressions.
- mondrian.calc.impl - package mondrian.calc.impl
- Provides implementation classes for compiled expressions.
- mondrian.gui - package mondrian.gui
- Contains a workbench written in Swing for designing Mondrian schemas.
- mondrian.gui.validate - package mondrian.gui.validate
-
- mondrian.gui.validate.impl - package mondrian.gui.validate.impl
-
- mondrian.i18n - package mondrian.i18n
- Utilities for internationalization and localization.
- mondrian.mdx - package mondrian.mdx
- Defines a parse tree for MDX expressions.
- mondrian.olap - package mondrian.olap
- Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
- mondrian.olap.fun - package mondrian.olap.fun
- Defines the set of MDX built-in functions.
- mondrian.olap.fun.extra - package mondrian.olap.fun.extra
- Defines MDX extension functions.
- mondrian.olap.fun.vba - package mondrian.olap.fun.vba
- Implements the set of functions defined by the Visual Basic for Applications
(VBA) specification.
- mondrian.olap.type - package mondrian.olap.type
- Type system for MDX expessions.
- mondrian.olap4j - package mondrian.olap4j
- olap4j driver for the Mondrian OLAP engine.
- mondrian.parser - package mondrian.parser
-
- mondrian.recorder - package mondrian.recorder
- Provides a set a classes for logging the process of a task.
- mondrian.resource - package mondrian.resource
-
- mondrian.rolap - package mondrian.rolap
- Implements the data access layer for the olap package.
- mondrian.rolap.agg - package mondrian.rolap.agg
- Manages a cache of aggregates containing cell values.
- mondrian.rolap.aggmatcher - package mondrian.rolap.aggmatcher
- Defines a 'matcher' which scans the schema to find candidate aggregate tables.
- mondrian.rolap.cache - package mondrian.rolap.cache
- Provides primitives for policy-based caching.
- mondrian.rolap.sql - package mondrian.rolap.sql
- Database-independent library for generating SQL.
- mondrian.server - package mondrian.server
- Augments the Mondrian engine with server functionality.
- mondrian.server.monitor - package mondrian.server.monitor
-
- mondrian.spi - package mondrian.spi
- Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
- mondrian.spi.impl - package mondrian.spi.impl
- Provides implementations of SPIs defined in the
mondrian.spi package. - mondrian.test - package mondrian.test
- Suite of regression tests.
- mondrian.test.build - package mondrian.test.build
- Regression tests relating to the build process.
- mondrian.test.clearview - package mondrian.test.clearview
-
- mondrian.test.comp - package mondrian.test.comp
- Utilities for comparison-based testing.
- mondrian.test.loader - package mondrian.test.loader
- Utilities to load test data.
- mondrian.tui - package mondrian.tui
- Text user interface for Mondrian.
- mondrian.udf - package mondrian.udf
-
- mondrian.util - package mondrian.util
- Mondrian utilities.
- mondrian.web.servlet - package mondrian.web.servlet
-
- mondrian.web.taglib - package mondrian.web.taglib
- Provides a tag library for embedding MDX queries in JSP pages.
- mondrian.xmla - package mondrian.xmla
- Implements the XML for Analysis API.
- mondrian.xmla.impl - package mondrian.xmla.impl
-
- mondrian.xmla.test - package mondrian.xmla.test
-
- MONDRIAN_NAMESPACE -
Static variable in interface mondrian.xmla.XmlaConstants
- This is the namespace used to qualify the faultcode identifier.
- MondrianDef - Class in mondrian.olap
- This is the XML model for Mondrian schemas.
- MondrianDef() -
Constructor for class mondrian.olap.MondrianDef
-
- MondrianDef.AggColumnName - Class in mondrian.olap
-
- MondrianDef.AggColumnName() -
Constructor for class mondrian.olap.MondrianDef.AggColumnName
-
- MondrianDef.AggColumnName(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggColumnName
-
- MondrianDef.AggExclude - Class in mondrian.olap
-
- MondrianDef.AggExclude() -
Constructor for class mondrian.olap.MondrianDef.AggExclude
-
- MondrianDef.AggExclude(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggExclude
-
- MondrianDef.AggFactCount - Class in mondrian.olap
-
- MondrianDef.AggFactCount() -
Constructor for class mondrian.olap.MondrianDef.AggFactCount
-
- MondrianDef.AggFactCount(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggFactCount
-
- MondrianDef.AggForeignKey - Class in mondrian.olap
- The name of the column mapping from base fact table foreign key
to aggregate table foreign key.
- MondrianDef.AggForeignKey() -
Constructor for class mondrian.olap.MondrianDef.AggForeignKey
-
- MondrianDef.AggForeignKey(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggForeignKey
-
- MondrianDef.AggIgnoreColumn - Class in mondrian.olap
-
- MondrianDef.AggIgnoreColumn() -
Constructor for class mondrian.olap.MondrianDef.AggIgnoreColumn
-
- MondrianDef.AggIgnoreColumn(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggIgnoreColumn
-
- MondrianDef.AggLevel - Class in mondrian.olap
-
- MondrianDef.AggLevel() -
Constructor for class mondrian.olap.MondrianDef.AggLevel
-
- MondrianDef.AggLevel(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggLevel
-
- MondrianDef.AggMeasure - Class in mondrian.olap
-
- MondrianDef.AggMeasure() -
Constructor for class mondrian.olap.MondrianDef.AggMeasure
-
- MondrianDef.AggMeasure(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggMeasure
-
- MondrianDef.AggName - Class in mondrian.olap
-
- MondrianDef.AggName() -
Constructor for class mondrian.olap.MondrianDef.AggName
-
- MondrianDef.AggName(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggName
-
- MondrianDef.AggPattern - Class in mondrian.olap
-
- MondrianDef.AggPattern() -
Constructor for class mondrian.olap.MondrianDef.AggPattern
-
- MondrianDef.AggPattern(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggPattern
-
- MondrianDef.AggTable - Class in mondrian.olap
- A definition of an aggregate table for a base fact table.
- MondrianDef.AggTable() -
Constructor for class mondrian.olap.MondrianDef.AggTable
-
- MondrianDef.AggTable(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.AggTable
-
- MondrianDef.Annotation - Class in mondrian.olap
- User-defined property value.
- MondrianDef.Annotation() -
Constructor for class mondrian.olap.MondrianDef.Annotation
-
- MondrianDef.Annotation(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Annotation
-
- MondrianDef.Annotations - Class in mondrian.olap
- Holder for an array of Annotation elements
- MondrianDef.Annotations() -
Constructor for class mondrian.olap.MondrianDef.Annotations
-
- MondrianDef.Annotations(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Annotations
-
- MondrianDef.CalculatedMember - Class in mondrian.olap
-
- MondrianDef.CalculatedMember() -
Constructor for class mondrian.olap.MondrianDef.CalculatedMember
-
- MondrianDef.CalculatedMember(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CalculatedMember
-
- MondrianDef.CalculatedMemberProperty - Class in mondrian.olap
- Property of a calculated member defined against a cube.
- MondrianDef.CalculatedMemberProperty() -
Constructor for class mondrian.olap.MondrianDef.CalculatedMemberProperty
-
- MondrianDef.CalculatedMemberProperty(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CalculatedMemberProperty
-
- MondrianDef.CaptionExpression - Class in mondrian.olap
-
- MondrianDef.CaptionExpression() -
Constructor for class mondrian.olap.MondrianDef.CaptionExpression
-
- MondrianDef.CaptionExpression(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CaptionExpression
-
- MondrianDef.CellFormatter - Class in mondrian.olap
- Plugin that formats the values of cells.
- MondrianDef.CellFormatter() -
Constructor for class mondrian.olap.MondrianDef.CellFormatter
-
- MondrianDef.CellFormatter(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CellFormatter
-
- MondrianDef.Closure - Class in mondrian.olap
- Specifies the transitive closure of a parent-child hierarchy.
- MondrianDef.Closure() -
Constructor for class mondrian.olap.MondrianDef.Closure
-
- MondrianDef.Closure(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Closure
-
- MondrianDef.Column - Class in mondrian.olap
-
- MondrianDef.Column() -
Constructor for class mondrian.olap.MondrianDef.Column
-
- MondrianDef.Column(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Column
-
- MondrianDef.Column(String, String) -
Constructor for class mondrian.olap.MondrianDef.Column
- Convenience constructor.
- MondrianDef.ColumnDef - Class in mondrian.olap
- Column definition for an inline table.
- MondrianDef.ColumnDef() -
Constructor for class mondrian.olap.MondrianDef.ColumnDef
-
- MondrianDef.ColumnDef(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.ColumnDef
-
- MondrianDef.ColumnDefs - Class in mondrian.olap
- Holder for an array of ColumnDef elements
- MondrianDef.ColumnDefs() -
Constructor for class mondrian.olap.MondrianDef.ColumnDefs
-
- MondrianDef.ColumnDefs(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.ColumnDefs
-
- MondrianDef.Cube - Class in mondrian.olap
- Definition of a cube.
- MondrianDef.Cube() -
Constructor for class mondrian.olap.MondrianDef.Cube
-
- MondrianDef.Cube(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Cube
-
- MondrianDef.CubeDimension - Class in mondrian.olap
- A CubeDimension is either a usage of a Dimension ('shared
dimension', in MSOLAP parlance), or a 'private dimension'.
- MondrianDef.CubeDimension() -
Constructor for class mondrian.olap.MondrianDef.CubeDimension
-
- MondrianDef.CubeDimension(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CubeDimension
-
- MondrianDef.CubeGrant - Class in mondrian.olap
- Grants (or denies) this role access to a cube.
- MondrianDef.CubeGrant() -
Constructor for class mondrian.olap.MondrianDef.CubeGrant
-
- MondrianDef.CubeGrant(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CubeGrant
-
- MondrianDef.CubeUsage - Class in mondrian.olap
-
- MondrianDef.CubeUsage() -
Constructor for class mondrian.olap.MondrianDef.CubeUsage
-
- MondrianDef.CubeUsage(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CubeUsage
-
- MondrianDef.CubeUsages - Class in mondrian.olap
- List of base cubes used by the virtual cube.
- MondrianDef.CubeUsages() -
Constructor for class mondrian.olap.MondrianDef.CubeUsages
-
- MondrianDef.CubeUsages(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.CubeUsages
-
- MondrianDef.Dimension - Class in mondrian.olap
- A Dimension is a collection of hierarchies.
- MondrianDef.Dimension() -
Constructor for class mondrian.olap.MondrianDef.Dimension
-
- MondrianDef.Dimension(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Dimension
-
- MondrianDef.DimensionGrant - Class in mondrian.olap
- Grants (or denies) this role access to a dimension.
- MondrianDef.DimensionGrant() -
Constructor for class mondrian.olap.MondrianDef.DimensionGrant
-
- MondrianDef.DimensionGrant(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.DimensionGrant
-
- MondrianDef.DimensionUsage - Class in mondrian.olap
- A DimensionUsage is usage of a shared
Dimension within the context of a cube.
- MondrianDef.DimensionUsage() -
Constructor for class mondrian.olap.MondrianDef.DimensionUsage
-
- MondrianDef.DimensionUsage(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.DimensionUsage
-
- MondrianDef.Expression - Interface in mondrian.olap
-
- MondrianDef.ExpressionView - Class in mondrian.olap
- A collection of SQL expressions, one per dialect.
- MondrianDef.ExpressionView() -
Constructor for class mondrian.olap.MondrianDef.ExpressionView
-
- MondrianDef.ExpressionView(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.ExpressionView
-
- MondrianDef.Formula - Class in mondrian.olap
-
- MondrianDef.Formula() -
Constructor for class mondrian.olap.MondrianDef.Formula
-
- MondrianDef.Formula(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Formula
-
- MondrianDef.Grant - Interface in mondrian.olap
-
- MondrianDef.Hierarchy - Class in mondrian.olap
- Defines a hierarchy.
- MondrianDef.Hierarchy() -
Constructor for class mondrian.olap.MondrianDef.Hierarchy
-
- MondrianDef.Hierarchy(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Hierarchy
-
- MondrianDef.HierarchyGrant - Class in mondrian.olap
- Grants (or denies) this role access to a hierarchy.
- MondrianDef.HierarchyGrant() -
Constructor for class mondrian.olap.MondrianDef.HierarchyGrant
-
- MondrianDef.HierarchyGrant(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.HierarchyGrant
-
- MondrianDef.Hint - Class in mondrian.olap
- Dialect-specific table optimization hints.
- MondrianDef.Hint() -
Constructor for class mondrian.olap.MondrianDef.Hint
-
- MondrianDef.Hint(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Hint
-
- MondrianDef.InlineTable - Class in mondrian.olap
-
- MondrianDef.InlineTable() -
Constructor for class mondrian.olap.MondrianDef.InlineTable
-
- MondrianDef.InlineTable(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.InlineTable
-
- MondrianDef.InlineTable(MondrianDef.InlineTable) -
Constructor for class mondrian.olap.MondrianDef.InlineTable
- Convenience constructor.
- MondrianDef.Join - Class in mondrian.olap
-
- MondrianDef.Join() -
Constructor for class mondrian.olap.MondrianDef.Join
-
- MondrianDef.Join(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Join
-
- MondrianDef.Join(String, String, MondrianDef.RelationOrJoin, String, String, MondrianDef.RelationOrJoin) -
Constructor for class mondrian.olap.MondrianDef.Join
- Convenience constructor.
- MondrianDef.KeyExpression - Class in mondrian.olap
-
- MondrianDef.KeyExpression() -
Constructor for class mondrian.olap.MondrianDef.KeyExpression
-
- MondrianDef.KeyExpression(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.KeyExpression
-
- MondrianDef.Level - Class in mondrian.olap
-
- MondrianDef.Level() -
Constructor for class mondrian.olap.MondrianDef.Level
-
- MondrianDef.Level(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Level
-
- MondrianDef.Measure - Class in mondrian.olap
-
- MondrianDef.Measure() -
Constructor for class mondrian.olap.MondrianDef.Measure
-
- MondrianDef.Measure(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Measure
-
- MondrianDef.MeasureExpression - Class in mondrian.olap
-
- MondrianDef.MeasureExpression() -
Constructor for class mondrian.olap.MondrianDef.MeasureExpression
-
- MondrianDef.MeasureExpression(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.MeasureExpression
-
- MondrianDef.MemberFormatter - Class in mondrian.olap
- Plugin that formats members.
- MondrianDef.MemberFormatter() -
Constructor for class mondrian.olap.MondrianDef.MemberFormatter
-
- MondrianDef.MemberFormatter(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.MemberFormatter
-
- MondrianDef.MemberGrant - Class in mondrian.olap
- Grants (or denies) this role access to a member.
- MondrianDef.MemberGrant() -
Constructor for class mondrian.olap.MondrianDef.MemberGrant
-
- MondrianDef.MemberGrant(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.MemberGrant
-
- MondrianDef.MemberReaderParameter - Class in mondrian.olap
- Not used
- MondrianDef.MemberReaderParameter() -
Constructor for class mondrian.olap.MondrianDef.MemberReaderParameter
-
- MondrianDef.MemberReaderParameter(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.MemberReaderParameter
-
- MondrianDef.NamedSet - Class in mondrian.olap
- Defines a named set which can be used in queries in the
same way as a set defined using a WITH SET clause.
- MondrianDef.NamedSet() -
Constructor for class mondrian.olap.MondrianDef.NamedSet
-
- MondrianDef.NamedSet(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.NamedSet
-
- MondrianDef.NameExpression - Class in mondrian.olap
-
- MondrianDef.NameExpression() -
Constructor for class mondrian.olap.MondrianDef.NameExpression
-
- MondrianDef.NameExpression(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.NameExpression
-
- MondrianDef.OrdinalExpression - Class in mondrian.olap
-
- MondrianDef.OrdinalExpression() -
Constructor for class mondrian.olap.MondrianDef.OrdinalExpression
-
- MondrianDef.OrdinalExpression(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.OrdinalExpression
-
- MondrianDef.Parameter - Class in mondrian.olap
- A Parameter defines a schema parameter.
- MondrianDef.Parameter() -
Constructor for class mondrian.olap.MondrianDef.Parameter
-
- MondrianDef.Parameter(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Parameter
-
- MondrianDef.ParentExpression - Class in mondrian.olap
-
- MondrianDef.ParentExpression() -
Constructor for class mondrian.olap.MondrianDef.ParentExpression
-
- MondrianDef.ParentExpression(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.ParentExpression
-
- MondrianDef.Property - Class in mondrian.olap
- Member property.
- MondrianDef.Property() -
Constructor for class mondrian.olap.MondrianDef.Property
-
- MondrianDef.Property(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Property
-
- MondrianDef.PropertyFormatter - Class in mondrian.olap
- Plugin that formats properties.
- MondrianDef.PropertyFormatter() -
Constructor for class mondrian.olap.MondrianDef.PropertyFormatter
-
- MondrianDef.PropertyFormatter(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.PropertyFormatter
-
- MondrianDef.Relation - Class in mondrian.olap
- A table, inline table or view
- MondrianDef.Relation() -
Constructor for class mondrian.olap.MondrianDef.Relation
-
- MondrianDef.Relation(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Relation
-
- MondrianDef.RelationOrJoin - Class in mondrian.olap
- A table or a join
- MondrianDef.RelationOrJoin() -
Constructor for class mondrian.olap.MondrianDef.RelationOrJoin
-
- MondrianDef.RelationOrJoin(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.RelationOrJoin
-
- MondrianDef.Role - Class in mondrian.olap
- A role defines an access-control profile.
- MondrianDef.Role() -
Constructor for class mondrian.olap.MondrianDef.Role
-
- MondrianDef.Role(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Role
-
- MondrianDef.RoleUsage - Class in mondrian.olap
- Usage of a Role in a union Role.
- MondrianDef.RoleUsage() -
Constructor for class mondrian.olap.MondrianDef.RoleUsage
-
- MondrianDef.RoleUsage(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.RoleUsage
-
- MondrianDef.Row - Class in mondrian.olap
- Row definition for an inline table.
- MondrianDef.Row() -
Constructor for class mondrian.olap.MondrianDef.Row
-
- MondrianDef.Row(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Row
-
- MondrianDef.Rows - Class in mondrian.olap
- Holder for an array of Row elements
- MondrianDef.Rows() -
Constructor for class mondrian.olap.MondrianDef.Rows
-
- MondrianDef.Rows(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Rows
-
- MondrianDef.Schema - Class in mondrian.olap
- A schema is a collection of cubes and virtual cubes.
- MondrianDef.Schema() -
Constructor for class mondrian.olap.MondrianDef.Schema
-
- MondrianDef.Schema(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Schema
-
- MondrianDef.SchemaGrant - Class in mondrian.olap
- Grants (or denies) this role access to this schema.
- MondrianDef.SchemaGrant() -
Constructor for class mondrian.olap.MondrianDef.SchemaGrant
-
- MondrianDef.SchemaGrant(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.SchemaGrant
-
- MondrianDef.Script - Class in mondrian.olap
- Script fragment to implement an SPI such as user-defined function,
member formatter, cell formatter.
- MondrianDef.Script() -
Constructor for class mondrian.olap.MondrianDef.Script
-
- MondrianDef.Script(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Script
-
- MondrianDef.SQL - Class in mondrian.olap
-
- MondrianDef.SQL() -
Constructor for class mondrian.olap.MondrianDef.SQL
-
- MondrianDef.SQL(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.SQL
-
- MondrianDef.Table - Class in mondrian.olap
-
- MondrianDef.Table() -
Constructor for class mondrian.olap.MondrianDef.Table
-
- MondrianDef.Table(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Table
-
- MondrianDef.Table(MondrianDef.Table) -
Constructor for class mondrian.olap.MondrianDef.Table
- Convenience constructor.
- MondrianDef.Table(String, String, String, MondrianDef.Hint[]) -
Constructor for class mondrian.olap.MondrianDef.Table
-
- MondrianDef.Union - Class in mondrian.olap
- Body of a Role definition which defines a Role to be the union
of several Roles.
- MondrianDef.Union() -
Constructor for class mondrian.olap.MondrianDef.Union
-
- MondrianDef.Union(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Union
-
- MondrianDef.UserDefinedFunction - Class in mondrian.olap
- A UserDefinedFunction is a function which
extends the MDX language.
- MondrianDef.UserDefinedFunction() -
Constructor for class mondrian.olap.MondrianDef.UserDefinedFunction
-
- MondrianDef.UserDefinedFunction(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.UserDefinedFunction
-
- MondrianDef.Value - Class in mondrian.olap
- Column value for an inline table.
- MondrianDef.Value() -
Constructor for class mondrian.olap.MondrianDef.Value
-
- MondrianDef.Value(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.Value
-
- MondrianDef.View - Class in mondrian.olap
- A collection of SQL statements, one per dialect.
- MondrianDef.View() -
Constructor for class mondrian.olap.MondrianDef.View
-
- MondrianDef.View(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.View
-
- MondrianDef.View(MondrianDef.View) -
Constructor for class mondrian.olap.MondrianDef.View
- Copy constructor.
- MondrianDef.VirtualCube - Class in mondrian.olap
- A VirtualCube is a set of dimensions and
measures gleaned from other cubes.
- MondrianDef.VirtualCube() -
Constructor for class mondrian.olap.MondrianDef.VirtualCube
-
- MondrianDef.VirtualCube(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.VirtualCube
-
- MondrianDef.VirtualCubeDimension - Class in mondrian.olap
- A VirtualCubeDimension is a usage of a Dimension in a VirtualCube.
- MondrianDef.VirtualCubeDimension() -
Constructor for class mondrian.olap.MondrianDef.VirtualCubeDimension
-
- MondrianDef.VirtualCubeDimension(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.VirtualCubeDimension
-
- MondrianDef.VirtualCubeMeasure - Class in mondrian.olap
- A VirtualCubeMeasure is a usage of a Measure in a VirtualCube.
- MondrianDef.VirtualCubeMeasure() -
Constructor for class mondrian.olap.MondrianDef.VirtualCubeMeasure
-
- MondrianDef.VirtualCubeMeasure(DOMWrapper) -
Constructor for class mondrian.olap.MondrianDef.VirtualCubeMeasure
-
- mondrianDotProperties -
Static variable in class mondrian.olap.MondrianPropertiesBase
-
- MondrianEvaluationException - Exception in mondrian.olap.fun
- Thrown while evaluating a cell expression
- MondrianEvaluationException() -
Constructor for exception mondrian.olap.fun.MondrianEvaluationException
-
- MondrianEvaluationException(String) -
Constructor for exception mondrian.olap.fun.MondrianEvaluationException
-
- MondrianException - Exception in mondrian.olap
- Instances of this class are thrown for all exceptions that Mondrian
generates through as a result of known error conditions.
- MondrianException() -
Constructor for exception mondrian.olap.MondrianException
-
- MondrianException(Throwable) -
Constructor for exception mondrian.olap.MondrianException
-
- MondrianException(String) -
Constructor for exception mondrian.olap.MondrianException
-
- MondrianException(String, Throwable) -
Constructor for exception mondrian.olap.MondrianException
-
- MondrianFoodMartLoader - Class in mondrian.test.loader
- Utility to load the FoodMart dataset into an arbitrary JDBC database.
- MondrianFoodMartLoader(String[]) -
Constructor for class mondrian.test.loader.MondrianFoodMartLoader
- Creates an instance of the loader and parses the command-line options.
- MondrianGuiDef - Class in mondrian.gui
- This is the XML model for Mondrian schemas as used by the Schema
Workbench.
- MondrianGuiDef() -
Constructor for class mondrian.gui.MondrianGuiDef
-
- MondrianGuiDef.AggColumnName - Class in mondrian.gui
-
- MondrianGuiDef.AggColumnName() -
Constructor for class mondrian.gui.MondrianGuiDef.AggColumnName
-
- MondrianGuiDef.AggColumnName(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggColumnName
-
- MondrianGuiDef.AggExclude - Class in mondrian.gui
-
- MondrianGuiDef.AggExclude() -
Constructor for class mondrian.gui.MondrianGuiDef.AggExclude
-
- MondrianGuiDef.AggExclude(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggExclude
-
- MondrianGuiDef.AggFactCount - Class in mondrian.gui
-
- MondrianGuiDef.AggFactCount() -
Constructor for class mondrian.gui.MondrianGuiDef.AggFactCount
-
- MondrianGuiDef.AggFactCount(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggFactCount
-
- MondrianGuiDef.AggForeignKey - Class in mondrian.gui
- The name of the column mapping from base fact table foreign key
to aggregate table foreign key.
- MondrianGuiDef.AggForeignKey() -
Constructor for class mondrian.gui.MondrianGuiDef.AggForeignKey
-
- MondrianGuiDef.AggForeignKey(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggForeignKey
-
- MondrianGuiDef.AggIgnoreColumn - Class in mondrian.gui
-
- MondrianGuiDef.AggIgnoreColumn() -
Constructor for class mondrian.gui.MondrianGuiDef.AggIgnoreColumn
-
- MondrianGuiDef.AggIgnoreColumn(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggIgnoreColumn
-
- MondrianGuiDef.AggLevel - Class in mondrian.gui
-
- MondrianGuiDef.AggLevel() -
Constructor for class mondrian.gui.MondrianGuiDef.AggLevel
-
- MondrianGuiDef.AggLevel(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggLevel
-
- MondrianGuiDef.AggMeasure - Class in mondrian.gui
-
- MondrianGuiDef.AggMeasure() -
Constructor for class mondrian.gui.MondrianGuiDef.AggMeasure
-
- MondrianGuiDef.AggMeasure(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggMeasure
-
- MondrianGuiDef.AggName - Class in mondrian.gui
-
- MondrianGuiDef.AggName() -
Constructor for class mondrian.gui.MondrianGuiDef.AggName
-
- MondrianGuiDef.AggName(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggName
-
- MondrianGuiDef.AggPattern - Class in mondrian.gui
-
- MondrianGuiDef.AggPattern() -
Constructor for class mondrian.gui.MondrianGuiDef.AggPattern
-
- MondrianGuiDef.AggPattern(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggPattern
-
- MondrianGuiDef.AggTable - Class in mondrian.gui
- A definition of an aggregate table for a base fact table.
- MondrianGuiDef.AggTable() -
Constructor for class mondrian.gui.MondrianGuiDef.AggTable
-
- MondrianGuiDef.AggTable(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.AggTable
-
- MondrianGuiDef.Annotation - Class in mondrian.gui
- User-defined property value.
- MondrianGuiDef.Annotation() -
Constructor for class mondrian.gui.MondrianGuiDef.Annotation
-
- MondrianGuiDef.Annotation(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Annotation
-
- MondrianGuiDef.Annotations - Class in mondrian.gui
- Holder for an array of Annotation elements
- MondrianGuiDef.Annotations() -
Constructor for class mondrian.gui.MondrianGuiDef.Annotations
-
- MondrianGuiDef.Annotations(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Annotations
-
- MondrianGuiDef.CalculatedMember - Class in mondrian.gui
-
- MondrianGuiDef.CalculatedMember() -
Constructor for class mondrian.gui.MondrianGuiDef.CalculatedMember
-
- MondrianGuiDef.CalculatedMember(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CalculatedMember
-
- MondrianGuiDef.CalculatedMemberProperty - Class in mondrian.gui
- Property of a calculated member defined against a cube.
- MondrianGuiDef.CalculatedMemberProperty() -
Constructor for class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
-
- MondrianGuiDef.CalculatedMemberProperty(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty
-
- MondrianGuiDef.CaptionExpression - Class in mondrian.gui
-
- MondrianGuiDef.CaptionExpression() -
Constructor for class mondrian.gui.MondrianGuiDef.CaptionExpression
-
- MondrianGuiDef.CaptionExpression(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CaptionExpression
-
- MondrianGuiDef.CellFormatter - Class in mondrian.gui
- Plugin that formats the values of cells.
- MondrianGuiDef.CellFormatter() -
Constructor for class mondrian.gui.MondrianGuiDef.CellFormatter
-
- MondrianGuiDef.CellFormatter(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CellFormatter
-
- MondrianGuiDef.Closure - Class in mondrian.gui
- Specifies the transitive closure of a parent-child hierarchy.
- MondrianGuiDef.Closure() -
Constructor for class mondrian.gui.MondrianGuiDef.Closure
-
- MondrianGuiDef.Closure(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Closure
-
- MondrianGuiDef.Column - Class in mondrian.gui
-
- MondrianGuiDef.Column() -
Constructor for class mondrian.gui.MondrianGuiDef.Column
-
- MondrianGuiDef.Column(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Column
-
- MondrianGuiDef.Column(String, String) -
Constructor for class mondrian.gui.MondrianGuiDef.Column
- Convenience constructor.
- MondrianGuiDef.ColumnDef - Class in mondrian.gui
- Column definition for an inline table.
- MondrianGuiDef.ColumnDef() -
Constructor for class mondrian.gui.MondrianGuiDef.ColumnDef
-
- MondrianGuiDef.ColumnDef(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.ColumnDef
-
- MondrianGuiDef.ColumnDefs - Class in mondrian.gui
- Holder for an array of ColumnDef elements
- MondrianGuiDef.ColumnDefs() -
Constructor for class mondrian.gui.MondrianGuiDef.ColumnDefs
-
- MondrianGuiDef.ColumnDefs(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.ColumnDefs
-
- MondrianGuiDef.Cube - Class in mondrian.gui
- Definition of a cube.
- MondrianGuiDef.Cube() -
Constructor for class mondrian.gui.MondrianGuiDef.Cube
-
- MondrianGuiDef.Cube(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Cube
-
- MondrianGuiDef.CubeDimension - Class in mondrian.gui
- A CubeDimension is either a usage of a Dimension ('shared
dimension', in MSOLAP parlance), or a 'private dimension'.
- MondrianGuiDef.CubeDimension() -
Constructor for class mondrian.gui.MondrianGuiDef.CubeDimension
-
- MondrianGuiDef.CubeDimension(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CubeDimension
-
- MondrianGuiDef.CubeGrant - Class in mondrian.gui
- Grants (or denies) this role access to a cube.
- MondrianGuiDef.CubeGrant() -
Constructor for class mondrian.gui.MondrianGuiDef.CubeGrant
-
- MondrianGuiDef.CubeGrant(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CubeGrant
-
- MondrianGuiDef.CubeUsage - Class in mondrian.gui
-
- MondrianGuiDef.CubeUsage() -
Constructor for class mondrian.gui.MondrianGuiDef.CubeUsage
-
- MondrianGuiDef.CubeUsage(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CubeUsage
-
- MondrianGuiDef.CubeUsages - Class in mondrian.gui
- List of base cubes used by the virtual cube.
- MondrianGuiDef.CubeUsages() -
Constructor for class mondrian.gui.MondrianGuiDef.CubeUsages
-
- MondrianGuiDef.CubeUsages(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.CubeUsages
-
- MondrianGuiDef.Dimension - Class in mondrian.gui
- A Dimension is a collection of hierarchies.
- MondrianGuiDef.Dimension() -
Constructor for class mondrian.gui.MondrianGuiDef.Dimension
-
- MondrianGuiDef.Dimension(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Dimension
-
- MondrianGuiDef.DimensionGrant - Class in mondrian.gui
- Grants (or denies) this role access to a dimension.
- MondrianGuiDef.DimensionGrant() -
Constructor for class mondrian.gui.MondrianGuiDef.DimensionGrant
-
- MondrianGuiDef.DimensionGrant(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.DimensionGrant
-
- MondrianGuiDef.DimensionUsage - Class in mondrian.gui
- A DimensionUsage is usage of a shared
Dimension within the context of a cube.
- MondrianGuiDef.DimensionUsage() -
Constructor for class mondrian.gui.MondrianGuiDef.DimensionUsage
-
- MondrianGuiDef.DimensionUsage(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.DimensionUsage
-
- MondrianGuiDef.Expression - Interface in mondrian.gui
-
- MondrianGuiDef.ExpressionView - Class in mondrian.gui
- A collection of SQL expressions, one per dialect.
- MondrianGuiDef.ExpressionView() -
Constructor for class mondrian.gui.MondrianGuiDef.ExpressionView
-
- MondrianGuiDef.ExpressionView(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.ExpressionView
-
- MondrianGuiDef.Formula - Class in mondrian.gui
-
- MondrianGuiDef.Formula() -
Constructor for class mondrian.gui.MondrianGuiDef.Formula
-
- MondrianGuiDef.Formula(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Formula
-
- MondrianGuiDef.Grant - Interface in mondrian.gui
-
- MondrianGuiDef.Hierarchy - Class in mondrian.gui
- Defines a hierarchy.
- MondrianGuiDef.Hierarchy() -
Constructor for class mondrian.gui.MondrianGuiDef.Hierarchy
-
- MondrianGuiDef.Hierarchy(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Hierarchy
-
- MondrianGuiDef.HierarchyGrant - Class in mondrian.gui
- Grants (or denies) this role access to a hierarchy.
- MondrianGuiDef.HierarchyGrant() -
Constructor for class mondrian.gui.MondrianGuiDef.HierarchyGrant
-
- MondrianGuiDef.HierarchyGrant(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.HierarchyGrant
-
- MondrianGuiDef.Hint - Class in mondrian.gui
- Dialect-specific table optimization hints.
- MondrianGuiDef.Hint() -
Constructor for class mondrian.gui.MondrianGuiDef.Hint
-
- MondrianGuiDef.Hint(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Hint
-
- MondrianGuiDef.InlineTable - Class in mondrian.gui
-
- MondrianGuiDef.InlineTable() -
Constructor for class mondrian.gui.MondrianGuiDef.InlineTable
-
- MondrianGuiDef.InlineTable(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.InlineTable
-
- MondrianGuiDef.InlineTable(MondrianGuiDef.InlineTable) -
Constructor for class mondrian.gui.MondrianGuiDef.InlineTable
- Convenience constructor.
- MondrianGuiDef.Join - Class in mondrian.gui
-
- MondrianGuiDef.Join() -
Constructor for class mondrian.gui.MondrianGuiDef.Join
-
- MondrianGuiDef.Join(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Join
-
- MondrianGuiDef.Join(String, String, MondrianGuiDef.RelationOrJoin, String, String, MondrianGuiDef.RelationOrJoin) -
Constructor for class mondrian.gui.MondrianGuiDef.Join
- Convenience constructor.
- MondrianGuiDef.KeyExpression - Class in mondrian.gui
-
- MondrianGuiDef.KeyExpression() -
Constructor for class mondrian.gui.MondrianGuiDef.KeyExpression
-
- MondrianGuiDef.KeyExpression(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.KeyExpression
-
- MondrianGuiDef.Level - Class in mondrian.gui
-
- MondrianGuiDef.Level() -
Constructor for class mondrian.gui.MondrianGuiDef.Level
-
- MondrianGuiDef.Level(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Level
-
- MondrianGuiDef.Measure - Class in mondrian.gui
-
- MondrianGuiDef.Measure() -
Constructor for class mondrian.gui.MondrianGuiDef.Measure
-
- MondrianGuiDef.Measure(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Measure
-
- MondrianGuiDef.MeasureExpression - Class in mondrian.gui
-
- MondrianGuiDef.MeasureExpression() -
Constructor for class mondrian.gui.MondrianGuiDef.MeasureExpression
-
- MondrianGuiDef.MeasureExpression(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.MeasureExpression
-
- MondrianGuiDef.MemberFormatter - Class in mondrian.gui
- Plugin that formats members.
- MondrianGuiDef.MemberFormatter() -
Constructor for class mondrian.gui.MondrianGuiDef.MemberFormatter
-
- MondrianGuiDef.MemberFormatter(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.MemberFormatter
-
- MondrianGuiDef.MemberGrant - Class in mondrian.gui
- Grants (or denies) this role access to a member.
- MondrianGuiDef.MemberGrant() -
Constructor for class mondrian.gui.MondrianGuiDef.MemberGrant
-
- MondrianGuiDef.MemberGrant(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.MemberGrant
-
- MondrianGuiDef.MemberReaderParameter - Class in mondrian.gui
- Not used
- MondrianGuiDef.MemberReaderParameter() -
Constructor for class mondrian.gui.MondrianGuiDef.MemberReaderParameter
-
- MondrianGuiDef.MemberReaderParameter(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.MemberReaderParameter
-
- MondrianGuiDef.NamedSet - Class in mondrian.gui
- Defines a named set which can be used in queries in the
same way as a set defined using a WITH SET clause.
- MondrianGuiDef.NamedSet() -
Constructor for class mondrian.gui.MondrianGuiDef.NamedSet
-
- MondrianGuiDef.NamedSet(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.NamedSet
-
- MondrianGuiDef.NameExpression - Class in mondrian.gui
-
- MondrianGuiDef.NameExpression() -
Constructor for class mondrian.gui.MondrianGuiDef.NameExpression
-
- MondrianGuiDef.NameExpression(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.NameExpression
-
- MondrianGuiDef.OrdinalExpression - Class in mondrian.gui
-
- MondrianGuiDef.OrdinalExpression() -
Constructor for class mondrian.gui.MondrianGuiDef.OrdinalExpression
-
- MondrianGuiDef.OrdinalExpression(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.OrdinalExpression
-
- MondrianGuiDef.Parameter - Class in mondrian.gui
- A Parameter defines a schema parameter.
- MondrianGuiDef.Parameter() -
Constructor for class mondrian.gui.MondrianGuiDef.Parameter
-
- MondrianGuiDef.Parameter(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Parameter
-
- MondrianGuiDef.ParentExpression - Class in mondrian.gui
-
- MondrianGuiDef.ParentExpression() -
Constructor for class mondrian.gui.MondrianGuiDef.ParentExpression
-
- MondrianGuiDef.ParentExpression(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.ParentExpression
-
- MondrianGuiDef.Property - Class in mondrian.gui
- Member property.
- MondrianGuiDef.Property() -
Constructor for class mondrian.gui.MondrianGuiDef.Property
-
- MondrianGuiDef.Property(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Property
-
- MondrianGuiDef.PropertyFormatter - Class in mondrian.gui
- Plugin that formats properties.
- MondrianGuiDef.PropertyFormatter() -
Constructor for class mondrian.gui.MondrianGuiDef.PropertyFormatter
-
- MondrianGuiDef.PropertyFormatter(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.PropertyFormatter
-
- MondrianGuiDef.Relation - Class in mondrian.gui
- A table, inline table or view
- MondrianGuiDef.Relation() -
Constructor for class mondrian.gui.MondrianGuiDef.Relation
-
- MondrianGuiDef.Relation(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Relation
-
- MondrianGuiDef.RelationOrJoin - Class in mondrian.gui
- A table or a join
- MondrianGuiDef.RelationOrJoin() -
Constructor for class mondrian.gui.MondrianGuiDef.RelationOrJoin
-
- MondrianGuiDef.RelationOrJoin(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.RelationOrJoin
-
- MondrianGuiDef.Role - Class in mondrian.gui
- A role defines an access-control profile.
- MondrianGuiDef.Role() -
Constructor for class mondrian.gui.MondrianGuiDef.Role
-
- MondrianGuiDef.Role(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Role
-
- MondrianGuiDef.RoleUsage - Class in mondrian.gui
- Usage of a Role in a union Role.
- MondrianGuiDef.RoleUsage() -
Constructor for class mondrian.gui.MondrianGuiDef.RoleUsage
-
- MondrianGuiDef.RoleUsage(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.RoleUsage
-
- MondrianGuiDef.Row - Class in mondrian.gui
- Row definition for an inline table.
- MondrianGuiDef.Row() -
Constructor for class mondrian.gui.MondrianGuiDef.Row
-
- MondrianGuiDef.Row(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Row
-
- MondrianGuiDef.Rows - Class in mondrian.gui
- Holder for an array of Row elements
- MondrianGuiDef.Rows() -
Constructor for class mondrian.gui.MondrianGuiDef.Rows
-
- MondrianGuiDef.Rows(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Rows
-
- MondrianGuiDef.Schema - Class in mondrian.gui
- A schema is a collection of cubes and virtual cubes.
- MondrianGuiDef.Schema() -
Constructor for class mondrian.gui.MondrianGuiDef.Schema
-
- MondrianGuiDef.Schema(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Schema
-
- MondrianGuiDef.SchemaGrant - Class in mondrian.gui
- Grants (or denies) this role access to this schema.
- MondrianGuiDef.SchemaGrant() -
Constructor for class mondrian.gui.MondrianGuiDef.SchemaGrant
-
- MondrianGuiDef.SchemaGrant(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.SchemaGrant
-
- MondrianGuiDef.Script - Class in mondrian.gui
- Script fragment to implement an SPI such as user-defined function,
member formatter, cell formatter.
- MondrianGuiDef.Script() -
Constructor for class mondrian.gui.MondrianGuiDef.Script
-
- MondrianGuiDef.Script(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Script
-
- MondrianGuiDef.SQL - Class in mondrian.gui
-
- MondrianGuiDef.SQL() -
Constructor for class mondrian.gui.MondrianGuiDef.SQL
-
- MondrianGuiDef.SQL(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.SQL
-
- MondrianGuiDef.Table - Class in mondrian.gui
-
- MondrianGuiDef.Table() -
Constructor for class mondrian.gui.MondrianGuiDef.Table
-
- MondrianGuiDef.Table(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Table
-
- MondrianGuiDef.Table(MondrianGuiDef.Table) -
Constructor for class mondrian.gui.MondrianGuiDef.Table
- Convenience constructor.
- MondrianGuiDef.Table(String, String, String, MondrianGuiDef.Hint[]) -
Constructor for class mondrian.gui.MondrianGuiDef.Table
-
- MondrianGuiDef.Union - Class in mondrian.gui
- Body of a Role definition which defines a Role to be the union
of several Roles.
- MondrianGuiDef.Union() -
Constructor for class mondrian.gui.MondrianGuiDef.Union
-
- MondrianGuiDef.Union(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Union
-
- MondrianGuiDef.UserDefinedFunction - Class in mondrian.gui
- A UserDefinedFunction is a function which
extends the MDX language.
- MondrianGuiDef.UserDefinedFunction() -
Constructor for class mondrian.gui.MondrianGuiDef.UserDefinedFunction
-
- MondrianGuiDef.UserDefinedFunction(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.UserDefinedFunction
-
- MondrianGuiDef.Value - Class in mondrian.gui
- Column value for an inline table.
- MondrianGuiDef.Value() -
Constructor for class mondrian.gui.MondrianGuiDef.Value
-
- MondrianGuiDef.Value(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.Value
-
- MondrianGuiDef.View - Class in mondrian.gui
- A collection of SQL statements, one per dialect.
- MondrianGuiDef.View() -
Constructor for class mondrian.gui.MondrianGuiDef.View
-
- MondrianGuiDef.View(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.View
-
- MondrianGuiDef.View(MondrianGuiDef.View) -
Constructor for class mondrian.gui.MondrianGuiDef.View
- Copy constructor.
- MondrianGuiDef.VirtualCube - Class in mondrian.gui
- A VirtualCube is a set of dimensions and
measures gleaned from other cubes.
- MondrianGuiDef.VirtualCube() -
Constructor for class mondrian.gui.MondrianGuiDef.VirtualCube
-
- MondrianGuiDef.VirtualCube(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.VirtualCube
-
- MondrianGuiDef.VirtualCubeDimension - Class in mondrian.gui
- A VirtualCubeDimension is a usage of a Dimension in a VirtualCube.
- MondrianGuiDef.VirtualCubeDimension() -
Constructor for class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
-
- MondrianGuiDef.VirtualCubeDimension(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.VirtualCubeDimension
-
- MondrianGuiDef.VirtualCubeMeasure - Class in mondrian.gui
- A VirtualCubeMeasure is a usage of a Measure in a VirtualCube.
- MondrianGuiDef.VirtualCubeMeasure() -
Constructor for class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
-
- MondrianGuiDef.VirtualCubeMeasure(DOMWrapper) -
Constructor for class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure
-
- MondrianInprocProxy - Class in mondrian.olap4j
- Proxy which implements XMLA requests by talking to mondrian
in-process.
- MondrianInprocProxy(Map<String, String>, String) -
Constructor for class mondrian.olap4j.MondrianInprocProxy
- Creates and initializes a MondrianInprocProxy.
- MondrianOlap4jCatalog - Class in mondrian.olap4j
- Implementation of
Catalog
for the Mondrian OLAP engine. - MondrianOlap4jCatalog(MondrianOlap4jDatabaseMetaData, String, MondrianOlap4jDatabase, Map<String, RolapSchema>) -
Constructor for class mondrian.olap4j.MondrianOlap4jCatalog
-
- MondrianOlap4jCell - Class in mondrian.olap4j
- Implementation of
Cell
for the Mondrian OLAP engine. - MondrianOlap4jCell(int[], MondrianOlap4jCellSet, RolapCell) -
Constructor for class mondrian.olap4j.MondrianOlap4jCell
- Creates a MondrianOlap4jCell.
- MondrianOlap4jCellSet - Class in mondrian.olap4j
- Implementation of
CellSet
for the Mondrian OLAP engine. - MondrianOlap4jCellSet(MondrianOlap4jStatement) -
Constructor for class mondrian.olap4j.MondrianOlap4jCellSet
- Creates a MondrianOlap4jCellSet.
- MondrianOlap4jCellSetAxis - Class in mondrian.olap4j
- Implementation of
CellSetAxis
for the Mondrian OLAP engine. - MondrianOlap4jCellSetAxis(MondrianOlap4jCellSet, QueryAxis, RolapAxis) -
Constructor for class mondrian.olap4j.MondrianOlap4jCellSetAxis
- Creates a MondrianOlap4jCellSetAxis.
- MondrianOlap4jCellSetAxisMetaData - Class in mondrian.olap4j
- Implementation of
CellSetMetaData
for the Mondrian OLAP engine. - MondrianOlap4jCellSetAxisMetaData(MondrianOlap4jCellSetMetaData, QueryAxis) -
Constructor for class mondrian.olap4j.MondrianOlap4jCellSetAxisMetaData
- Creates a MondrianOlap4jCellSetAxisMetaData.
- MondrianOlap4jCellSetMetaData - Class in mondrian.olap4j
- Implementation of
CellSetMetaData
for the Mondrian OLAP engine. - MondrianOlap4jCellSetMetaData(MondrianOlap4jStatement, Query) -
Constructor for class mondrian.olap4j.MondrianOlap4jCellSetMetaData
-
- MondrianOlap4jConnection - Class in mondrian.olap4j
- Implementation of
OlapConnection
for the Mondrian OLAP engine. - MondrianOlap4jConnection(Factory, MondrianOlap4jDriver, String, Properties) -
Constructor for class mondrian.olap4j.MondrianOlap4jConnection
- Creates an Olap4j connection to Mondrian.
- MondrianOlap4jConnection.Helper - Class in mondrian.olap4j
- Package-private helper class which encapsulates policies which are
common throughout the driver.
- MondrianOlap4jConnection.Helper() -
Constructor for class mondrian.olap4j.MondrianOlap4jConnection.Helper
-
- MondrianOlap4jCube - Class in mondrian.olap4j
- Implementation of
Cube
for the Mondrian OLAP engine. - MondrianOlap4jCube(Cube, MondrianOlap4jSchema) -
Constructor for class mondrian.olap4j.MondrianOlap4jCube
-
- MondrianOlap4jDatabase - Class in mondrian.olap4j
- Implementation of
Database
for the Mondrian OLAP engine. - MondrianOlap4jDatabase(MondrianOlap4jConnection, NamedList<MondrianOlap4jCatalog>, String, String, String, String, String, List<Database.ProviderType>, List<Database.AuthenticationMode>) -
Constructor for class mondrian.olap4j.MondrianOlap4jDatabase
- Creates a MondrianOlap4jDatabase.
- MondrianOlap4jDatabaseMetaData - Class in mondrian.olap4j
- Implementation of
OlapDatabaseMetaData
for the Mondrian OLAP engine. - MondrianOlap4jDatabaseMetaData(MondrianOlap4jConnection, RolapConnection) -
Constructor for class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
- Creates a MondrianOlap4jDatabaseMetaData.
- MondrianOlap4jDimension - Class in mondrian.olap4j
- Implementation of
Dimension
for the Mondrian OLAP engine. - MondrianOlap4jDimension(MondrianOlap4jSchema, Dimension) -
Constructor for class mondrian.olap4j.MondrianOlap4jDimension
-
- MondrianOlap4jDriver - Class in mondrian.olap4j
- Olap4j driver for Mondrian.
- MondrianOlap4jDriver() -
Constructor for class mondrian.olap4j.MondrianOlap4jDriver
- Creates a MondrianOlap4jDriver.
- MondrianOlap4jDriverVersion - Class in mondrian.olap4j
- Version information for the Mondrian olap4j driver.
- MondrianOlap4jDriverVersion() -
Constructor for class mondrian.olap4j.MondrianOlap4jDriverVersion
-
- MondrianOlap4jExtra - Class in mondrian.olap4j
- Provides access to internals of mondrian's olap4j driver that are not part
of the olap4j API.
- MondrianOlap4jExtra() -
Constructor for class mondrian.olap4j.MondrianOlap4jExtra
-
- MondrianOlap4jHierarchy - Class in mondrian.olap4j
- Implementation of
Hierarchy
for the Mondrian OLAP engine. - MondrianOlap4jHierarchy(MondrianOlap4jSchema, Hierarchy) -
Constructor for class mondrian.olap4j.MondrianOlap4jHierarchy
-
- MondrianOlap4jLevel - Class in mondrian.olap4j
- Implementation of
Level
for the Mondrian OLAP engine. - MondrianOlap4jLevel(MondrianOlap4jSchema, Level) -
Constructor for class mondrian.olap4j.MondrianOlap4jLevel
- Creates a MondrianOlap4jLevel.
- MondrianOlap4jMeasure - Class in mondrian.olap4j
- Implementation of
Measure
for the Mondrian OLAP engine,
as a wrapper around a mondrian
RolapStoredMeasure. - MondrianOlap4jMeasure(MondrianOlap4jSchema, RolapMeasure) -
Constructor for class mondrian.olap4j.MondrianOlap4jMeasure
-
- MondrianOlap4jMember - Class in mondrian.olap4j
- Implementation of
Member
for the Mondrian OLAP engine,
as a wrapper around a mondrian
Member. - MondrianOlap4jMember(MondrianOlap4jSchema, Member) -
Constructor for class mondrian.olap4j.MondrianOlap4jMember
-
- MondrianOlap4jMetadataElement - Class in mondrian.olap4j
- Basic features of metadata elements in Mondrian's olap4j driver.
- MondrianOlap4jMetadataElement() -
Constructor for class mondrian.olap4j.MondrianOlap4jMetadataElement
-
- MondrianOlap4jNamedSet - Class in mondrian.olap4j
- Implementation of
NamedSet
for the Mondrian OLAP engine. - MondrianOlap4jNamedSet(MondrianOlap4jCube, NamedSet) -
Constructor for class mondrian.olap4j.MondrianOlap4jNamedSet
-
- MondrianOlap4jPreparedStatement - Class in mondrian.olap4j
- Implementation of
PreparedOlapStatement
for the Mondrian OLAP engine. - MondrianOlap4jPreparedStatement(MondrianOlap4jConnection, String) -
Constructor for class mondrian.olap4j.MondrianOlap4jPreparedStatement
- Creates a MondrianOlap4jPreparedStatement.
- MondrianOlap4jProperty - Class in mondrian.olap4j
- Implementation of
Property
for the Mondrian OLAP engine,
as a wrapper around a mondrian
Property. - MondrianOlap4jProperty(Property) -
Constructor for class mondrian.olap4j.MondrianOlap4jProperty
-
- MondrianOlap4jSchema - Class in mondrian.olap4j
- Implementation of
Schema
for the Mondrian OLAP engine. - MondrianOlap4jSchema(MondrianOlap4jCatalog, String, Schema) -
Constructor for class mondrian.olap4j.MondrianOlap4jSchema
- Creates a MondrianOlap4jSchema.
- MondrianOlap4jStatement - Class in mondrian.olap4j
- Implementation of
OlapStatement
for the Mondrian OLAP engine. - MondrianOlap4jStatement(MondrianOlap4jConnection) -
Constructor for class mondrian.olap4j.MondrianOlap4jStatement
-
- MondrianOlap4jTester - Class in mondrian.test
- Implementation of
TestContext.Tester for Mondrian's
olap4j driver. - MondrianOlap4jTester(TestContext) -
Constructor for class mondrian.test.MondrianOlap4jTester
- Public constructor with
TestContext parameter as
required by TestContext.Tester API.
- MondrianProperties - Class in mondrian.olap
- Configuration properties that determine the
behavior of a mondrian instance.
- MondrianPropertiesBase - Class in mondrian.olap
MondrianProperties contains the properties which determine the
behavior of a mondrian instance.- MondrianPropertiesBase(MondrianPropertiesBase.PropertySource) -
Constructor for class mondrian.olap.MondrianPropertiesBase
-
- MondrianPropertiesBase.FilePropertySource - Class in mondrian.olap
- Implementation of
MondrianPropertiesBase.PropertySource which reads from a
File. - MondrianPropertiesBase.FilePropertySource(File) -
Constructor for class mondrian.olap.MondrianPropertiesBase.FilePropertySource
-
- MondrianPropertiesBase.PropertySource - Interface in mondrian.olap
- Represents a place that properties can be read from, and remembers the
timestamp that we last read them.
- MondrianPropertiesBase.UrlPropertySource - Class in mondrian.olap
- Implementation of
MondrianPropertiesBase.PropertySource which reads from a
URL. - MondrianPropertiesBase.UrlPropertySource(URL) -
Constructor for class mondrian.olap.MondrianPropertiesBase.UrlPropertySource
-
- MondrianResource - Class in mondrian.resource
- This class was generated
by class org.eigenbase.resgen.ResourceGen
from /build/mondrian-WXAkps/mondrian-3.4.1/src/main/mondrian/resource/MondrianResource.xml
on Fri Jun 29 06:40:53 UTC 2012.
- MondrianResource() -
Constructor for class mondrian.resource.MondrianResource
-
- MondrianResource._Def0 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments 'String p0'. - MondrianResource._Def0(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def0
-
- MondrianResource._Def1 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments 'String p0, String p1'. - MondrianResource._Def1(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def1
-
- MondrianResource._Def10 - Class in mondrian.resource
- Definition for resources which
return a
ResourceLimitExceededException exception and
take arguments 'Number p0, Number p1'. - MondrianResource._Def10(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def10
-
- MondrianResource._Def11 - Class in mondrian.resource
- Definition for resources which
return a
ResourceLimitExceededException exception and
take arguments 'Number p0'. - MondrianResource._Def11(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def11
-
- MondrianResource._Def12 - Class in mondrian.resource
- Definition for resources which
return a
QueryCanceledException exception and
take arguments ''. - MondrianResource._Def12(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def12
-
- MondrianResource._Def13 - Class in mondrian.resource
- Definition for resources which
return a
QueryTimeoutException exception and
take arguments 'Number p0'. - MondrianResource._Def13(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def13
-
- MondrianResource._Def14 - Class in mondrian.resource
- Definition for resources which
return a
InvalidHierarchyException exception and
take arguments 'String p0'. - MondrianResource._Def14(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def14
-
- MondrianResource._Def15 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, Number p1'.
- MondrianResource._Def15(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def15
-
- MondrianResource._Def16 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1, String p2'.
- MondrianResource._Def16(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def16
-
- MondrianResource._Def17 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1, String p2, String p3'.
- MondrianResource._Def17(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def17
-
- MondrianResource._Def18 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1, String p2, Number p3, String p4, String p5, String p6'.
- MondrianResource._Def18(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def18
-
- MondrianResource._Def19 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1, Number p2'.
- MondrianResource._Def19(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def19
-
- MondrianResource._Def2 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0'.
- MondrianResource._Def2(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def2
-
- MondrianResource._Def20 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1, Number p2, String p3'.
- MondrianResource._Def20(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def20
-
- MondrianResource._Def21 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1, String p2, String p3, String p4, String p5, String p6'.
- MondrianResource._Def21(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def21
-
- MondrianResource._Def22 - Class in mondrian.resource
- Definition for resources which
return a
NativeEvaluationUnsupportedException exception and
take arguments 'String p0'. - MondrianResource._Def22(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def22
-
- MondrianResource._Def3 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments ''. - MondrianResource._Def3(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def3
-
- MondrianResource._Def4 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments 'String p0, String p1, String p2'. - MondrianResource._Def4(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def4
-
- MondrianResource._Def5 - Class in mondrian.resource
- Definition for resources which
take arguments ''.
- MondrianResource._Def5(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def5
-
- MondrianResource._Def6 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments 'Number p0, String p1'. - MondrianResource._Def6(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def6
-
- MondrianResource._Def7 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments 'String p0, String p1, String p2, String p3'. - MondrianResource._Def7(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def7
-
- MondrianResource._Def8 - Class in mondrian.resource
- Definition for resources which
return a
MondrianException exception and
take arguments 'Number p0'. - MondrianResource._Def8(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def8
-
- MondrianResource._Def9 - Class in mondrian.resource
- Definition for resources which
take arguments 'String p0, String p1'.
- MondrianResource._Def9(String, String, String[]) -
Constructor for class mondrian.resource.MondrianResource._Def9
-
- MondrianResource_de - Class in mondrian.resource
- This class was generated
by class org.eigenbase.resgen.ResourceGen
from /build/mondrian-WXAkps/mondrian-3.4.1/src/main/mondrian/resource/MondrianResource.xml
on Fri Jun 29 06:40:53 UTC 2012.
- MondrianResource_de() -
Constructor for class mondrian.resource.MondrianResource_de
-
- MondrianResource_de_DE - Class in mondrian.resource
- This class was generated
by class org.eigenbase.resgen.ResourceGen
from /build/mondrian-WXAkps/mondrian-3.4.1/src/main/mondrian/resource/MondrianResource.xml
on Fri Jun 29 06:40:53 UTC 2012.
- MondrianResource_de_DE() -
Constructor for class mondrian.resource.MondrianResource_de_DE
-
- MondrianResource_en_US - Class in mondrian.resource
- This class was generated
by class org.eigenbase.resgen.ResourceGen
from /build/mondrian-WXAkps/mondrian-3.4.1/src/main/mondrian/resource/MondrianResource.xml
on Fri Jun 29 06:40:53 UTC 2012.
- MondrianResource_en_US() -
Constructor for class mondrian.resource.MondrianResource_en_US
-
- MondrianResource_es_ES - Class in mondrian.resource
- This class was generated
by class org.eigenbase.resgen.ResourceGen
from /build/mondrian-WXAkps/mondrian-3.4.1/src/main/mondrian/resource/MondrianResource.xml
on Fri Jun 29 06:40:53 UTC 2012.
- MondrianResource_es_ES() -
Constructor for class mondrian.resource.MondrianResource_es_ES
-
- MondrianResultPrinter - Class in mondrian.test
-
- MondrianResultPrinter(PrintStream) -
Constructor for class mondrian.test.MondrianResultPrinter
-
- MondrianServer - Class in mondrian.olap
- Interface by which to control an instance of Mondrian.
- MondrianServer() -
Constructor for class mondrian.olap.MondrianServer
-
- mondrianServer -
Variable in class mondrian.olap4j.MondrianOlap4jConnection
-
- MondrianServer.MondrianVersion - Interface in mondrian.olap
- Description of the version of the server.
- MondrianServerImpl - Class in mondrian.server
- Implementation of
MondrianServer. - MondrianServerImpl(MondrianServerRegistry, Repository, CatalogLocator) -
Constructor for class mondrian.server.MondrianServerImpl
- Creates a MondrianServerImpl.
- MondrianServerRegistry - Class in mondrian.server
- Registry of all servers within this JVM, and also serves as a factory for
servers.
- MondrianServerRegistry() -
Constructor for class mondrian.server.MondrianServerRegistry
-
- MondrianServerTest - Class in mondrian.test
- Test suite for server functionality in
MondrianServer. - MondrianServerTest() -
Constructor for class mondrian.test.MondrianServerTest
-
- MondrianTestRunner - Class in mondrian.test
-
- MondrianTestRunner() -
Constructor for class mondrian.test.MondrianTestRunner
- Constructs a TestRunner.
- MondrianTestRunner(PrintStream) -
Constructor for class mondrian.test.MondrianTestRunner
- Constructs a TestRunner using the given stream for all the output
- MondrianTestRunner(MondrianResultPrinter) -
Constructor for class mondrian.test.MondrianTestRunner
- Constructs a TestRunner using the given ResultPrinter all the output
- MondrianXmlaServlet - Class in mondrian.xmla.impl
- Extension to
XmlaServlet that instantiates a
Mondrian engine. - MondrianXmlaServlet() -
Constructor for class mondrian.xmla.impl.MondrianXmlaServlet
-
- Monitor - Interface in mondrian.server.monitor
- Information about a Mondrian server.
- MONITOR_LOGGER -
Static variable in class mondrian.rolap.RolapUtil
-
- MonitorImpl - Class in mondrian.server
- Process that reads from the monitor stream and updates counters.
- MonitorImpl() -
Constructor for class mondrian.server.MonitorImpl
- Creates a Monitor.
- MonitorImpl.Command - Class in mondrian.server
- A kind of message that produces a response.
- MonitorImpl.Command() -
Constructor for class mondrian.server.MonitorImpl.Command
-
- MonitorImpl.CommandVisitor<T> - Interface in mondrian.server
- Extension to
Visitor to allow commands as well as events. - MonitorImpl.ConnectionsCommand - Class in mondrian.server
-
- MonitorImpl.ConnectionsCommand() -
Constructor for class mondrian.server.MonitorImpl.ConnectionsCommand
-
- MonitorImpl.ServerCommand - Class in mondrian.server
-
- MonitorImpl.ServerCommand() -
Constructor for class mondrian.server.MonitorImpl.ServerCommand
-
- MonitorImpl.ShutdownCommand - Class in mondrian.server
-
- MonitorImpl.ShutdownCommand() -
Constructor for class mondrian.server.MonitorImpl.ShutdownCommand
-
- MonitorImpl.SqlStatementsCommand - Class in mondrian.server
-
- MonitorImpl.SqlStatementsCommand() -
Constructor for class mondrian.server.MonitorImpl.SqlStatementsCommand
-
- MonitorImpl.StatementsCommand - Class in mondrian.server
-
- MonitorImpl.StatementsCommand() -
Constructor for class mondrian.server.MonitorImpl.StatementsCommand
-
- MonitorTest - Class in mondrian.test
- Unit test for monitoring, including
Monitor. - MonitorTest() -
Constructor for class mondrian.test.MonitorTest
-
- month(Date) -
Static method in class mondrian.olap.fun.vba.Vba
-
- MonthlyByDayDateSchedule - Class in mondrian.util
- A
MonthlyByDayDateSchedule fires on a particular set of days
every month. - MonthlyByDayDateSchedule(Calendar, int, int) -
Constructor for class mondrian.util.MonthlyByDayDateSchedule
-
- MonthlyByWeekDateSchedule - Class in mondrian.util
- A
MonthlyByWeekDateSchedule fires on particular days of
particular weeks of a month. - MonthlyByWeekDateSchedule(Calendar, int, int, int) -
Constructor for class mondrian.util.MonthlyByWeekDateSchedule
-
- monthName(int, boolean) -
Static method in class mondrian.olap.fun.vba.Vba
-
- monthsLong -
Variable in class mondrian.util.Format.FormatLocale
-
- monthsLong_en -
Static variable in class mondrian.util.Format
-
- monthsShort -
Variable in class mondrian.util.Format.FormatLocale
-
- monthsShort_en -
Static variable in class mondrian.util.Format
-
- MoreThanOneFunctionMatchesSignature -
Variable in class mondrian.resource.MondrianResource
MoreThanOneFunctionMatchesSignature is 'More than one function matches signature ''{0}''; they are: {1}'
- mousePressed(MouseEvent) -
Method in class mondrian.gui.SchemaExplorer.PopupTrigger
-
- mouseReleased(MouseEvent) -
Method in class mondrian.gui.SchemaExplorer.PopupTrigger
-
- moveLevelDown(ActionEvent) -
Method in class mondrian.gui.SchemaExplorer
-
- moveLevelUp(ActionEvent) -
Method in class mondrian.gui.SchemaExplorer
-
- moveToCurrentRow() -
Method in class mondrian.olap4j.EmptyResultSet
-
- moveToCurrentRow() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- moveToInsertRow() -
Method in class mondrian.olap4j.EmptyResultSet
-
- moveToInsertRow() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- msgRecorder -
Variable in class mondrian.rolap.aggmatcher.Recognizer
-
- MSM_UNKNOWN_CODE -
Static variable in interface mondrian.xmla.XmlaConstants
-
- MSM_UNKNOWN_FAULT_FS -
Static variable in interface mondrian.xmla.XmlaConstants
-
- MtdResolver -
Static variable in class mondrian.olap.fun.XtdFunDef
-
- mult(int) -
Method in class mondrian.util.Format.FDBigInt
- Multiply a FDBigInt by an int.
- mult(Format.FDBigInt) -
Method in class mondrian.util.Format.FDBigInt
- Multiply a FDBigInt by another FDBigInt.
- MULTI_LINE_COMMENT -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- MultiDimTest - Class in mondrian.test.clearview
MultiDimTest is a test suite which tests
complex queries against the FoodMart database.- MultiDimTest() -
Constructor for class mondrian.test.clearview.MultiDimTest
-
- MultiDimTest(String) -
Constructor for class mondrian.test.clearview.MultiDimTest
-
- MultiDimVCTest - Class in mondrian.test.clearview
MultiDimVCTest is a test suite which tests
complex queries against the FoodMart database.- MultiDimVCTest() -
Constructor for class mondrian.test.clearview.MultiDimVCTest
-
- MultiDimVCTest(String) -
Constructor for class mondrian.test.clearview.MultiDimVCTest
-
- MultiLevelTest - Class in mondrian.test.clearview
MultiLevelTest is a test suite which tests
complex queries against the FoodMart database.- MultiLevelTest() -
Constructor for class mondrian.test.clearview.MultiLevelTest
-
- MultiLevelTest(String) -
Constructor for class mondrian.test.clearview.MultiLevelTest
-
- MultiLevelVCTest - Class in mondrian.test.clearview
MultiLevelVCTest is a test suite which tests
complex queries against the FoodMart database.- MultiLevelVCTest() -
Constructor for class mondrian.test.clearview.MultiLevelVCTest
-
- MultiLevelVCTest(String) -
Constructor for class mondrian.test.clearview.MultiLevelVCTest
-
- MultipleColsInTupleAggTest - Class in mondrian.rolap.aggmatcher
- Testcase for levels that contain multiple columns and are
collapsed in the agg table.
- MultipleColsInTupleAggTest() -
Constructor for class mondrian.rolap.aggmatcher.MultipleColsInTupleAggTest
-
- MultipleColsInTupleAggTest(String) -
Constructor for class mondrian.rolap.aggmatcher.MultipleColsInTupleAggTest
-
- MultipleHierarchyTest - Class in mondrian.test
- Tests multiple hierarchies within the same dimension.
- MultipleHierarchyTest(String) -
Constructor for class mondrian.test.MultipleHierarchyTest
-
- MultiResolver - Class in mondrian.olap.fun
- A
MultiResolver considers several overloadings of the same
function. - MultiResolver(String, String, String, String[]) -
Constructor for class mondrian.olap.fun.MultiResolver
- Creates a
MultiResolver.
- MUST_UNDERSTAND_FAULT_FC -
Static variable in interface mondrian.xmla.XmlaConstants
-
- MustSpecifyForeignKeyForHierarchy -
Variable in class mondrian.resource.MondrianResource
MustSpecifyForeignKeyForHierarchy is 'In usage of hierarchy ''{0}'' in cube ''{1}'', you must specify a foreign key, because the hierarchy table is different from the fact table.'
- MustSpecifyPrimaryKeyForHierarchy -
Variable in class mondrian.resource.MondrianResource
MustSpecifyPrimaryKeyForHierarchy is 'In usage of hierarchy ''{0}'' in cube ''{1}'', you must specify a primary key.'
- MustSpecifyPrimaryKeyTableForHierarchy -
Variable in class mondrian.resource.MondrianResource
MustSpecifyPrimaryKeyTableForHierarchy is 'Must specify a primary key table for hierarchy ''{0}'', because it has more than one table.'
- mutable -
Variable in class mondrian.calc.impl.AbstractTupleList
-
- mutableCrossJoin(TupleList, TupleList) -
Static method in class mondrian.olap.fun.CrossJoinFunDef
-
- mutableCrossJoin(List<TupleList>) -
Static method in class mondrian.olap.fun.CrossJoinFunDef
-
- MUTABLELIST_LIST -
Static variable in enum mondrian.calc.ResultStyle
-
- MUTABLELIST_ONLY -
Static variable in enum mondrian.calc.ResultStyle
-
- MY_SESSION_ID -
Static variable in class mondrian.xmla.XmlaErrorTest.Callback
-
- MySqlDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the MySQL database. - MySqlDialect(Connection) -
Constructor for class mondrian.spi.impl.MySqlDialect
- Creates a MySqlDialect.
<Named Set>.Current MDX
builtin function.<Named Set>.CurrentOrdinal MDX builtin
function.NamedSet in an MDX expression.NamedSetHasBadFormula is 'Named set ''{0}'' has bad formula'
NamedSetNotUnique is 'Named set ''{0}'' already exists in cube ''{1}'''
WITH SET,
sets defined against cubes, virtual cubes, and at the schema level.NativeEvaluationUnsupported is 'Native evaluation not supported for this usage of function ''{0}'''
MondrianProperties.AlertNativeEvaluationUnsupported was
set to ERROR.NativizeSet MDX function.NativizeSet function.NeitherExprNorValueForCalcMemberProperty is 'Member property must have a value or an expression.
- NeoviewDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the Neoview database. - NeoviewDialect(Connection) -
Constructor for class mondrian.spi.impl.NeoviewDialect
- Creates a NeoviewDialect.
- neq(T, T) -
Static method in class mondrian.olap.type.TypeUtil
-
- NetezzaDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the Netezza database. - NetezzaDialect(Connection) -
Constructor for class mondrian.spi.impl.NetezzaDialect
- Creates a NetezzaDialect.
- newCellKey(int) -
Static method in class mondrian.rolap.CellKey.Generator
- Creates a CellKey with a given number of axes.
- newCellKey(int[]) -
Static method in class mondrian.rolap.CellKey.Generator
- Creates a CellKey populated with the given coordinates.
- newCellSet(MondrianOlap4jStatement) -
Method in interface mondrian.olap4j.Factory
- Creates a cell set.
- newCellSet(MondrianOlap4jStatement) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newCellSet(MondrianOlap4jStatement) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newCellSet(MondrianOlap4jStatement) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newConnection(MondrianOlap4jDriver, String, Properties) -
Method in interface mondrian.olap4j.Factory
- Creates a connection.
- newConnection(MondrianOlap4jDriver, String, Properties) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newConnection(MondrianOlap4jDriver, String, Properties) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newConnection(MondrianOlap4jDriver, String, Properties) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newDatabaseMetaData(MondrianOlap4jConnection, RolapConnection) -
Method in interface mondrian.olap4j.Factory
- Creates a metadata object.
- newDatabaseMetaData(MondrianOlap4jConnection, RolapConnection) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newDatabaseMetaData(MondrianOlap4jConnection, RolapConnection) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newDatabaseMetaData(MondrianOlap4jConnection, RolapConnection) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newDocument(Node, boolean) -
Static method in class mondrian.tui.XmlUtil
-
- newElementNotFoundException(int, IdentifierNode) -
Static method in class mondrian.olap.Util
-
- newEmptyResultSet(MondrianOlap4jConnection) -
Method in interface mondrian.olap4j.Factory
- Creates an empty result set.
- newEmptyResultSet(MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newEmptyResultSet(MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newEmptyResultSet(MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newError(String) -
Static method in class mondrian.olap.Util
- Creates a non-internal error.
- newError(Throwable, String) -
Static method in class mondrian.olap.Util
- Creates a non-internal error.
- newEvalException(Object, String) -
Method in interface mondrian.olap.Evaluator
- Creates an exception which indicates that an error has occurred during
the runtime evaluation of a function.
- newEvalException(FunDef, String) -
Static method in class mondrian.olap.fun.FunUtil
- Creates an exception which indicates that an error has occurred while
executing a given function.
- newEvalException(Throwable) -
Static method in class mondrian.olap.fun.FunUtil
- Creates an exception which indicates that an error has occurred while
executing a given function.
- newEvalException(String, Throwable) -
Static method in class mondrian.olap.fun.FunUtil
- Creates an exception which indicates that an error has occurred while
executing a given function.
- newEvalException(Object, String) -
Method in class mondrian.rolap.RolapEvaluator
-
- newFixedResultSet(MondrianOlap4jConnection, List<String>, List<List<Object>>) -
Method in interface mondrian.olap4j.Factory
- Creates a result set with a fixed set of rows.
- newFixedResultSet(MondrianOlap4jConnection, List<String>, List<List<Object>>) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newFixedResultSet(MondrianOlap4jConnection, List<String>, List<List<Object>>) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newFixedResultSet(MondrianOlap4jConnection, List<String>, List<List<Object>>) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newHierarchy(String, boolean, RolapHierarchy) -
Method in class mondrian.rolap.RolapCubeDimension
-
- newHierarchy(String, boolean, RolapHierarchy) -
Method in class mondrian.rolap.RolapDimension
- Creates a hierarchy.
- newIdentityHashSet() -
Static method in class mondrian.olap.Util
- Creates a hash set that, like
IdentityHashMap,
compares keys using identity.
- newIdentityHashSet() -
Method in interface mondrian.util.UtilCompatible
- Creates a hash set that, like
IdentityHashMap,
compares keys using identity.
- newIdentityHashSet() -
Method in class mondrian.util.UtilCompatibleJdk14
-
- newIdentityHashSet() -
Method in class mondrian.util.UtilCompatibleJdk15
-
- newIdentityHashSet() -
Method in class mondrian.util.UtilCompatibleJdk16
-
- newIdentityHashSetFake() -
Static method in class mondrian.olap.Util
-
- newInternal(String) -
Static method in class mondrian.olap.Util
- Creates an internal error with a given message.
- newInternal(Throwable, String) -
Static method in class mondrian.olap.Util
- Creates an internal error with a given message and cause.
- newInternal() -
Static method in class mondrian.util.ScheduleUtil
-
- newInternal(Throwable, String) -
Static method in class mondrian.util.ScheduleUtil
-
- newInternal(String) -
Static method in class mondrian.util.ScheduleUtil
-
- newItem(String) -
Method in class mondrian.rolap.StringList
- Creates a new item.
- newManyCellKey(int) -
Static method in class mondrian.rolap.CellKey.Generator
- Creates a CellKey implemented by an array to hold the coordinates,
regardless of the size.
- newMeasuresLevel() -
Method in class mondrian.rolap.RolapHierarchy
-
- newPositionList(int) -
Method in class mondrian.rolap.ModulosTest
-
- newPreparedStatement(String, MondrianOlap4jConnection) -
Method in interface mondrian.olap4j.Factory
- Creates a prepared statement.
- newPreparedStatement(String, MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newPreparedStatement(String, MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newPreparedStatement(String, MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newQuery(DataSource, String) -
Static method in class mondrian.rolap.sql.SqlQuery
-
- newSqlQuery() -
Method in class mondrian.rolap.agg.AbstractQuerySpec
- Creates a query object.
- newSqlQuery() -
Method in class mondrian.rolap.agg.AggQuerySpec
-
- newStatement(MondrianOlap4jConnection) -
Method in interface mondrian.olap4j.Factory
- Creates a statement.
- newStatement(MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc3Impl
-
- newStatement(MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc41Impl
-
- newStatement(MondrianOlap4jConnection) -
Method in class mondrian.olap4j.FactoryJdbc4Impl
-
- newTimer(String, boolean) -
Static method in class mondrian.olap.Util
- Equivalent to
Timer.Timer(String, boolean).
- newTimer(String, boolean) -
Method in interface mondrian.util.UtilCompatible
- Equivalent to
Timer.Timer(String, boolean).
- newTimer(String, boolean) -
Method in class mondrian.util.UtilCompatibleJdk14
-
- newTimer(String, boolean) -
Method in class mondrian.util.UtilCompatibleJdk15
-
- newToken(int, String) -
Static method in class mondrian.parser.Token
- Returns a new Token object, by default.
- newToken(int) -
Static method in class mondrian.parser.Token
-
- newUsage(JdbcSchema.UsageType) -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
- Create a new usage of a given column type.
- next() -
Method in class mondrian.calc.impl.AbstractTupleIterator
-
- next() -
Method in class mondrian.calc.impl.AbstractTupleList.AbstractTupleListIterator
-
- next() -
Method in class mondrian.olap.fun.NativizeSetFunDef.RangeIterator
-
- next() -
Method in class mondrian.olap.Util.GcIterator
-
- next() -
Method in class mondrian.olap4j.EmptyResultSet
-
- next() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- next -
Variable in class mondrian.parser.MdxParserImpl.JJCalls
-
- next -
Variable in class mondrian.parser.Token
- A reference to the next regular (non-special) token from the input
stream.
- next() -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
- Moves forward one row, or returns false if at the last row.
- next() -
Method in class mondrian.rolap.agg.SegmentLoaderTest.MyDelegatingInvocationHandler
-
- next() -
Method in class mondrian.rolap.NoCacheMemberReader.SiblingIterator
-
- next() -
Method in class mondrian.rolap.SmartMemberReader.SiblingIterator
-
- next() -
Method in class mondrian.util.UnionIterator
-
- next() -
Method in class mondrian.util.UnsupportedList.Itr
-
- next_token() -
Method in class mondrian.olap.Scanner
- Recognizes and returns the next complete token.
- nextChar -
Variable in class mondrian.olap.Scanner
- single lookahead character
- nextColumnAlias() -
Method in class mondrian.rolap.sql.SqlQuery
-
- nextColumns() -
Method in class mondrian.test.loader.CsvLoader
-
- nextElement() -
Method in class mondrian.olap.Walker
-
- nextIndex() -
Method in class mondrian.util.UnsupportedList.ListItr
-
- nextLine() -
Method in class mondrian.test.loader.CsvLoader
-
- nextMember() -
Method in class mondrian.rolap.NoCacheMemberReader.SiblingIterator
-
- nextMember() -
Method in class mondrian.rolap.SmartMemberReader.SiblingIterator
-
- nextOccurrence(Calendar, boolean) -
Method in class mondrian.util.DailyDateSchedule
-
- nextOccurrence(Calendar, boolean) -
Method in interface mondrian.util.DateSchedule
- Returns the next date when this schedule fires.
- nextOccurrence(Calendar, boolean) -
Method in class mondrian.util.MonthlyByDayDateSchedule
-
- nextOccurrence(Calendar, boolean) -
Method in class mondrian.util.MonthlyByWeekDateSchedule
-
- nextOccurrence(Calendar, boolean) -
Method in class mondrian.util.OnceTimeSchedule
-
- nextOccurrence(Date, boolean) -
Method in class mondrian.util.Schedule
- Returns the next occurrence of this schedule after a given date.
- nextOccurrence(Calendar, boolean) -
Method in interface mondrian.util.TimeSchedule
- Returns the next occurrence at or after
after.
- nextOccurrence(Calendar, boolean) -
Method in class mondrian.util.WeeklyDateSchedule
-
- nextPrime(int) -
Method in class mondrian.util.ObjectPool
-
- nextPrime(int) -
Static method in class mondrian.util.PrimeFinder
- Returns a prime number which is
>= desiredCapacity and
very close to desiredCapacity (within 11% if
desiredCapacity >= 1000).
- nextSet() -
Method in class mondrian.test.loader.CsvLoader
-
- nextSetBit(int) -
Method in class mondrian.rolap.BitKey.Big
-
- nextSetBit(int) -
Method in class mondrian.rolap.BitKey.Mid128
-
- nextSetBit(int) -
Method in interface mondrian.rolap.BitKey
- Returns the index of the first bit that is set to
true
that occurs on or after the specified starting index.
- nextSetBit(int) -
Method in class mondrian.rolap.BitKey.Small
-
- nf -
Static variable in class mondrian.tui.CmdRunner
-
- nl -
Static variable in class mondrian.olap.Util
-
- nl -
Static variable in class mondrian.test.loader.DBLoader
-
- nl -
Static variable in class mondrian.test.TestContext
-
- nl -
Static variable in class mondrian.tui.XmlaSupport
-
- nl -
Static variable in class mondrian.xmla.impl.DefaultXmlaServlet
-
- NO_OPTIONS -
Static variable in class mondrian.util.Base64
- No options specified.
- NoAggregatorFound -
Variable in class mondrian.resource.MondrianResource
NoAggregatorFound is 'No aggregator found while converting fact table aggregator: for usage
''{0}'', fact aggregator ''{1}'' and sibling aggregator ''{2}'''
- NoCacheMemberReader - Class in mondrian.rolap
NoCacheMemberReader implements MemberReader but
without doing any kind of caching and avoiding to read all members.- NoCacheMemberReader(MemberReader) -
Constructor for class mondrian.rolap.NoCacheMemberReader
-
- NoCacheMemberReader.SiblingIterator - Class in mondrian.rolap
SiblingIterator helps traverse a hierarchy of members, by
remembering the position at each level.- NoCacheMemberReader.SiblingIterator(MemberReader, RolapMember) -
Constructor for class mondrian.rolap.NoCacheMemberReader.SiblingIterator
-
- NoColumnNameFromExpression -
Variable in class mondrian.resource.MondrianResource
NoColumnNameFromExpression is 'Could not get a column name from a level key expression: ''{0}''.'
- noCubeCaching() -
Method in class mondrian.tui.CmdRunner
-
- NoFactCountColumns -
Variable in class mondrian.resource.MondrianResource
NoFactCountColumns is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has no fact count columns.'
- NoFunctionMatchesSignature -
Variable in class mondrian.resource.MondrianResource
NoFunctionMatchesSignature is 'No function matches signature ''{0}'''
- NoMeasureColumns -
Variable in class mondrian.resource.MondrianResource
NoMeasureColumns is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has no measure columns.'
- NON -
Static variable in interface mondrian.olap.ParserSym
-
- NON -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- NON_EMPTY_BEHAVIOR -
Static variable in class mondrian.olap.Property
-
- NON_EMPTY_BEHAVIOR_ORDINAL -
Static variable in class mondrian.olap.Property
-
- nonAllPositionCount -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- nonAllPositions -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- NonCollapsedAggTest - Class in mondrian.rolap.aggmatcher
- Testcase for non-collapsed levels in agg tables.
- NonCollapsedAggTest() -
Constructor for class mondrian.rolap.aggmatcher.NonCollapsedAggTest
-
- NonCollapsedAggTest(String) -
Constructor for class mondrian.rolap.aggmatcher.NonCollapsedAggTest
-
- NonContiguousAxis -
Variable in class mondrian.resource.MondrianResource
NonContiguousAxis is 'Axis numbers specified in a query must be sequentially specified, and cannot contain gaps.
- nonDbTimeMillis() -
Static method in class mondrian.olap.Util
- Deprecated. Will be removed in 4.0.
- nonDistinctGenerateSql(SqlQuery) -
Method in class mondrian.rolap.agg.AbstractQuerySpec
-
- NONE -
Static variable in class mondrian.server.Execution
-
- NonEmptyCrossJoinFunDef - Class in mondrian.olap.fun
- Definition of the
NonEmptyCrossJoin MDX function. - NonEmptyCrossJoinFunDef(FunDef) -
Constructor for class mondrian.olap.fun.NonEmptyCrossJoinFunDef
-
- nonEmptyList(Evaluator, TupleList, ResolvedFunCall) -
Method in class mondrian.olap.fun.CrossJoinFunDef
- This is the entry point to the crossjoin non-empty optimizer code.
- nonEmptyOptimizeList(Evaluator, TupleList, ResolvedFunCall) -
Method in class mondrian.olap.fun.CrossJoinFunDef
-
- NonEmptyPropertyForAllAxisTest - Class in mondrian.rolap
- Tests the
MondrianProperties.EnableNonEmptyOnAllAxis property. - NonEmptyPropertyForAllAxisTest() -
Constructor for class mondrian.rolap.NonEmptyPropertyForAllAxisTest
-
- NonEmptyTest - Class in mondrian.rolap
- Tests for NON EMPTY Optimization, includes SqlConstraint type hierarchy and
RolapNative classes.
- NonEmptyTest() -
Constructor for class mondrian.rolap.NonEmptyTest
-
- NonEmptyTest(String) -
Constructor for class mondrian.rolap.NonEmptyTest
-
- nonJoiningDimensions(Member[]) -
Method in interface mondrian.olap.Cube
- Finds out non joining dimensions for this cube.
- nonJoiningDimensions(Set<Dimension>) -
Method in interface mondrian.olap.Cube
- Finds out non joining dimensions for this cube.
- nonJoiningDimensions(Member[]) -
Method in class mondrian.rolap.RolapCube
- Finds out non joining dimensions for this cube.
- nonJoiningDimensions(Set<Dimension>) -
Method in class mondrian.rolap.RolapCube
- Finds out non joining dimensions for this cube.
- NonNumericFactCountColumn -
Variable in class mondrian.resource.MondrianResource
NonNumericFactCountColumn is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has candidate fact count column ''{2}'' has type ''{3}'' that is not numeric.'
- NonTimeLevelInTimeHierarchy -
Variable in class mondrian.resource.MondrianResource
NonTimeLevelInTimeHierarchy is 'Level ''{0}'' belongs to a time hierarchy, so its level-type must be ''Years'', ''Quarters'', ''Months'', ''Weeks'' or ''Days''.'
- normalize(CacheControlImpl.CellRegionImpl) -
Method in class mondrian.rolap.CacheControlImpl
- Normalizes a CellRegion into a union of crossjoins of member regions.
- normalizeCubeAccess() -
Method in class mondrian.olap.CubeAccess
- Initializes internal arrays of restricted hierarchies and limited
members.
- normalizeMe() -
Method in class mondrian.util.Format.FDBigInt
- normalize this number by shifting until
the MSB of the number is at 0x08000000.
- normalizeName(String) -
Static method in class mondrian.olap.Util
- Generates a normalized form of a name, for use as a key into a map.
- normalizeNumericString(String) -
Static method in class mondrian.xmla.XmlaUtil
- Corrects for the differences between numeric strings arising because
JDBC drivers use different representations for numbers
(
Double vs.
- NOS_OF_ROWS_TAG -
Static variable in class mondrian.test.loader.CsvDBLoader
-
- noSelect -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- NOT -
Static variable in interface mondrian.olap.ParserSym
-
- NOT -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- NOT_IN_A_NUMBER -
Static variable in class mondrian.util.Format
-
- NOT_RESTRICTION -
Static variable in class mondrian.xmla.RowsetDefinition.Column
- This is used as the false value for the restriction parameter.
- NotANamedSet -
Variable in class mondrian.resource.MondrianResource
NotANamedSet is 'Not a named set'
- NotificationMemoryMonitor - Class in mondrian.util
- The
NotificationMemoryMonitor class uses the Java5
memory management system to detect system low memory events. - NotificationMemoryMonitor() -
Constructor for class mondrian.util.NotificationMemoryMonitor
- Construct a
NotificationMemoryMonitor instance and
register it with the Java5 memory management system.
- notifyListeners(long, long) -
Method in class mondrian.util.AbstractMemoryMonitor
- Notifies all
Listeners that memory is running short.
- notifyNewLowThreshold(long) -
Method in class mondrian.util.AbstractMemoryMonitor
- Derived classes implement this method if they wish to be notified
when there is a new lowest threshold.
- notifyNewLowThreshold(long) -
Method in class mondrian.util.NotificationMemoryMonitor
- Notify the Java5 memory management system that there is a new
low threshold.
- NoTimeDimensionInCube -
Variable in class mondrian.resource.MondrianResource
NoTimeDimensionInCube is 'Cannot use the function ''{0}'', no time dimension is available for this cube.'
- now() -
Static method in class mondrian.olap.fun.vba.Vba
-
- nPer(double, double, double, double, boolean) -
Static method in class mondrian.olap.fun.vba.Vba
-
- nPV(double, double[]) -
Static method in class mondrian.olap.fun.vba.Vba
-
- NS_SOAP_ENC_1_1 -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_SOAP_ENC_1_2 -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_SOAP_ENV_1_1 -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_SOAP_ENV_1_2 -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_SOAP_SECEXT -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_SQL -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XMLA -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XMLA_EMPTY -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XMLA_EX -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XMLA_MDDATASET -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XMLA_ROWSET -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XSD -
Static variable in interface mondrian.xmla.XmlaConstants
-
- NS_XSI -
Static variable in interface mondrian.xmla.XmlaConstants
-
- nthHierarchy(Evaluator, int) -
Method in class mondrian.olap.fun.DimensionsNumericFunDef
-
- NthQuartileFunDef - Class in mondrian.olap.fun.extra
- Definition of the
FirstQ and ThirdQ MDX extension
functions. - NthQuartileFunDef(FunDef) -
Constructor for class mondrian.olap.fun.extra.NthQuartileFunDef
-
- Null -
Static variable in class mondrian.olap.Category
- Represents a
Null value
- NULL -
Static variable in interface mondrian.olap.ParserSym
-
- NULL -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- nullable -
Variable in class mondrian.xmla.RowsetDefinition.Column
-
- NullAttributeString -
Variable in class mondrian.resource.MondrianResource
NullAttributeString is 'Context ''{0}'': The value for the attribute ''{1}'' is null.'
- nullCount -
Variable in class mondrian.olap.fun.FunUtil.SetWrapper
-
- NullDenominatorProducesNull -
Variable in class mondrian.olap.MondrianProperties
- Property that defines
the behavior of division if the denominator evaluates to zero.
- nullIndicators -
Variable in class mondrian.rolap.agg.DenseNativeSegmentDataset
-
- nullIndicators -
Variable in class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
-
- nullLevel -
Variable in class mondrian.rolap.RolapHierarchy
- The level that the null member belongs too.
- NullMember -
Static variable in class mondrian.olap.fun.FunUtil
-
- NullMemberRepresentation -
Variable in class mondrian.olap.MondrianProperties
- Property that determines how a null member value is represented in the
result output.
- NullMemberRepresentationTest - Class in mondrian.olap
NullMemberRepresentationTest tests the null member
custom representation feature supported via
MondrianProperties.NullMemberRepresentation property.- NullMemberRepresentationTest() -
Constructor for class mondrian.olap.NullMemberRepresentationTest
-
- NullNotSupported -
Variable in class mondrian.resource.MondrianResource
NullNotSupported is 'Function does not support NULL member parameter'
- nullParentValue -
Variable in class mondrian.gui.MondrianGuiDef.Level
-
- nullParentValue -
Variable in class mondrian.olap.MondrianDef.Level
-
- nullPlusNonNullIsNull() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- nullsAreSortedAtEnd() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- nullsAreSortedAtStart() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- nullsAreSortedHigh() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- nullsAreSortedLow() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- NullType - Class in mondrian.olap.type
- The type of a null expression.
- NullType() -
Constructor for class mondrian.olap.type.NullType
- Creates a null type.
- nullValue -
Static variable in class mondrian.olap.Literal
-
- nullValue -
Static variable in class mondrian.olap.Util
- Placeholder which indicates a value NULL.
- NullValue -
Variable in class mondrian.resource.MondrianResource
NullValue is 'An MDX expression was expected.
- NullValueTest - Class in mondrian.udf
NullValueTest is a test case which tests simple queries
expressions.- NullValueTest() -
Constructor for class mondrian.udf.NullValueTest
-
- NullValueTest(String) -
Constructor for class mondrian.udf.NullValueTest
-
- NullValueUdf - Class in mondrian.udf
- Definition of the user-defined function "NullValue" which always
returns Java "null".
- NullValueUdf() -
Constructor for class mondrian.udf.NullValueUdf
-
- NUMBER -
Static variable in interface mondrian.olap.ParserSym
-
- numberOfUsages() -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column
- How many usages does this column have.
- numberToDouble(Number) -
Static method in class mondrian.calc.impl.GenericCalc
-
- Numeric -
Static variable in class mondrian.olap.Category
Numeric is a numeric expression.
- NUMERIC_INSTANCE -
Static variable in class mondrian.olap.fun.IifFunDef
-
- numericCompiler -
Variable in class mondrian.rolap.RolapNativeSql
-
- numericLiteral() -
Method in class mondrian.parser.MdxParserImpl
-
- NumericType - Class in mondrian.olap.type
- The type of a numeric expression.
- NumericType() -
Constructor for class mondrian.olap.type.NumericType
- Creates a numeric type.
- NumericType(String) -
Constructor for class mondrian.olap.type.NumericType
-
- nWords -
Variable in class mondrian.util.Format.FDBigInt
-
ObjectFactory class
are used to produce an implementation of an interface (a
normal interface implementation or a Proxy).ObjectPool is a low-memory replacement for a
HashSet.ObjectPool.OlapElement is a catalog object (dimension, hierarchy,
level, member).OlapElementBase is an abstract base class for implementations of
OlapElement.OnceTimeSchedule fires at one and only one time.OpeningPeriod and ClosingPeriod
builtin functions.BitKey with this.
Dialect for the Oracle database.Order MDX function.OrderTest tests the extended syntax of Order
function.BitKey with this.
connectString contains a property called
name, whose value is value.
ParallelPeriod MDX function.ParameterTest is a test suite for functionality relating to
parameters.Parameter which allows compilation.ParameterDefinedMoreThanOnce is 'Parameter ''{0}'' is defined more than once in this statement'
Parameter.ParameterFunDef is a pseudo-function describing calls to
Parameter and ParamRef functions.Parameter MDX function.ParamRef MDX function.Parameter.ParameterIsNotModifiable is 'Parameter ''{0}'' (defined at ''{1}'' scope) is not modifiable'
ParameterTest is a test suite for functionality relating to
parameters.ParenthesesFunDef implements the parentheses operator as if it
were a function.Util.PropertyList.
Exp.
[Foo].[Bar].Baz.&Key&Key2
and returns the result as a list of segments.
Query.
Query.
PartialCacheTest is a test suite which tests
complex queries against the FoodMart database.PartialCacheVCTest is a test suite which tests complex queries
against the FoodMart database.PartiallyOrderedSet.PartialSortTest is a unit test for the partial-sort algorithm
FunUtil.partialSort(T[], java.util.Comparator, int) , which supports MDX functions like TopCount and
BottomCount.Stack.peek().
Percentile MDX function.PeriodsToDate MDX function.Stack.pop().
Position is an item on an Axis.Dialect for the PostgreSQL database.PredicateFilterTest is a test suite which tests scenarios of
filtering in the FoodMart database.PrimeFinder.Segment, including constraints
and values.
RolapStar
MessageRecorder simply writes messages to
PrintStreams.GET and POST
methods.
Properties MDX function.Property is the definition of a member property.PropertyFormatter. This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0.PropertyFormatter SPI based on
a script.
PropertyFormatterLoadFailed is 'Failed to load formatter class ''{0}'' for property ''{1}''.'
FoodMartTestCase.tearDown().
PublicDimensionMustNotHaveForeignKey is 'Dimension ''{0}'' has a foreign key.
- purpose -
Variable in class mondrian.server.monitor.SqlStatementEvent
- Purpose of executing this SQL statement.
- push(Member[]) -
Method in interface mondrian.olap.Evaluator
- Deprecated. Use
Evaluator.savepoint() followed by
Evaluator.setContext(Member[]); will be removed in mondrian-4
- push() -
Method in interface mondrian.olap.Evaluator
- Creates a new Evaluator with the same context as this evaluator.
- push(Member) -
Method in interface mondrian.olap.Evaluator
- Deprecated. Use
Evaluator.savepoint() followed by
Evaluator.setContext(Member); will be removed in mondrian-4
- push(boolean) -
Method in interface mondrian.olap.Evaluator
- Deprecated. Use
Evaluator.savepoint() followed by
Evaluator.setNonEmpty(boolean); will be removed in mondrian-4
- push(boolean, boolean) -
Method in interface mondrian.olap.Evaluator
- Deprecated. Use
Evaluator.savepoint() followed by
Evaluator.setNonEmpty(boolean) and
Evaluator.setNativeEnabled(boolean); will be removed in mondrian-4.
- push(Member[]) -
Method in class mondrian.rolap.RolapEvaluator
-
- push(Member) -
Method in class mondrian.rolap.RolapEvaluator
-
- push(boolean) -
Method in class mondrian.rolap.RolapEvaluator
-
- push(boolean, boolean) -
Method in class mondrian.rolap.RolapEvaluator
-
- push() -
Method in class mondrian.rolap.RolapEvaluator
-
- push(Locus) -
Static method in class mondrian.server.Locus
-
- push(E) -
Method in class mondrian.util.ArrayStack
- Analogous to
Stack.push(E).
- pushAggregation(List<List<Member>>) -
Method in interface mondrian.olap.Evaluator
- Returns a new Aggregator whose aggregation context adds a given list of
tuples, and whose evaluation context is the same as this
Aggregator.
- pushAggregation(List<List<Member>>) -
Method in class mondrian.rolap.RolapEvaluator
-
- pushContextName(String) -
Method in class mondrian.recorder.AbstractRecorder
-
- pushContextName(String) -
Method in interface mondrian.recorder.MessageRecorder
- Add the name parameter to the current context.
- put(String, String) -
Method in class mondrian.olap.Util.PropertyList
-
- put(CellKey, int) -
Method in class mondrian.rolap.agg.DenseIntSegmentDataset
-
- put(int[], int) -
Method in class mondrian.rolap.agg.DenseIntSegmentDataset
-
- put(CellKey, Object) -
Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
-
- put(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.agg.MockSegmentCache
-
- put(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.agg.SegmentCacheWorker
- Places a segment in the cache.
- put(CellKey, Object) -
Method in class mondrian.rolap.agg.SparseSegmentDataset
-
- put(K, V) -
Method in class mondrian.rolap.cache.HardSmartCache
-
- put(SegmentHeader, SegmentBody) -
Method in class mondrian.rolap.cache.MemorySegmentCache
-
- put(K, V) -
Method in interface mondrian.rolap.cache.SmartCache
- Places a key/value pair into the queue.
- put(K, V) -
Method in class mondrian.rolap.cache.SoftSmartCache
-
- put(K, SqlConstraint, V) -
Method in class mondrian.rolap.SmartMemberListCache
-
- put(String, String) -
Method in class mondrian.rolap.sql.SqlQuery.CodeSet
-
- put(SegmentHeader, SegmentBody) -
Method in interface mondrian.spi.SegmentCache
- Stores a segment data in the cache.
- put(S, T) -
Method in class mondrian.util.CacheMap
-
- put(V) -
Method in class mondrian.util.SlotFuture
- Writes a value into the slot, indicating that the task has completed
successfully.
- putAll(Map) -
Method in class mondrian.util.CacheMap
-
- putBack(String[]) -
Method in class mondrian.test.loader.CsvLoader
-
- putCachedRelationExprCardinality(MondrianDef.Relation, MondrianDef.Expression, Integer) -
Method in class mondrian.rolap.RolapSchema
- Sets the cardinality for a given column in cache.
- putCacheResult(Object, Object, boolean) -
Method in class mondrian.rolap.RolapEvaluatorRoot
- Puts result in cache.
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) -
Method in class mondrian.rolap.CacheMemberReader
-
- putChildren(RolapLevel, TupleConstraint, List<RolapMember>) -
Method in class mondrian.rolap.CacheMemberReader
-
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) -
Method in interface mondrian.rolap.MemberCache
- Registers that the children of
member are
children (a list of RolapMembers).
- putChildren(RolapLevel, TupleConstraint, List<RolapMember>) -
Method in interface mondrian.rolap.MemberCache
- Registers that the children of
level are
children (a list of RolapMembers).
- putChildren(RolapLevel, TupleConstraint, List<RolapMember>) -
Method in class mondrian.rolap.MemberCacheHelper
-
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) -
Method in class mondrian.rolap.MemberCacheHelper
-
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) -
Method in class mondrian.rolap.MemberNoCacheHelper
-
- putChildren(RolapMember, MemberChildrenConstraint, List<RolapMember>) -
Method in class mondrian.rolap.NoCacheMemberReader
-
- putChildren(RolapLevel, TupleConstraint, List<RolapMember>) -
Method in class mondrian.rolap.NoCacheMemberReader
-
- putEvalCache(String, Object) -
Method in class mondrian.olap.Query
- Put an Object value into the evaluation cache with given key.
- putLevelMembersInCache(RolapLevel, TupleConstraint, List<RolapMember>) -
Method in class mondrian.rolap.MemberCacheHelper
- Deprecated.
- putLevelMembersInCache(RolapLevel, TupleConstraint, List<RolapMember>) -
Method in class mondrian.rolap.MemberNoCacheHelper
- ???
- putMember(Object, RolapMember) -
Method in class mondrian.rolap.CacheMemberReader
-
- putMember(Object, RolapMember) -
Method in interface mondrian.rolap.MemberCache
- Replaces the
RolapMember with a given key and returns the
previous member if any.
- putMember(Object, RolapMember) -
Method in class mondrian.rolap.MemberCacheHelper
-
- putMember(Object, RolapMember) -
Method in class mondrian.rolap.MemberNoCacheHelper
-
- putMember(Object, RolapMember) -
Method in class mondrian.rolap.NoCacheMemberReader
-
- pV(double, double, double, double, boolean) -
Static method in class mondrian.olap.fun.vba.Vba
-
- pw -
Variable in class mondrian.rolap.Test
-
Query is an MDX query.QueryAllTest is a test suite which tests
complex queries against the FoodMart database.QueryAllVCTest is a test suite which tests
complex queries against the FoodMart database.SubtotalVisibility enumerates the allowed values of
whether subtotals are visible.QueryCanceled is 'Query canceled'
QueryTag creates a ResultCache object and initializes
it with the MDX query.QueryTimeout is 'Query timeout of {0,number} seconds reached'
JdbcDialectImpl.quoteDateLiteral(StringBuilder, String).
RaggedHierarchyTest tests ragged hierarchies.<Member> : <Member> operator,
which returns the set of members between a given pair of members.RANK MDX function.Base64.InputStream.read() repeatedly until the end of stream
is reached or len bytes are read.
member into result.
member into cache, and also into
result.
MessageRecorder when too many errors
have been reported.reduce_goto table.
FunDef.Format.FormatLocale to a given Locale.
table,
set of tables,
SQL statement, or
inline table
which populates this hierarchy.
table,
set of tables,
SQL statement, or
inline table
which populates this hierarchy.
Listeners and turnoff JVM
memory notification.
Listener from the MemoryMonitor.
RolapMember with a given key from the cache.
RolapMember and all its descendants.
addTreeModelListener.
newName.
MondrianServer finds its
databases, catalogs and schemas.kth argument to a function call
has to be an expression.
MemoryMonitor back to the default system
MemoryMonitor.
ResolvedFunCall is a function applied to a list of operands,
which has been validated and resolved to a
function definition.IS NULL postfix operator.
Resolver converts a function name, invocation type, and set
of arguments into a FunDef.ResolverBase provides a skeleton implementation of
interface ResolverRestrictedMemberReader reads only the members of a hierarchy
allowed by a role's access profile.RestrictedMemberReader.
DelegatingRolapMember.Result is the result of running an MDX query.Result.Result produced by a query with the expected result
read from an XML file.ResultStyleCompiler can be used to assure that
the use of the container ResultStyle: ITERABLE, LIST and MUTABLE_LIST;
can be requested by any Calc.RolapUtil.RolapUtilComparable instances in a collection.
RolapAggregationManager manages all
Segments in the system.RolapCubeHierarchy.RolapCacheRegion represents a region of multidimensional space
in the cache.RolapCalculatedMember is a member based upon a
Formula.RolapCell implements Cell within a
RolapResult.RolapConnection is a connection to a Mondrian OLAP Server.NonEmptyResult filters a result by removing empty rows
on a particular axis.RolapConnectionProperties enumerates the allowable values of
keywords in a Mondrian connect string.RolapConnection.RolapCube implements Cube for a ROLAP database.RolapCube from a regular cube.
RolapCube from a virtual cube.
RolapCubeHierarchy.RolapCubeHierarchyMemberReader but without caching
anything.RolapCube.RolapDependencyTestingEvaluator.RolapDimension implements Dimensionfor a ROLAP
database.RolapEvaluator evaluates expressions in a dimensional
environment.RolapHierarchy implements Hierarchy for a ROLAP database.RolapHierarchy.
RolapNullMember is the null member of its hierarchy.RolapLevel implements Level for a ROLAP database.RolapMember is a member of a RolapHierarchy.RolapHierarchy.RolapMemberBase.PropertyValueMapFactory
implementation, used if
MondrianProperties.PropertyValueMapFactoryClass
is not set.Map to use to store
property string/value pairs for member properties.RolapCalculation
that wraps a calculated member.RolapMember that knows the current cube.NativeEvaluator.NativeEvaluator that evaluates NON EMPTY
CrossJoin in SQL.RolapNatives.RolapNativeSql.SqlCompiler that uses chain of responsibility
to find a matching sql compiler.IIF(cond, val1, val2) expression into SQL
CASE WHEN cond THEN val1 ELSE val2 END.(a
+ b).IsEmpty(measure)
expression into SQL measure is null.sum(measure).RolapProperty is the definition of a member property.RolapResult is the result of running a query.CellFormatter
to format values.RolapResult.CellInfo objects.RolapResult.CellInfoContainer which uses a Map to
store CellInfo Objects.RolapResult.CellInfoContainer which uses an
ObjectPool to store RolapResult.CellInfo Objects.long.Locale
as a parameter and uses it to get the Format
to be used in formatting an Object value with a
given format string.RolapEvaluatorRoot which is capable
of evaluating named sets.
A given set is only evaluated once each time a query is executed; the
result is added to the RolapResult.RolapResultEvaluatorRoot.namedSetEvaluators cache on first execution
and re-used.RolapConnection.RolapSchema is a collection of RolapCubes and
shared RolapDimensions.RolapStarRegistry is a registry for RolapStars.RolapSchemaReader allows you to read schema objects while
observing the access-control profile specified by a given role.SchemaReader.RolapStar is a star schema.RolapCalculatedMember.RolapCalculation
that changes one or more dimensions, then evaluates a given calculation.mondrian.rolap package.Semaphore is a primitive for process synchronization.Role is a collection of access rights to cubes, permissions,
and so forth.Role interface.Role.HierarchyAccess that caches
the access of each member and level.Role.HierarchyAccess that
delegates all methods to an underlying hierarchy access.RoleUnionGrants is 'Union role must not contain grants'
Rowset.addRow(mondrian.xmla.Rowset.Row, java.util.List) .Rowset.Row.RowsetDefinition defines a rowset, including the columns it
should contain.n times, each time run a random test case
in the test suite
numIte times, each time run all child test
suite in the suite
Query.clone(); this method will be removed in
mondrian-4.0
Future.get() and converts any
throwable into a non-checked exception.
SaxWriter is similar to a SAX ContentHandler
which, perversely, converts its events into an output document.Scenario.Schedule generates a series of time events.Schedule and supporting classes.Schema is a collection of cubes, shared dimensions, and roles.SchemaReader queries schema objects (Schema,
Cube, Dimension, Hierarchy, Level,
Member).PropertyFormatter that throws.Segment is a collection of cell values parameterized by
a measure, and a set of (column, value) pairs.Segment; it's not loaded yet.
Segment.Segment and SegmentHeader, and also
SegmentWithData and SegmentBody.SegmentWithData.SegmentBuilder.SegmentConverter that uses an
AggregationKey
and CellRequest as context to
convert a SegmentHeader.SegmentBuilder.SegmentConverter that uses a star measure
and a list of StarPredicate.SegmentCache.SegmentCacheInjector is a means to inject
SegmentCache instances directly into Mondrian,
instead of passing a class name.SegmentCache.SegmentCacheListener objects are used to listen
to the state of the cache and be notified of changes to its
state or its entries.SegmentCache.SegmentCacheListener class.SegmentCacheFailedToDeleteSegment is 'An exception was encountered while deleting a segment from the SegmentCache.'
SegmentCacheFailedToInstanciate is 'An exception was encountered while creating the SegmentCache.'
SegmentCacheFailedToLoadSegment is 'An exception was encountered while loading a segment from the SegmentCache.'
SegmentCacheFailedToLookupSegment is 'An exception was encountered while performing a segment lookup in the SegmentCache.'
SegmentCacheFailedToSaveSegment is 'An exception was encountered while loading a segment from the SegmentCache.'
SegmentCacheFailedToScanSegments is 'An exception was encountered while getting a list of segment headers in the SegmentCache.'
SegmentCacheIsNotImplementingInterface is 'The mondrian.rolap.SegmentCache property points to a class name which is not an
implementation of mondrian.spi.SegmentCache.'
SegmentCacheLookupTimeout is 'Timeout reached while performing a segment lookup in SegmentCache.'
SegmentCache.SegmentCacheManager.FlushCommand.RolapStar.SegmentCacheReadTimeout is 'Timeout reached while reading segment from SegmentCache.'
BasicQueryTest but with the
MockSegmentCache active.SegmentCache.SegmentCacheWriteTimeout is 'Timeout reached while writing segment to SegmentCache.'
SegmentDataset holds the values in a segment.SegmentLoader queries database and loads the data into
the given set of segments.SegmentLoaderSegment with a data set.levelBitKey parameter
and if this AggStar's measure BitKey is a super set
(proper or not) of the measureBitKey parameter.
Dialect.allowsSelectNotInGroupBy()
produce correctly optimized SQL.MondrianServer.getId().
ServletContext.
If the catalog URI is an absolute path, it refers to a resource inside our
WAR file, so replace the URL.Set is a set of members or tuples.
true.
NamedSet interface.MemberSource will write to.
member the current member of its hierarchy.
member the current member of its hierarchy.
SetFunDef implements the 'set' function (whose syntax is the
brace operator, { ...- SetFunDef(Resolver, int[]) -
Constructor for class mondrian.olap.fun.SetFunDef
-
- SetFunDef.ExprIterCalc - Class in mondrian.olap.fun
- Compiled expression that evaluates one or more expressions, each of which
yields a tuple or a set of tuples, and returns the result as a tuple
iterator.
- SetFunDef.ExprIterCalc(Exp, Exp[], ExpCompiler, List<ResultStyle>) -
Constructor for class mondrian.olap.fun.SetFunDef.ExprIterCalc
-
- SetFunDef.SetListCalc - Class in mondrian.olap.fun
- Compiled expression to implement the MDX set function,
{ ...- SetFunDef.SetListCalc(Exp, Exp[], ExpCompiler, List<ResultStyle>) -
Constructor for class mondrian.olap.fun.SetFunDef.SetListCalc
-
- SetFunDefTest - Class in mondrian.olap.fun
- Unit test for the set constructor function
{ ...- SetFunDefTest() -
Constructor for class mondrian.olap.fun.SetFunDefTest
-
- setHeader(String, String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setHeader(String, String) -
Method in class mondrian.tui.MockHttpServletResponse
- Sets a response header with the given name and value.
- setHoldability(int) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setHook(RolapUtil.ExecuteQueryHook) -
Static method in class mondrian.rolap.RolapUtil
-
- setInputDirectory(File) -
Method in class mondrian.test.loader.CsvDBLoader
-
- setInputDirectoryRegex(String) -
Method in class mondrian.test.loader.CsvDBLoader
-
- setInputFile(File) -
Method in class mondrian.test.loader.CsvDBLoader
-
- setInputFiles(File[]) -
Method in class mondrian.test.loader.CsvDBLoader
-
- setInt(int, int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setInt(int, int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- setInt(int, int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.IntColumn
-
- setInt(int, int) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- setIntHeader(String, int) -
Method in class mondrian.tui.MockHttpServletResponse
- Sets a response header with the given name and integer value.
- SetItemFunDef - Class in mondrian.olap.fun
- Definition of the
<Set>.Item MDX function. - SetItemFunDef(FunDef) -
Constructor for class mondrian.olap.fun.SetItemFunDef
-
- setIterationLength(int) -
Method in interface mondrian.olap.Evaluator
- Sets the iteration length for the current evaluator context
- setIterationLength(int) -
Method in class mondrian.rolap.RolapEvaluator
-
- setIterations(int) -
Method in class mondrian.test.MondrianTestRunner
-
- setJDBCConnectionUrl(String) -
Method in class mondrian.gui.PreferencesDialog
-
- setJdbcDriver(String) -
Method in class mondrian.test.loader.DBLoader
-
- setJDBCDriverClassName(String) -
Method in class mondrian.gui.PreferencesDialog
-
- setJDBCPassword(String) -
Method in class mondrian.gui.PreferencesDialog
-
- setJdbcURL(String) -
Method in class mondrian.test.loader.DBLoader
-
- setJDBCUsername(String) -
Method in class mondrian.gui.PreferencesDialog
-
- setList(List<RolapMember>) -
Method in class mondrian.rolap.TargetBase
-
- setListener(RolapNative.Listener) -
Method in class mondrian.rolap.RolapNative
-
- setListener(RolapNative.Listener) -
Method in class mondrian.rolap.RolapNativeRegistry
- for testing
- setloadRows(boolean) -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- setLocalAddr(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setLocale(Locale) -
Method in class mondrian.gui.LanguageChangedEvent
- Setter for property locale.
- setLocale(String) -
Method in class mondrian.i18n.LocalizingDynamicSchemaProcessor
- Sets the property locale.
- setLocale(Locale) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setLocale(Locale) -
Method in class mondrian.rolap.RolapConnection
-
- setLocale(Locale) -
Method in class mondrian.tui.MockHttpServletResponse
- Sets the locale of the response, setting the headers (including the
Content-Type's charset) as appropriate.
- setLocalName(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setLocalPort(int) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setLong(int, long) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setLong(int, long) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- setLong(int, long) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.LongColumn
-
- setLong(int, long) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- setMajorVersion(int) -
Method in class mondrian.tui.MockServletContext
-
- setMaxFieldSize(int) -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- setMaxRows(int) -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- setMaxRows(int) -
Method in class mondrian.rolap.HighCardSqlTupleReader
-
- setMaxRows(int) -
Method in class mondrian.rolap.RolapNativeSet.SetEvaluator
-
- setMaxRows(int) -
Method in class mondrian.rolap.SqlTupleReader
-
- setMemberReader(MemberReader) -
Method in class mondrian.rolap.RolapCubeHierarchy
-
- setMemberReader(MemberReader) -
Method in class mondrian.rolap.RolapHierarchy
-
- setMenuItem(JMenuItem) -
Method in class mondrian.gui.QueryPanel
-
- setMetaData(JdbcMetaData) -
Method in class mondrian.gui.JdbcExplorer
-
- setMetaData(JdbcMetaData) -
Method in class mondrian.gui.SchemaPropertyCellEditor
-
- setMetaData(JdbcMetaData) -
Method in class mondrian.gui.SchemaTreeCellRenderer
- Called from
SchemaExplorer.resetMetaData(JdbcMetaData).
- setMethod(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setMinorVersion(int) -
Method in class mondrian.tui.MockServletContext
-
- setName(String) -
Method in class mondrian.olap.fun.TestMember
-
- setName(String) -
Method in interface mondrian.olap.Member
- Only allowable if the member is part of the
WITH clause of
a query.
- setName(String) -
Method in interface mondrian.olap.NamedSet
- Sets the name of this named set.
- setName(String) -
Method in class mondrian.olap.Query.ScopedNamedSet
-
- setName(String) -
Method in class mondrian.olap.SetBase
-
- setName(String) -
Method in class mondrian.rolap.DelegatingRolapMember
-
- setName(String) -
Method in class mondrian.rolap.RolapMemberBase
-
- setName(String) -
Method in class mondrian.web.taglib.QueryTag
- Sets string attribute
name, which identifies this query
within its page.
- setNames(List<String>) -
Method in class mondrian.gui.PropertyTableModel
-
- setNativeEnabled(boolean) -
Method in interface mondrian.olap.Evaluator
- Sets whether native evaluation should be used.
- setNativeEnabled(boolean) -
Method in class mondrian.rolap.RolapEvaluator
-
- setNativeNonEmptyValue() -
Static method in class mondrian.rolap.SqlConstraintFactory
-
- setNCharacterStream(int, Reader, long) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setNCharacterStream(int, Reader) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setNClob(int, NClob) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setNClob(int, Reader, long) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setNClob(int, Reader) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setNewFile(boolean) -
Method in class mondrian.gui.SchemaExplorer
-
- setNonEmpty(boolean) -
Method in interface mondrian.olap.Evaluator
- Sets whether an expression evaluation should filter out empty cells.
- setNonEmpty(boolean) -
Method in class mondrian.olap.QueryAxis
- Sets whether the axis has the
NON EMPTY property set.
- setNonEmpty(boolean) -
Method in class mondrian.rolap.RolapEvaluator
-
- setNString(int, String) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setNull(int, int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setNull(int, int, String) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setNull(int, boolean) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- setNull(int, boolean) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
-
- setNull(int, boolean) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- setNumberOfRows(int) -
Method in class mondrian.rolap.aggmatcher.AggStar.FactTable
- This is for testing ONLY.
- setObject(int, Object, int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setObject(int, Object) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setObject(int, Object, int, int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setObject(int, Object) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- setObject(int, Object) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList.ObjectColumn
-
- setObject(int, Object) -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- setOrdered(boolean) -
Method in class mondrian.olap.QueryAxis
- Sets whether the axis has the
ORDER property set.
- setOrderKey(Comparable) -
Method in class mondrian.rolap.RolapMemberBase
-
- setOrdinal(int) -
Method in class mondrian.rolap.RolapMemberBase
-
- setOrdinals(int[]) -
Method in class mondrian.rolap.CellKey.Four
-
- setOrdinals(int[]) -
Method in class mondrian.rolap.CellKey.Many
-
- setOrdinals(int[]) -
Method in class mondrian.rolap.CellKey.One
-
- setOrdinals(int[]) -
Method in interface mondrian.rolap.CellKey
- This method make a copy of the int array parameter.
- setOrdinals(int[]) -
Method in class mondrian.rolap.CellKey.Three
-
- setOrdinals(int[]) -
Method in class mondrian.rolap.CellKey.Two
-
- setOrdinals(int[]) -
Method in class mondrian.rolap.CellKey.Zero
-
- setOrdinals(SchemaReader, Member) -
Static method in class mondrian.rolap.RolapMemberBase
- Sets member ordinal values using a Bottom-up/Top-down algorithm.
- setOutOfMemory(String) -
Method in class mondrian.server.Execution
- This method will change the state of this execution to
Execution.State.ERROR and will set the message to display.
- setOutputDirectory(File) -
Method in class mondrian.test.loader.DBLoader
-
- setOwnStatement(boolean) -
Method in class mondrian.olap.Query
- Sets that the query owns its statement; therefore it will need to
close it when the query is closed.
- setParameter(String, Object) -
Method in class mondrian.olap.Query
- Assigns a value to the parameter with a given name.
- setParameter(String, String) -
Static method in class mondrian.tui.CmdRunner
-
- setParameterValue(Object, boolean) -
Method in interface mondrian.calc.ParameterSlot
- Sets the value of this parameter.
- setParentArgs(Calc, Map<String, Object>) -
Method in class mondrian.calc.CalcWriter
-
- setParentMember(RolapMember) -
Method in class mondrian.rolap.RolapMemberBase
- Sets a member's parent.
- setParentTarget(Object) -
Method in class mondrian.gui.PropertyTableModel
-
- setPassword(String) -
Method in class mondrian.test.loader.DBLoader
-
- setPath(String) -
Method in class mondrian.tui.MockHttpServletRequest.MockRequestDispatcher
-
- setPathInfo(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setPathTranslated(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setPoolable(boolean) -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- setPreferList(boolean) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setPreferList(OlapConnection) -
Method in class mondrian.olap4j.MondrianOlap4jExtra
-
- setPreferList(OlapConnection) -
Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
-
- setPrinter(MondrianResultPrinter) -
Method in class mondrian.test.MondrianTestRunner
-
- setProperty(String, Object) -
Method in class mondrian.olap.fun.TestMember
-
- setProperty(String, Object) -
Method in interface mondrian.olap.Member
- Sets a property of this member to a given value.
- setProperty(Property, Object) -
Method in class mondrian.olap4j.MondrianOlap4jMember
-
- setProperty(String, Object) -
Method in class mondrian.rolap.DelegatingRolapMember
-
- setProperty(String, Object) -
Method in class mondrian.rolap.RolapCubeMember
-
- setProperty(String, Object) -
Method in class mondrian.rolap.RolapHierarchy.RolapCalculatedMeasure
-
- setProperty(String, Object) -
Method in class mondrian.rolap.RolapMemberBase
- Sets a property of this member to a given value.
- setProperty(String, String) -
Static method in class mondrian.tui.CmdRunner
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.Rowset
- Sets a property for this rowset.
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DbschemaCatalogsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DbschemaColumnsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DbschemaProviderTypesRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DbschemaSchemataRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DbschemaTablesInfoRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DbschemaTablesRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DiscoverDatasourcesRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DiscoverEnumeratorsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DiscoverKeywordsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DiscoverLiteralsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DiscoverPropertiesRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.DiscoverSchemaRowsetsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaCubesRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaDimensionsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaHierarchiesRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaLevelsRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaMeasuresRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaMembersRowset
-
- setProperty(PropertyDefinition, String) -
Method in class mondrian.xmla.RowsetDefinition.MdschemaPropertiesRowset
-
- setProtocol(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setQuery(Query) -
Method in interface mondrian.server.Statement
-
- setQuery(Query) -
Method in class mondrian.server.StatementImpl
-
- setQuery(Query) -
Method in class mondrian.web.taglib.ResultCache
- Sets the query.
- setQuery(String) -
Method in class mondrian.web.taglib.TransformTag
- Sets the string attribute
query, which is the name of a
query declared using the <query> tag.
- setQueryString(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setQueryTimeout(int) -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- setQueryTimeoutMillis(long) -
Method in class mondrian.olap.Query
- Deprecated. This method will be removed in mondrian-4.0
- setQueryTimeoutMillis(long) -
Method in interface mondrian.server.Statement
- Sets the timeout of this statement, in milliseconds.
- setQueryTimeoutMillis(long) -
Method in class mondrian.server.StatementImpl
-
- setReadOnly(boolean) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setRef(int, Ref) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setRemoteAddr(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRemoteHost(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRemotePort(int) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRemoteUser(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRequestDispatcher(String, RequestDispatcher) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRequestedSessionId(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRequestedSessionIdFromCookie(boolean) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRequestURI(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRequestURL(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setRequireSchema(boolean) -
Method in class mondrian.gui.PreferencesDialog
-
- setResultCache(boolean) -
Method in class mondrian.web.taglib.QueryTag
- Sets boolean attribute
resultCache; if true, the query is
parsed, executed, and converted to an XML document at most once.
- setResultStyle(ResultStyle) -
Method in class mondrian.olap.Query
- A Query's ResultStyle can only be one of the following:
ResultStyle.ITERABLE
ResultStyle.LIST
ResultStyle.MUTABLE_LIST
- setRole(Role) -
Method in interface mondrian.olap.Connection
- Sets the privileges for the this connection.
- setRole(Role) -
Method in class mondrian.rolap.RolapConnection
-
- setRoleName(String) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setRowId(int, RowId) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setRowStream(DBLoader.RowStream) -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- setRSquared(double) -
Method in class mondrian.olap.fun.LinReg.Value
- strength of the correlation
- setSavepoint() -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setSavepoint(String) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setScenario(Scenario) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setScenario(Scenario) -
Method in class mondrian.rolap.RolapConnection
-
- setSchema(String) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setSchemaFile(File) -
Method in class mondrian.gui.SchemaExplorer
- sets the schema file
- setSchemaName(String) -
Method in class mondrian.rolap.aggmatcher.JdbcSchema
- Sets the database's schema name.
- setSchemaWindowMap(Map<JInternalFrame, JMenuItem>) -
Method in class mondrian.gui.QueryPanel
-
- setScheme(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setSegmentsFailed() -
Method in class mondrian.rolap.agg.GroupingSet
- Sets all the segments which are in loading state as failed
- setServerName(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setServerPort(int) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setServletContext(ServletContext) -
Method in class mondrian.tui.MockServletConfig
-
- setServletName(String) -
Method in class mondrian.tui.MockServletConfig
-
- setServletPath(String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setSession(HttpSession) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setSet(Exp) -
Method in class mondrian.olap.QueryAxis
- Sets the expression which is used to compute the value of this axis.
- setShort(int, short) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setShouldDropTable(boolean) -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- setShouldDropTableRows(boolean) -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- setSlicer(Exp) -
Method in class mondrian.olap.ParserTest.TestParser
-
- setSlicerAxis(QueryAxis) -
Method in class mondrian.olap.Query
-
- setSlicerContext(Member) -
Method in class mondrian.rolap.RolapEvaluator
- Adds a slicer member to the evaluator context, and remember it as part
of the slicer.
- setSolveOrderMode(SolveOrderMode) -
Method in class mondrian.test.SolveOrderScopeIsolationTest
-
- setSpecification() -
Method in class mondrian.parser.MdxParserImpl
-
- setSQLXML(int, SQLXML) -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
-
- setStarKeyColumn(RolapStar.Column) -
Method in class mondrian.rolap.RolapCubeLevel
-
- setStarMeasure(Object) -
Method in class mondrian.rolap.RolapBaseCubeMeasure
-
- setStatementProfiling(OlapStatement, PrintWriter) -
Method in class mondrian.olap4j.Unsafe
-
- setStatus(int) -
Method in class mondrian.tui.MockHttpServletResponse
- Sets the status code for this response.
- setStatus(int, String) -
Method in class mondrian.tui.MockHttpServletResponse
- Deprecated. Method setStatus is deprecated
Deprecated. As of version 2.1, due to ambiguous meaning of the message
parameter. To set a status code use setStatus(int), to send an error with
a description use sendError(int, String). Sets the status code and
message for this response.
- setString(int, String) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setSubtotalVisibility(boolean) -
Method in class mondrian.olap.QueryAxis
-
- setSymbolicName(String) -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
- Sets the symbolic (logical) name associated with this usage.
- setTableCellFocus(int) -
Method in class mondrian.gui.SchemaExplorer
- Several methods are called, e.g.
- setTableRendererHeight(JTable, JPanel) -
Method in class mondrian.gui.SchemaPropertyCellRenderer
-
- setTableUsageType(JdbcSchema.TableUsageType) -
Method in class mondrian.rolap.aggmatcher.JdbcSchema.Table
- Sets the table usage (fact, aggregate or other).
- setTabSize(int) -
Method in class mondrian.parser.MdxParserImpl
-
- setTabSize(int) -
Method in class mondrian.parser.SimpleCharStream
-
- setTestContext(TestContext) -
Method in class mondrian.rolap.NonEmptyTest
-
- setText(boolean, String) -
Method in class mondrian.gui.SchemaTreeCellRenderer
-
- setThreadLocalClassName(String) -
Static method in class mondrian.calc.ExpCompiler.Factory
- Sets the class name of a
ExpCompiler implementation.
- setThreadLocalClassName(String) -
Static method in class mondrian.util.MemoryMonitorFactory
- Sets the class name of a
MemoryMonitor implementation.
- setTime(int, Time) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setTime(int, Time, Calendar) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setTimeLimit(int) -
Method in class mondrian.test.MondrianTestRunner
-
- setTimeQueries(boolean) -
Method in class mondrian.tui.CmdRunner
-
- setTimestamp(int, Timestamp) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setTitle() -
Method in class mondrian.gui.SchemaExplorer
-
- SetToStrFunDef - Class in mondrian.olap.fun
- Definition of the
SetToStr MDX function. - setTransactionIsolation(int) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setTwelveHourClock(boolean) -
Method in class mondrian.util.Format.DateFormat
-
- setType(Type) -
Method in class mondrian.olap.ParameterImpl
-
- SetType - Class in mondrian.olap.type
- Set type.
- SetType(Type) -
Constructor for class mondrian.olap.type.SetType
- Creates a type representing a set of elements of a given type.
- setTypeMap(Map<String, Class<?>>) -
Method in class mondrian.olap4j.MondrianOlap4jConnection
-
- setUnicodeStream(int, InputStream, int) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setUniqueName(Object) -
Method in class mondrian.rolap.RolapMemberBase
-
- setUp() -
Method in class mondrian.olap.CellPropertyTest
-
- setUp() -
Method in class mondrian.olap.fun.CrossJoinTest
-
- setUp() -
Method in class mondrian.olap.fun.NativizeSetFunDefTest
-
- setUp() -
Method in class mondrian.olap.QueryTest
-
- setUp() -
Method in class mondrian.rolap.agg.AggregationOnDistinctCountMeasuresTest
-
- setUp() -
Method in class mondrian.rolap.agg.SegmentCacheTest
-
- setUp() -
Method in class mondrian.rolap.agg.SegmentLoaderTest
-
- setUp() -
Method in class mondrian.rolap.aggmatcher.AggTableTestCase
-
- setUp() -
Method in class mondrian.rolap.aggmatcher.Checkin_7641
-
- setUp() -
Method in class mondrian.rolap.aggmatcher.DefaultRuleTest
-
- setUp() -
Method in class mondrian.rolap.aggmatcher.NonCollapsedAggTest
-
- setUp() -
Method in class mondrian.rolap.FastBatchingCellReaderTest
-
- setUp() -
Method in class mondrian.rolap.FilterTest
-
- setUp() -
Method in class mondrian.rolap.GroupingSetQueryTest
-
- setUp() -
Method in class mondrian.rolap.MemberCacheControlTest
-
- setUp() -
Method in class mondrian.rolap.NonEmptyTest
-
- setUp() -
Method in class mondrian.rolap.RolapConnectionTest
-
- setUp() -
Method in class mondrian.rolap.RolapResultTest
-
- setUp() -
Method in class mondrian.rolap.sql.SqlQueryTest
-
- setUp() -
Method in class mondrian.rolap.TestAggregationManager
-
- setUp() -
Method in class mondrian.test.clearview.ClearViewBase
-
- setUp() -
Method in class mondrian.test.ConcurrentMdxTest
-
- setUp() -
Method in class mondrian.test.CVConcurrentMdxTest
-
- setUp() -
Method in class mondrian.test.IgnoreMeasureForNonJoiningDimensionInAggregationTest
-
- setUp() -
Method in class mondrian.test.IgnoreUnrelatedDimensionsTest
-
- setUp() -
Method in class mondrian.test.loader.CsvDBTestCase
-
- setUp() -
Method in class mondrian.test.SolveOrderScopeIsolationTest
-
- setUp() -
Method in class mondrian.test.Ssas2005CompatibilityTest.NewBehaviorTest
-
- setUp() -
Method in class mondrian.test.Ssas2005CompatibilityTest.OldBehaviorTest
-
- setUp() -
Method in class mondrian.test.UdfTest
-
- setUp() -
Method in class mondrian.util.MemoryMonitorTest
-
- setUp(int, double, double) -
Method in class mondrian.util.ObjectPool
-
- setUp() -
Method in class mondrian.xmla.test.XmlaTest
-
- setUp() -
Method in class mondrian.xmla.XmlaBasicTest
-
- setUp() -
Method in class mondrian.xmla.XmlaErrorTest
-
- setupAddParameter(String, String[]) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setupAddParameter(String, String) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setURL(int, URL) -
Method in class mondrian.olap4j.MondrianOlap4jPreparedStatement
-
- setUserInRole(String, boolean) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setUserName(String) -
Method in class mondrian.test.loader.DBLoader
-
- setUserPrincipal(Principal) -
Method in class mondrian.tui.MockHttpServletRequest
-
- setValue(Scenario, Object, AllocationPolicy, Object...) -
Method in interface mondrian.olap.Cell
- Helper method to implement
Cell.setValue(java.lang.Object, org.olap4j.AllocationPolicy, java.lang.Object...).
- setValue(Object) -
Method in interface mondrian.olap.Parameter
- Sets the value of this parameter.
- setValue(Object) -
Method in class mondrian.olap.ParameterImpl
-
- setValue(Object, AllocationPolicy, Object...) -
Method in class mondrian.olap4j.MondrianOlap4jCell
-
- setValue(Scenario, Object, AllocationPolicy, Object...) -
Method in class mondrian.rolap.RolapCell
-
- setValue(Object) -
Method in class mondrian.rolap.RolapSchemaParameter
-
- setValue(R) -
Method in class mondrian.util.Pair
-
- setValueAt(Object, int, int) -
Method in class mondrian.gui.PropertyTableModel
-
- setValueAt(JTree) -
Method in class mondrian.gui.SchemaTreeCellEditor
-
- setVariance(double) -
Method in class mondrian.olap.fun.LinReg.Value
-
- setVirtualCubeNonNativeCrossJoin() -
Method in class mondrian.olap.Query
- Indicates that the query cannot use native cross joins to process
this virtual cube
- setVUsers(int) -
Method in class mondrian.test.MondrianTestRunner
-
- setWindowMenuIndex(int) -
Method in class mondrian.gui.QueryPanel
-
- setWorkbench(Workbench) -
Method in interface mondrian.gui.WorkbenchMenubarPlugin
-
- setWorkbenchProperty(String, String) -
Method in class mondrian.gui.Workbench
- set a workbench property.
- setXsltCache(boolean) -
Method in class mondrian.web.taglib.TransformTag
- Sets the boolean attribute
xsltCache, which determines
whether to cache the parsed representation of an XSL style-sheet.
- setXsltURI(String) -
Method in class mondrian.web.taglib.TransformTag
- Sets the string attribute
xsltURI, which is the URI of an
XSL style-sheet to transform query output.
- severity -
Variable in class mondrian.tui.XmlUtil.SaxErrorHandler.ErrorInfo
-
- SEVERITY_ERROR -
Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
-
- SEVERITY_FATAL_ERROR -
Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
-
- SEVERITY_WARNING -
Static variable in class mondrian.tui.XmlUtil.SaxErrorHandler
-
- sgn(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- sgtTz -
Static variable in class mondrian.util.ScheduleTest
-
- sharedDimension -
Static variable in class mondrian.rolap.SharedDimensionTest
-
- SharedDimensionTest - Class in mondrian.rolap
SharedDimensionTest tests shared dimensions.- SharedDimensionTest() -
Constructor for class mondrian.rolap.SharedDimensionTest
-
- SharedDimensionTest(String) -
Constructor for class mondrian.rolap.SharedDimensionTest
-
- shepherdExecution(Execution, Callable<Result>) -
Method in class mondrian.rolap.RolapResultShepherd
- Executes and shepherds the execution of an Execution instance.
- shift(int) -
Method in class mondrian.util.Format.FloatingDecimal
-
- shouldAlertForNonNative(FunDef) -
Method in class mondrian.olap.Query
- Determines whether an alert for non-native evaluation needs
to be posted.
- shouldDropTable() -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- shouldDropTableRows() -
Method in class mondrian.test.loader.DBLoader.Table.Controller
-
- shouldEmitInvisibleMembers(XmlaRequest) -
Static method in class mondrian.xmla.XmlaUtil
- Returns whether an XMLA request should return invisible members.
- shouldIgnoreUnrelatedDimensions() -
Method in interface mondrian.olap.Evaluator
- Returns whether hierarchies unrelated to the measure in the current
context should be ignored.
- shouldIgnoreUnrelatedDimensions(String) -
Method in class mondrian.rolap.RolapCube
- This method tells us if unrelated dimensions to measures from
the input base cube should be pushed to default member or not
during aggregation.
- shouldIgnoreUnrelatedDimensions(String) -
Method in class mondrian.rolap.RolapCubeUsages
-
- shouldIgnoreUnrelatedDimensions() -
Method in class mondrian.rolap.RolapEvaluator
- Checks if unrelated dimensions to the measure in the current context
should be ignored.
- shouldReturnCellProperty(CellSet, Property, boolean) -
Method in class mondrian.olap4j.MondrianOlap4jExtra
-
- shouldReturnCellProperty(CellSet, Property, boolean) -
Method in interface mondrian.xmla.XmlaHandler.XmlaExtra
- Returns whether we should return a cell property in the XMLA result.
- shouldSelectCell(EventObject) -
Method in class mondrian.gui.SchemaPropertyCellEditor
- Returns true if the editing cell should be selected, false otherwise.
- shouldUseGroupingFunction() -
Method in class mondrian.rolap.BatchLoader
-
- shouldVisitChildren() -
Method in interface mondrian.mdx.MdxVisitor
-
- shouldVisitChildren() -
Method in class mondrian.mdx.MdxVisitorImpl
-
- showMenu(MouseEvent) -
Method in class mondrian.gui.SchemaExplorer.PopupTrigger
-
- shutdown() -
Method in class mondrian.olap.MondrianServer
- Called when the server must terminate all background tasks
and cleanup all potential memory leaks.
- shutdown() -
Method in class mondrian.rolap.agg.AggregationManager
-
- shutdown() -
Method in class mondrian.rolap.agg.SegmentCacheManager
- Shuts down this cache manager and all active threads and indexes.
- shutdown() -
Method in class mondrian.rolap.agg.SegmentCacheWorker
-
- shutdown() -
Method in class mondrian.rolap.RolapResultShepherd
-
- shutdown() -
Method in class mondrian.server.DynamicContentFinder
- Cleans up all background updating jobs.
- shutdown() -
Method in class mondrian.server.FileRepository
-
- shutdown() -
Method in class mondrian.server.ImplicitRepository
-
- shutdown() -
Method in class mondrian.server.MondrianServerImpl
-
- shutdown() -
Method in class mondrian.server.MonitorImpl
-
- shutdown() -
Method in interface mondrian.server.Repository
- Shuts down and terminates a repository.
- shutdown() -
Method in interface mondrian.server.RepositoryContentFinder
-
- shutdown() -
Method in class mondrian.server.StringRepositoryContentFinder
-
- shutdown() -
Method in class mondrian.server.UrlRepositoryContentFinder
-
- signature -
Variable in class mondrian.olap.fun.FunDefBase
-
- signMask -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- SimpleCharStream - Class in mondrian.parser
- An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(Reader, int, int) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(Reader) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(InputStream, String, int, int, int) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(InputStream, int, int, int) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(InputStream, String, int, int) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(InputStream, int, int) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(InputStream, String) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleCharStream(InputStream) -
Constructor for class mondrian.parser.SimpleCharStream
- Constructor.
- SimpleResolver - Class in mondrian.olap.fun
- A
SimpleResolver resolves a single, non-overloaded function. - SimpleResolver(FunDef) -
Constructor for class mondrian.olap.fun.SimpleResolver
-
- SimpleTestRunner - Class in mondrian.test
- Simple test runner.
- SimpleTestRunner() -
Constructor for class mondrian.test.SimpleTestRunner
-
- simplifyEvaluator(Calc, Evaluator) -
Static method in class mondrian.calc.impl.AbstractCalc
- Returns a simplified evalator whose context is the same for every
dimension which an expression depends on, and the default member for
every dimension which it does not depend on.
- sin(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- SINGLE_LINE_COMMENT -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- SINGLE_QUOTE -
Static variable in class mondrian.test.loader.CsvLoader
-
- SINGLE_QUOTED_STRING -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- singleExpBias -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- singleExpMask -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- singleExpShift -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- singleFractHOB -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- singleFractMask -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- singleInstance -
Variable in class mondrian.util.ObjectFactory.Singleton
- The single instance of the object created by the factory.
- singleQuoteString(String) -
Static method in class mondrian.olap.Util
- Encloses a value in single-quotes, to make a SQL string value.
- singleQuoteString(String, StringBuilder) -
Static method in class mondrian.olap.Util
- Encloses a value in single-quotes, to make a SQL string value.
- singleSignMask -
Static variable in class mondrian.util.Format.FloatingDecimal
-
- sinh(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- size() -
Method in class mondrian.calc.impl.ArrayTupleList
-
- size() -
Method in class mondrian.calc.impl.DelegatingTupleList
-
- size() -
Method in class mondrian.calc.impl.ListTupleList
-
- size() -
Method in class mondrian.calc.impl.UnaryTupleList
-
- size() -
Method in class mondrian.olap.fun.NativizeSetFunDef.Range
-
- size() -
Method in class mondrian.olap.Util.Flat2List
-
- size() -
Method in class mondrian.olap.Util.Flat3List
-
- size() -
Method in class mondrian.rolap.agg.SegmentLoader.RowList
-
- size() -
Method in class mondrian.rolap.cache.HardSmartCache
-
- size() -
Method in interface mondrian.rolap.cache.SmartCache
-
- size() -
Method in class mondrian.rolap.cache.SoftSmartCache
-
- size() -
Method in class mondrian.rolap.CellKey.Four
-
- size() -
Method in class mondrian.rolap.CellKey.Many
-
- size() -
Method in class mondrian.rolap.CellKey.One
-
- size() -
Method in interface mondrian.rolap.CellKey
- Returns the number of axes.
- size() -
Method in class mondrian.rolap.CellKey.Three
-
- size() -
Method in class mondrian.rolap.CellKey.Two
-
- size() -
Method in class mondrian.rolap.CellKey.Zero
-
- size() -
Method in interface mondrian.rolap.RolapResult.CellInfoContainer
- Returns the number of CellInfo objects in this container.
- size() -
Method in class mondrian.rolap.RolapResult.CellInfoMap
-
- size() -
Method in class mondrian.rolap.RolapResult.CellInfoPool
-
- size() -
Method in class mondrian.util.ArraySortedSet
-
- size() -
Method in class mondrian.util.CacheMap
-
- size() -
Method in class mondrian.util.CartesianProductList
-
- size() -
Method in class mondrian.util.CombiningGenerator
-
- size() -
Method in class mondrian.util.CompositeList
-
- size() -
Method in class mondrian.util.ConcatenableList
-
- size() -
Method in class mondrian.util.FilteredIterableList
-
- size() -
Method in class mondrian.util.ObjectPool
- Return the number of entries in the ObjectPool.
- size() -
Method in class mondrian.util.PartiallyOrderedSet
-
- size() -
Method in class mondrian.util.TraversalList
-
- size() -
Method in class mondrian.util.UnsupportedList
-
- SkipLexicalActions(Token) -
Method in class mondrian.parser.MdxParserImplTokenManager
-
- slice(int) -
Method in class mondrian.calc.impl.AbstractTupleIterable
-
- slice(int) -
Method in class mondrian.calc.impl.ArrayTupleList
-
- slice(int) -
Method in class mondrian.calc.impl.DelegatingTupleList
-
- slice(int) -
Method in class mondrian.calc.impl.ListTupleList
-
- slice(int) -
Method in class mondrian.calc.impl.UnaryTupleList
-
- slice(TupleIterable, int) -
Static method in class mondrian.calc.TupleCollections
- Creates a slice of a
TupleIterable.
- slice(int) -
Method in interface mondrian.calc.TupleIterable
- Returns an iterable over the members at a given column.
- slice(int) -
Method in interface mondrian.calc.TupleList
- Returns a list of the members at a given column.
- slicerAxis -
Variable in class mondrian.olap.ResultBase
-
- slicerCalc -
Variable in class mondrian.olap.Query
-
- slicerEvaluator -
Variable in class mondrian.rolap.RolapResult
-
- sLN(double, double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- Slope -
Static variable in class mondrian.olap.fun.LinReg
-
- slope -
Variable in class mondrian.olap.fun.LinReg.Value
- The slope for the linear regression model.
- SlopeResolver -
Static variable in class mondrian.olap.fun.LinReg
-
- SlotFuture<V> - Class in mondrian.util
- Implementation of
Future that completes
when a thread writes a value (or an exception) into a slot. - SlotFuture() -
Constructor for class mondrian.util.SlotFuture
- Creates a SlotFuture.
- Smallint -
Static variable in class mondrian.test.loader.DBLoader.Type
-
- SmartCache<K,V> - Interface in mondrian.rolap.cache
- Defines a cache API.
- SmartMemberListCache<K,V> - Class in mondrian.rolap
- Uses a
SmartCache to store lists of members,
where the key depends on a SqlConstraint. - SmartMemberListCache() -
Constructor for class mondrian.rolap.SmartMemberListCache
-
- SmartMemberReader - Class in mondrian.rolap
SmartMemberReader implements MemberReader by keeping a
cache of members and their children.- SmartMemberReader(MemberReader) -
Constructor for class mondrian.rolap.SmartMemberReader
-
- SmartMemberReader.SiblingIterator - Class in mondrian.rolap
SiblingIterator helps traverse a hierarchy of members, by
remembering the position at each level.- SmartMemberReader.SiblingIterator(MemberReader, RolapMember) -
Constructor for class mondrian.rolap.SmartMemberReader.SiblingIterator
-
- SOAP_MUST_UNDERSTAND_ATTR -
Static variable in interface mondrian.xmla.XmlaConstants
-
- SOAP_PREFIX -
Static variable in class mondrian.tui.XmlaSupport
-
- SOAP_PREFIX -
Static variable in class mondrian.tui.XmlUtil
-
- SOAP_PREFIX -
Static variable in interface mondrian.xmla.XmlaConstants
-
- SoftSmartCache<K,V> - Class in mondrian.rolap.cache
- A map with soft references that is cleaned up in regular intervals.
- SoftSmartCache() -
Constructor for class mondrian.rolap.cache.SoftSmartCache
-
- SoftSmartCache.CacheReference - Class in mondrian.rolap.cache
- an entry in the cache that contains the key for
the cache map to remove the entry when its value
has been garbage collected
- SoftSmartCache.CacheReference(K, V) -
Constructor for class mondrian.rolap.cache.SoftSmartCache.CacheReference
-
- SOLIDUS -
Static variable in interface mondrian.olap.ParserSym
-
- SOLIDUS -
Static variable in interface mondrian.parser.MdxParserImplConstants
- RegularExpression Id.
- SOLVE_ORDER -
Static variable in class mondrian.olap.Property
- Definition of the property which
determines the solve order of a calculated member with respect to other
calculated members.
- SOLVE_ORDER_ORDINAL -
Static variable in class mondrian.olap.Property
-
- SolveOrderMode -
Variable in class mondrian.olap.MondrianProperties
- Property that controls the behavior of
solve order of calculated members and sets.
- SolveOrderMode - Enum in mondrian.olap
- Strategies for applying solve order, exposed via the property
MondrianProperties.SolveOrderMode. - solveOrderMode -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- SolveOrderScopeIsolationTest - Class in mondrian.test
SolveOrderScopeIsolationTest Test conformance to SSAS2005 solve
order scope isolation behavior.- SolveOrderScopeIsolationTest() -
Constructor for class mondrian.test.SolveOrderScopeIsolationTest
-
- sort() -
Method in class mondrian.olap.fun.FunUtil.Quicksorter
-
- sort(Collection<T>) -
Static method in class mondrian.olap.Util
- Sorts a collection of
Comparable objects and returns a list.
- sort(Collection<T>, Comparator<T>) -
Static method in class mondrian.olap.Util
- Sorts a collection of objects using a
Comparator and returns a
list.
- sortColumnDefinitions -
Variable in enum mondrian.xmla.RowsetDefinition
-
- sortedCubes(Schema) -
Static method in enum mondrian.xmla.RowsetDefinition
-
- sortMembers(Evaluator, Iterable<Member>, List<Member>, Calc, boolean, boolean) -
Static method in class mondrian.olap.fun.FunUtil
- Helper function to sort a list of members according to an expression.
- sortMembers(Evaluator, Iterable<Member>, List<Member>, List<FunUtil.SortKeySpec>) -
Static method in class mondrian.olap.fun.FunUtil
- Sorts a list of members according to a list of SortKeySpecs.
- SortTest - Class in mondrian.olap.fun
SortTest tests the collation order of positive and negative
infinity, and Double.NaN.- SortTest() -
Constructor for class mondrian.olap.fun.SortTest
-
- sortTuples(Evaluator, TupleIterable, TupleList, Calc, boolean, boolean, int) -
Static method in class mondrian.olap.fun.FunUtil
- Sorts a list of Tuples by the value of an applied expression.
- sortTuples(Evaluator, TupleIterable, TupleList, List<FunUtil.SortKeySpec>, int) -
Static method in class mondrian.olap.fun.FunUtil
- Helper function to sort a list of tuples according to a list
of expressions and a list of sorting flags.
- source -
Variable in class mondrian.gui.MondrianGuiDef.DimensionUsage
-
- source -
Variable in class mondrian.olap.MondrianDef.DimensionUsage
-
- source -
Variable in class mondrian.rolap.SmartMemberReader
- access to
source must be synchronized(this)
- source -
Variable in class mondrian.server.monitor.CellCacheEvent
-
- space(int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- space -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.Mapper
-
- space -
Variable in class mondrian.rolap.aggmatcher.DefaultDef.Regex
-
- SparseSegmentBody - Class in mondrian.rolap.agg
- Implementation of a segment body which stores the data of a
sparse segment data set into a dense array of java objects.
- SparseSegmentBody(Map<CellKey, Object>, List<Pair<SortedSet<Comparable>, Boolean>>) -
Constructor for class mondrian.rolap.agg.SparseSegmentBody
-
- SparseSegmentCountThreshold -
Variable in class mondrian.olap.MondrianProperties
- Property that, with
MondrianProperties.SparseSegmentDensityThreshold, determines
whether to choose a sparse or dense representation when storing
collections of cell values in memory.
- SparseSegmentDataset - Class in mondrian.rolap.agg
- A
SparseSegmentDataset is a means of storing segment values
which is suitable when few of the combinations of keys have a value present. - SparseSegmentDataset() -
Constructor for class mondrian.rolap.agg.SparseSegmentDataset
- Creates an empty SparseSegmentDataset.
- SparseSegmentDataset(Map<CellKey, Object>) -
Constructor for class mondrian.rolap.agg.SparseSegmentDataset
- Creates a SparseSegmentDataset with a given value map.
- SparseSegmentDensityThreshold -
Variable in class mondrian.olap.MondrianProperties
- Property that, with
MondrianProperties.SparseSegmentCountThreshold,
determines whether to choose a sparse or dense representation when
storing collections of cell values in memory.
- SpatialValueTree<K,E,V> - Interface in mondrian.util
- A SpatialValueTree is a multidimensional index of values.
- SpatialValueTree.SpatialRegion<K,E> - Interface in mondrian.util
- Describes a spatial region within a
SpatialValueTree. - SpatialValueTree2 - Interface in mondrian.util
- Variation of Luc's SpatialValueTree.
- SpatialValueTree2.SpatialDimension - Interface in mondrian.util
-
- SpatialValueTree2.SpatialRegion - Interface in mondrian.util
-
- SpatialValueTree2.SpatialRegionRequest - Interface in mondrian.util
- A request for a region.
- specialFunctions -
Variable in class mondrian.olap.fun.CustomizedFunctionTable
-
- specialToken -
Variable in class mondrian.parser.Token
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- sql -
Variable in error mondrian.rolap.BatchTestCase.Bomb
-
- sql -
Variable in class mondrian.rolap.RolapNativeSql.FunCallSqlCompiler
-
- sql -
Variable in class mondrian.server.monitor.SqlStatementEvent
- SQL text of statement.
- SQL_LOGGER -
Static variable in class mondrian.rolap.RolapUtil
-
- SqlConstraint - Interface in mondrian.rolap.sql
- Restricts the members that are fetched by SqlMemberSource.
- SqlConstraintFactory - Class in mondrian.rolap
- Creates the right constraint for common tasks.
- SqlConstraintUtils - Class in mondrian.rolap
- Utility class used by implementations of
SqlConstraint,
used to generate constraints into SqlQuery. - SqlContextConstraint - Class in mondrian.rolap
- limits the result of a Member SQL query to the current evaluation context.
- SqlContextConstraint(RolapEvaluator, boolean) -
Constructor for class mondrian.rolap.SqlContextConstraint
- Creates a SqlContextConstraint.
- sqlExecutor -
Variable in class mondrian.rolap.agg.SegmentCacheManager
- Executor with which to execute SQL requests.
- sqlForEmptyTuple(DataSource, Collection<RolapCube>) -
Method in class mondrian.rolap.SqlTupleReader
-
- SqlMemberSource - Class in mondrian.rolap
- A
SqlMemberSource reads members from a SQL database. - SqlMemberSource(RolapHierarchy) -
Constructor for class mondrian.rolap.SqlMemberSource
-
- SqlMemberSource.NullValuePoolFactory - Class in mondrian.rolap
- Default
SqlMemberSource.ValuePoolFactory
implementation, used if
MondrianProperties.SqlMemberSourceValuePoolFactoryClass
is not set. - SqlMemberSource.NullValuePoolFactory() -
Constructor for class mondrian.rolap.SqlMemberSource.NullValuePoolFactory
-
- SqlMemberSource.ValuePoolFactory - Interface in mondrian.rolap
- Interface definition for the pluggable factory used to decide
which implementation of
Map to use to pool
reusable values. - SqlMemberSource.ValuePoolFactoryFactory - Class in mondrian.rolap
- Creates the ValuePoolFactory which is in turn used
to create property-value maps for member properties.
- SqlMemberSourceValuePoolFactoryClass -
Variable in class mondrian.olap.MondrianProperties
- Property that defines the name of the class used in SqlMemberSource
to pool common values.
- sqlNullLiteral -
Static variable in class mondrian.rolap.RolapUtil
-
- sqlNullValue -
Static variable in class mondrian.rolap.RolapUtil
- Special value represents a null key.
- SqlPattern - Class in mondrian.test
- Pattern for a SQL statement (or fragment thereof) expected to be produced
during the course of running a test.
- SqlPattern(Set<Dialect.DatabaseProduct>, String, int) -
Constructor for class mondrian.test.SqlPattern
- Creates a pattern which applies to a collection of dialects
and is triggered by the first N characters of the expected statement.
- SqlPattern(Dialect.DatabaseProduct, String, int) -
Constructor for class mondrian.test.SqlPattern
- Creates a pattern which applies to one or more dialects
and is triggered by the first N characters of the expected statement.
- SqlPattern(Dialect.DatabaseProduct, String, String) -
Constructor for class mondrian.test.SqlPattern
- Creates a pattern which applies to one or more dialects.
- SqlPattern(Set<Dialect.DatabaseProduct>, String, String) -
Constructor for class mondrian.test.SqlPattern
- Creates a pattern which applies a collection of dialects.
- SqlQuery - Class in mondrian.rolap.sql
SqlQuery allows us to build a select
statement and generate it in database-specific SQL syntax.- SqlQuery(Dialect, boolean) -
Constructor for class mondrian.rolap.sql.SqlQuery
- Base constructor used by all other constructors to create an empty
instance.
- SqlQuery(Dialect) -
Constructor for class mondrian.rolap.sql.SqlQuery
- Creates a SqlQuery using a given dialect and inheriting the formatting
preferences from
MondrianProperties.GenerateFormattedSql
property.
- SqlQuery.ClauseList - Class in mondrian.rolap.sql
-
- SqlQuery.ClauseList(boolean) -
Constructor for class mondrian.rolap.sql.SqlQuery.ClauseList
-
- SqlQuery.CodeSet - Class in mondrian.rolap.sql
- Collection of alternative code for alternative dialects.
- SqlQuery.CodeSet() -
Constructor for class mondrian.rolap.sql.SqlQuery.CodeSet
-
- SqlQuery.FromClauseList - Class in mondrian.rolap.sql
-
- SqlQuery.FromClauseList(boolean) -
Constructor for class mondrian.rolap.sql.SqlQuery.FromClauseList
-
- SqlQueryChecker - Interface in mondrian.rolap.sql
- Runs a SQL query.
- SqlQueryFailed -
Variable in class mondrian.resource.MondrianResource
SqlQueryFailed is 'Context ''{0}'': Sql query failed to run ''{1}''.'
- SqlQueryTest - Class in mondrian.rolap.sql
- Test for
SqlQuery. - SqlQueryTest() -
Constructor for class mondrian.rolap.sql.SqlQueryTest
-
- sqlSegmentMapFutures -
Variable in class mondrian.rolap.BatchLoader.LoadBatchResponse
- List of segments that are being loaded using SQL.
- SqlStatement - Class in mondrian.rolap
- SqlStatement contains a SQL statement and associated resources throughout
its lifetime.
- SqlStatement(DataSource, String, List<SqlStatement.Type>, int, int, Locus, int, int) -
Constructor for class mondrian.rolap.SqlStatement
- Creates a SqlStatement.
- SqlStatement.Accessor - Interface in mondrian.rolap
-
- SqlStatement.MyDelegatingInvocationHandler - Class in mondrian.rolap
- Reflectively implements the
ResultSet interface by routing method
calls to the result set inside a SqlStatement. - SqlStatement.MyDelegatingInvocationHandler(SqlStatement) -
Constructor for class mondrian.rolap.SqlStatement.MyDelegatingInvocationHandler
- Creates a MyDelegatingInvocationHandler.
- SqlStatement.StatementLocus - Class in mondrian.rolap
-
- SqlStatement.StatementLocus(Execution, String, String, SqlStatementEvent.Purpose, int) -
Constructor for class mondrian.rolap.SqlStatement.StatementLocus
-
- SqlStatement.Type - Enum in mondrian.rolap
- The approximate JDBC type of a column.
- sqlStatementCellRequestCount -
Variable in class mondrian.server.monitor.ServerInfo
- Total, over all SQL statements that are fetching cells into cache, of
the number of requested cells that will be satisfied by those SQL
statements.
- sqlStatementCurrentlyOpenCount() -
Method in class mondrian.server.monitor.ServerInfo
-
- sqlStatementEndCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- sqlStatementEndCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- sqlStatementEndCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- SqlStatementEndEvent - Class in mondrian.server.monitor
- Event created when Mondrian finishes executing an SQL statement.
- SqlStatementEndEvent(long, long, Locus, String, SqlStatementEvent.Purpose, long, boolean, Throwable) -
Constructor for class mondrian.server.monitor.SqlStatementEndEvent
- Creates a SqlStatementEndEvent.
- SqlStatementEvent - Class in mondrian.server.monitor
- Event concerning an SQL statement.
- SqlStatementEvent(long, long, Locus, String, SqlStatementEvent.Purpose) -
Constructor for class mondrian.server.monitor.SqlStatementEvent
- Creates a SqlStatementEvent.
- SqlStatementEvent.Purpose - Enum in mondrian.server.monitor
- Reason why Mondrian is executing this SQL statement.
- sqlStatementExecuteCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- sqlStatementExecuteCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- sqlStatementExecuteCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- SqlStatementExecuteEvent - Class in mondrian.server.monitor
- Event created just after Mondrian has executed a SQL statement.
- SqlStatementExecuteEvent(long, long, Locus, String, SqlStatementEvent.Purpose, long) -
Constructor for class mondrian.server.monitor.SqlStatementExecuteEvent
- Creates a SqlStatementExecuteEvent.
- sqlStatementExecuteNanos -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- sqlStatementExecuteNanos -
Variable in class mondrian.server.monitor.ServerInfo
- Cumulative time spent executing SQL statements.
- sqlStatementExecuteNanos -
Variable in class mondrian.server.monitor.StatementInfo
-
- sqlStatementId -
Variable in class mondrian.server.monitor.SqlStatementEvent
- Identifier of the statement.
- sqlStatementId -
Variable in class mondrian.server.monitor.SqlStatementInfo
-
- SqlStatementInfo - Class in mondrian.server.monitor
- Information about an SQL statement submitted by Mondrian to a back-end
database.
- SqlStatementInfo(long) -
Constructor for class mondrian.server.monitor.SqlStatementInfo
-
- sqlStatementRowFetchCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- sqlStatementRowFetchCount -
Variable in class mondrian.server.monitor.ServerInfo
- Cumulative number of rows fetched from SQL statements.
- sqlStatementRowFetchCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- sqlStatementStartCount -
Variable in class mondrian.server.monitor.ExecutionInfo
-
- sqlStatementStartCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- sqlStatementStartCount -
Variable in class mondrian.server.monitor.StatementInfo
-
- SqlStatementStartEvent - Class in mondrian.server.monitor
- Event created just before Mondrian starts to execute a SQL statement.
- SqlStatementStartEvent(long, long, Locus, String, SqlStatementEvent.Purpose, int) -
Constructor for class mondrian.server.monitor.SqlStatementStartEvent
- Creates a SqlStatementStartEvent.
- SqlStreamDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the SQLstream streaming
SQL system. - SqlStreamDialect(Connection) -
Constructor for class mondrian.spi.impl.SqlStreamDialect
- Creates a SqlStreamDialect.
- SqlTupleReader - Class in mondrian.rolap
- Reads the members of a single level (level.members) or of multiple levels
(crossjoin).
- SqlTupleReader(TupleConstraint) -
Constructor for class mondrian.rolap.SqlTupleReader
-
- SqlTupleReader.WhichSelect - Enum in mondrian.rolap
- Description of the position of a SELECT statement in a UNION.
- sqlWithAllGroupBy -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- sqlWithLevelGroupBy -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- sqlWithNoGroupBy -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- sqr(double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- sqrtPi(double) -
Static method in class mondrian.olap.fun.vba.Excel
-
- srcMembers -
Variable in class mondrian.rolap.TargetBase
-
- Ssas2005CompatibilityTest - Class in mondrian.test
- Unit tests that check compatibility with Microsoft SQL Server Analysis
Services 2005.
- Ssas2005CompatibilityTest(String) -
Constructor for class mondrian.test.Ssas2005CompatibilityTest
- Creates a Ssas2005CompatibilityTest.
- Ssas2005CompatibilityTest.NewBehaviorTest - Class in mondrian.test
- Subclass of
Ssas2005CompatibilityTest that runs
with MondrianProperties.SsasCompatibleNaming=true. - Ssas2005CompatibilityTest.NewBehaviorTest(String) -
Constructor for class mondrian.test.Ssas2005CompatibilityTest.NewBehaviorTest
- Creates a NewBehaviorTest.
- Ssas2005CompatibilityTest.OldBehaviorTest - Class in mondrian.test
- Subclass of
Ssas2005CompatibilityTest that runs
with MondrianProperties.SsasCompatibleNaming=false. - Ssas2005CompatibilityTest.OldBehaviorTest(String) -
Constructor for class mondrian.test.Ssas2005CompatibilityTest.OldBehaviorTest
- Creates an OldBehaviorTest.
- Ssas2005Compatible -
Static variable in class mondrian.util.Bug
- Whether Mondrian is 100% compatible with Microsoft Analysis Services
2005.
- SsasCompatibleNaming -
Variable in class mondrian.olap.MondrianProperties
- Property that defines
whether to enable new naming behavior.
- stablePartialSort(List<T>, Comparator<T>, int) -
Static method in class mondrian.olap.fun.FunUtil
- Stable partial sort of a list.
- stack -
Variable in class mondrian.olap.ValidatorImpl
-
- StandAlone - Class in mondrian.test
-
- StandAlone() -
Constructor for class mondrian.test.StandAlone
-
- star -
Variable in class mondrian.rolap.agg.Segment
-
- star -
Variable in class mondrian.rolap.aggmatcher.Recognizer
-
- StarColumnPredicate - Interface in mondrian.rolap
- Refinement of
StarPredicate which constrains precisely one column. - StarColumnPredicate.Overlap - Class in mondrian.rolap
- Returned by
StarColumnPredicate.intersect(mondrian.rolap.StarColumnPredicate),
describes whether two predicates overlap, and if so, the remaining
predicate. - StarColumnPredicate.Overlap(boolean, StarColumnPredicate, float) -
Constructor for class mondrian.rolap.StarColumnPredicate.Overlap
-
- StarPredicate - Interface in mondrian.rolap
- Condition which constrains a set of values of a single
RolapStar.Column or a set of columns. - StarPredicates - Class in mondrian.rolap.agg
- Utilities for
StarPredicates and
StarColumnPredicates. - StarPredicates() -
Constructor for class mondrian.rolap.agg.StarPredicates
-
- StarResolver -
Static variable in class mondrian.olap.fun.CrossJoinFunDef
-
- start(Execution) -
Method in class mondrian.olap4j.MondrianOlap4jStatement
-
- start() -
Method in class mondrian.server.Execution
- Marks the start of an Execution instance.
- start(Execution) -
Method in interface mondrian.server.Statement
- Starts an execution.
- start(Execution) -
Method in class mondrian.server.StatementImpl
-
- start_production() -
Method in class mondrian.olap.Parser
- Indicates start production.
- start_state() -
Method in class mondrian.olap.Parser
- Indicates start state.
- startDocument() -
Method in class mondrian.xmla.impl.DefaultSaxWriter
-
- startDocument() -
Method in class mondrian.xmla.impl.JsonSaxWriter
-
- startDocument() -
Method in interface mondrian.xmla.SaxWriter
-
- startElement(String) -
Method in class mondrian.xmla.impl.DefaultSaxWriter
-
- startElement(String, Object...) -
Method in class mondrian.xmla.impl.DefaultSaxWriter
-
- startElement(String) -
Method in class mondrian.xmla.impl.JsonSaxWriter
-
- startElement(String, Object...) -
Method in class mondrian.xmla.impl.JsonSaxWriter
-
- startElement(String) -
Method in interface mondrian.xmla.SaxWriter
-
- startElement(String, Object...) -
Method in interface mondrian.xmla.SaxWriter
-
- startSequence(String, String) -
Method in class mondrian.xmla.impl.DefaultSaxWriter
-
- startSequence(String, String) -
Method in class mondrian.xmla.impl.JsonSaxWriter
-
- startSequence(String, String) -
Method in interface mondrian.xmla.SaxWriter
- Informs the writer that a sequence of elements of the same name is
starting.
- startTest(Test) -
Method in class mondrian.test.MondrianResultPrinter
-
- state -
Variable in class mondrian.server.monitor.ExecutionEndEvent
-
- statement -
Variable in class mondrian.olap.Parser
-
- statement -
Variable in class mondrian.olap.ResultBase
-
- statement() -
Method in class mondrian.parser.MdxParserImpl
-
- statement -
Variable in class mondrian.rolap.RolapEvaluatorRoot
-
- statement -
Variable in class mondrian.server.Execution
-
- Statement - Interface in mondrian.server
- Internal context corresponding to a statement.
- statementCurrentlyExecutingCount() -
Method in class mondrian.server.monitor.ServerInfo
-
- statementCurrentlyOpenCount() -
Method in class mondrian.server.monitor.ServerInfo
-
- statementEndCount -
Variable in class mondrian.server.monitor.ConnectionInfo
-
- statementEndCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- StatementEndEvent - Class in mondrian.server.monitor
- Event created just after a statement has been created.
- StatementEndEvent(long, int, int, long) -
Constructor for class mondrian.server.monitor.StatementEndEvent
- Creates a StatementStartEvent.
- statementEof() -
Method in class mondrian.parser.MdxParserImpl
-
- StatementEvent - Class in mondrian.server.monitor
- Event concerning an MDX statement.
- StatementEvent(long, int, int, long) -
Constructor for class mondrian.server.monitor.StatementEvent
- Creates a StatementEvent.
- statementId -
Variable in class mondrian.server.monitor.ExecutionEvent
- Identifier of the statement.
- statementId -
Variable in class mondrian.server.monitor.StatementEvent
- Identifier of the statement.
- statementId -
Variable in class mondrian.server.monitor.StatementInfo
-
- StatementImpl - Class in mondrian.server
- Implementation of
Statement. - StatementImpl() -
Constructor for class mondrian.server.StatementImpl
- Creates a StatementImpl.
- StatementInfo - Class in mondrian.server.monitor
- Information about a statement executed by Mondrian.
- StatementInfo(long, int, int, int, long, long, long, long, int, int, int, long, long, int) -
Constructor for class mondrian.server.monitor.StatementInfo
-
- statementStartCount -
Variable in class mondrian.server.monitor.ConnectionInfo
-
- statementStartCount -
Variable in class mondrian.server.monitor.ServerInfo
-
- StatementStartEvent - Class in mondrian.server.monitor
- Event created just after a statement has been created.
- StatementStartEvent(long, int, int, long) -
Constructor for class mondrian.server.monitor.StatementStartEvent
- Creates a StatementStartEvent.
- STATIC_LEXER_ERROR -
Static variable in error mondrian.parser.TokenMgrError
- An attempt was made to create a second instance of a static token manager.
- staticFlag -
Static variable in class mondrian.parser.SimpleCharStream
- Whether parser is static.
- staticServer -
Variable in class mondrian.server.MondrianServerRegistry
- The one and only one server that does not have a repository.
- statistics(int, int, PrintWriter) -
Static method in class mondrian.util.PrimeFinder
- Tests correctness.
- std -
Variable in class mondrian.gui.ListRenderer
-
- StddevpResolver -
Static variable in class mondrian.olap.fun.StdevPFunDef
-
- StddevResolver -
Static variable in class mondrian.olap.fun.StdevFunDef
-
- stdev(Evaluator, TupleList, Calc, boolean) -
Static method in class mondrian.olap.fun.FunUtil
-
- StdevFunDef - Class in mondrian.olap.fun
- Definition of the
Stdev builtin MDX function, and its alias
Stddev. - StdevFunDef(FunDef) -
Constructor for class mondrian.olap.fun.StdevFunDef
-
- StdevPFunDef - Class in mondrian.olap.fun
- Definition of the
StdevP builtin MDX function, and its alias
StddevP. - StdevPFunDef(FunDef) -
Constructor for class mondrian.olap.fun.StdevPFunDef
-
- StdevpResolver -
Static variable in class mondrian.olap.fun.StdevPFunDef
-
- StdevResolver -
Static variable in class mondrian.olap.fun.StdevFunDef
-
- SteelWheelsPerformanceTest - Class in mondrian.test
- Those performance tests use the steel wheels schema
and are not meant to be run as part of the CI test suite.
- SteelWheelsPerformanceTest(String) -
Constructor for class mondrian.test.SteelWheelsPerformanceTest
-
- SteelWheelsSchemaTest - Class in mondrian.test
-
- SteelWheelsSchemaTest() -
Constructor for class mondrian.test.SteelWheelsSchemaTest
-
- SteelWheelsSchemaTest.Mondrian756SchemaProcessor - Class in mondrian.test
-
- SteelWheelsSchemaTest.Mondrian756SchemaProcessor() -
Constructor for class mondrian.test.SteelWheelsSchemaTest.Mondrian756SchemaProcessor
-
- SteelWheelsTestCase - Class in mondrian.test
- Unit test against Pentaho's Steel Wheels sample database.
- SteelWheelsTestCase(String) -
Constructor for class mondrian.test.SteelWheelsTestCase
- Creates a SteelwheelsTestCase.
- SteelWheelsTestCase() -
Constructor for class mondrian.test.SteelWheelsTestCase
- Creates a SteelwheelsTestCase.
- stopCellEditing() -
Method in class mondrian.gui.SchemaPropertyCellEditor
- Tells the editor to stop editing and accept any partially edited
value as the value of the editor.
- stopCellEditing() -
Method in class mondrian.gui.SchemaTreeCellEditor
-
- storeDatabaseMeta() -
Method in class mondrian.gui.Workbench
- save database meta
- storeDimensionLevelDependent -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- storeDimensionLevelIndependent -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- storeDimensionUniqueLevelDependentProp -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- storeDimensionUniqueLevelIndependentProp -
Static variable in class mondrian.rolap.sql.SelectNotInGroupByTest
-
- storedMeasure -
Variable in class mondrian.rolap.RolapNativeSql
-
- storeMembersCAAndOR(SchemaReader) -
Method in class mondrian.test.FoodMartTestCase
-
- storeMembersUsaAndCanada(boolean, SchemaReader, Cube) -
Method in class mondrian.test.FoodMartTestCase
-
- storesLowerCaseIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- storesMixedCaseIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- storesUpperCaseIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- storeWorkbenchProperties() -
Method in class mondrian.gui.Workbench
- save properties
- str(Object) -
Static method in class mondrian.olap.fun.vba.Vba
-
- str(String) -
Method in class mondrian.resource.MondrianResource._Def0
-
- str(String, String) -
Method in class mondrian.resource.MondrianResource._Def1
-
- str(Number, Number) -
Method in class mondrian.resource.MondrianResource._Def10
-
- str(Number) -
Method in class mondrian.resource.MondrianResource._Def11
-
- str() -
Method in class mondrian.resource.MondrianResource._Def12
-
- str(Number) -
Method in class mondrian.resource.MondrianResource._Def13
-
- str(String) -
Method in class mondrian.resource.MondrianResource._Def14
-
- str(String, Number) -
Method in class mondrian.resource.MondrianResource._Def15
-
- str(String, String, String) -
Method in class mondrian.resource.MondrianResource._Def16
-
- str(String, String, String, String) -
Method in class mondrian.resource.MondrianResource._Def17
-
- str(String, String, String, Number, String, String, String) -
Method in class mondrian.resource.MondrianResource._Def18
-
- str(String, String, Number) -
Method in class mondrian.resource.MondrianResource._Def19
-
- str(String) -
Method in class mondrian.resource.MondrianResource._Def2
-
- str(String, String, Number, String) -
Method in class mondrian.resource.MondrianResource._Def20
-
- str(String, String, String, String, String, String, String) -
Method in class mondrian.resource.MondrianResource._Def21
-
- str(String) -
Method in class mondrian.resource.MondrianResource._Def22
-
- str() -
Method in class mondrian.resource.MondrianResource._Def3
-
- str(String, String, String) -
Method in class mondrian.resource.MondrianResource._Def4
-
- str() -
Method in class mondrian.resource.MondrianResource._Def5
-
- str(Number, String) -
Method in class mondrian.resource.MondrianResource._Def6
-
- str(String, String, String, String) -
Method in class mondrian.resource.MondrianResource._Def7
-
- str(Number) -
Method in class mondrian.resource.MondrianResource._Def8
-
- str(String, String) -
Method in class mondrian.resource.MondrianResource._Def9
-
- strComp(String, String) -
Static method in class mondrian.olap.fun.vba.Vba
-
- strComp(String, String, int) -
Static method in class mondrian.olap.fun.vba.Vba
-
- stream2Element(InputStream) -
Static method in class mondrian.xmla.XmlaUtil
-
- strictValidation -
Variable in class mondrian.olap.Parser
-
- String -
Static variable in class mondrian.olap.Category
String is a string expression.
- string(int, char) -
Static method in class mondrian.olap.fun.vba.Vba
-
- STRING -
Static variable in interface mondrian.olap.ParserSym
-
- STRING_INSTANCE -
Static variable in class mondrian.olap.fun.IifFunDef
-
- StringCalc - Interface in mondrian.calc
- Compiled expression whose result is a
String. - stringEditor -
Variable in class mondrian.gui.SchemaPropertyCellEditor
-
- StringList - Class in mondrian.rolap
StringList makes it easy to build up a comma-separated string.- StringList(String, String) -
Constructor for class mondrian.rolap.StringList
-
- StringList(String) -
Constructor for class mondrian.rolap.StringList
-
- stringRenderer -
Variable in class mondrian.gui.SchemaPropertyCellRenderer
-
- StringRepositoryContentFinder - Class in mondrian.server
- Implementation of
RepositoryContentFinder that always
returns a constant string. - StringRepositoryContentFinder(String) -
Constructor for class mondrian.server.StringRepositoryContentFinder
-
- StringResolver -
Static variable in class mondrian.olap.fun.GenerateFunDef
-
- stringResolver -
Static variable in class mondrian.olap.fun.SetItemFunDef
-
- StringScanner - Class in mondrian.olap
- Lexical analyzer whose input is a string.
- StringScanner(String, boolean) -
Constructor for class mondrian.olap.StringScanner
-
- stringSubsetOrdering -
Static variable in class mondrian.util.PartiallyOrderedSetTest
-
- StringType - Class in mondrian.olap.type
- The type of a string expression.
- StringType() -
Constructor for class mondrian.olap.type.StringType
- Creates a string type.
- strip(RolapMember) -
Static method in class mondrian.rolap.RolapUtil
-
- stripSetType(Type) -
Static method in class mondrian.olap.type.TypeUtil
- Given a set type, returns the element type.
- stripWhitespace(Element) -
Static method in class mondrian.test.comp.XmlUtility
-
- strReverse(String) -
Static method in class mondrian.olap.fun.vba.Vba
-
- StrToMemberFunDef - Class in mondrian.olap.fun
- Definition of the
StrToMember MDX function. - StrToSetFunDef - Class in mondrian.olap.fun
- Definition of the
StrToSet MDX builtin function. - StrToTupleFunDef - Class in mondrian.olap.fun
- Definition of the
StrToTuple MDX function. - sub(Format.FDBigInt) -
Method in class mondrian.util.Format.FDBigInt
- Subtract one FDBigInt from another.
- subList(int, int) -
Method in class mondrian.calc.impl.AbstractEndToEndTupleList
-
- subList(int, int) -
Method in class mondrian.calc.impl.AbstractTupleList
-
- subList(int, int) -
Method in class mondrian.calc.impl.DelegatingTupleList
-
- subList(int, int) -
Method in class mondrian.calc.impl.UnaryTupleList
-
- subList(int, int) -
Method in interface mondrian.calc.TupleList
-
- subList(int, int) -
Method in class mondrian.olap.Util.AbstractFlatList
-
- subList(int, int) -
Method in class mondrian.util.TraversalList
-
- subList(int, int) -
Method in class mondrian.util.UnsupportedList
-
- submit(XmlaOlap4jServerInfos, String) -
Method in class mondrian.olap4j.MondrianInprocProxy
-
- subName -
Variable in class mondrian.olap.HierarchyBase
name and subName are the name of the
hierarchy, respectively containing and not containing dimension
name.
- subRangeForValue(Member, int) -
Method in class mondrian.olap.fun.NativizeSetFunDef.Range
-
- subRangeForValue(Level, int) -
Method in class mondrian.olap.fun.NativizeSetFunDef.Range
-
- subRanges(int) -
Method in class mondrian.olap.fun.NativizeSetFunDef.Range
-
- subRangeStartingAt(int, int) -
Method in class mondrian.olap.fun.NativizeSetFunDef.Range
-
- subSet(E, E) -
Method in class mondrian.util.ArraySortedSet
-
- SubsetFunDef - Class in mondrian.olap.fun
- Definition of the
Subset MDX function. - SubsetFunDef(FunDef) -
Constructor for class mondrian.olap.fun.SubsetFunDef
-
- substitute(Member) -
Method in class mondrian.olap.DelegatingSchemaReader
-
- substitute(String, String) -
Static method in class mondrian.olap.fun.VisualTotalsFunDef
- Substitutes a name into a pattern.
Asterisks are replaced with the name,
double-asterisks are replaced with a single asterisk.
- substitute(Member) -
Method in interface mondrian.olap.SchemaReader
- Substitutes a member with an equivalent member which enforces the
access control policy of this SchemaReader.
- substitute(RolapMember) -
Method in class mondrian.rolap.CacheMemberReader
-
- substitute(RolapMember) -
Method in class mondrian.rolap.DelegatingMemberReader
-
- substitute(RolapMember) -
Method in interface mondrian.rolap.MemberReader
- Substitutes a given member.
- substitute(RolapMember) -
Method in class mondrian.rolap.NoCacheMemberReader
-
- substitute(Member) -
Method in class mondrian.rolap.RolapSchemaReader
-
- substitute(RolapMember) -
Method in class mondrian.rolap.SmartMemberReader
-
- substitute(RolapMember) -
Method in class mondrian.rolap.SqlMemberSource
-
- SubstitutingMemberReader - Class in mondrian.rolap
- Implementation of
MemberReader which replaces given members
with a substitute. - SubstitutingMemberReader(MemberReader) -
Constructor for class mondrian.rolap.SubstitutingMemberReader
- Creates a SubstitutingMemberReader.
- SubTotalTest - Class in mondrian.test.clearview
SubTotalTest is a test suite which tests scenarios of
using sub totals against the FoodMart database.- SubTotalTest() -
Constructor for class mondrian.test.clearview.SubTotalTest
-
- SubTotalTest(String) -
Constructor for class mondrian.test.clearview.SubTotalTest
-
- success(T) -
Static method in class mondrian.util.CompletedFuture
- Creates a completed future indicating success.
- SUCCESS_EXIT -
Static variable in class mondrian.test.MondrianTestRunner
-
- suite() -
Static method in class mondrian.test.clearview.BatchedFillTest
-
- suite() -
Static method in class mondrian.test.clearview.CVBasicTest
-
- suite() -
Static method in class mondrian.test.clearview.GrandTotalTest
-
- suite() -
Static method in class mondrian.test.clearview.HangerDimensionTest
-
- suite() -
Static method in class mondrian.test.clearview.MemHungryTest
-
- suite() -
Static method in class mondrian.test.clearview.MetricFilterTest
-
- suite() -
Static method in class mondrian.test.clearview.MiscTest
-
- suite() -
Static method in class mondrian.test.clearview.MultiDimTest
-
- suite() -
Static method in class mondrian.test.clearview.MultiDimVCTest
-
- suite() -
Static method in class mondrian.test.clearview.MultiLevelTest
-
- suite() -
Static method in class mondrian.test.clearview.MultiLevelVCTest
-
- suite() -
Static method in class mondrian.test.clearview.OrderTest
-
- suite() -
Static method in class mondrian.test.clearview.PartialCacheTest
-
- suite() -
Static method in class mondrian.test.clearview.PartialCacheVCTest
-
- suite() -
Static method in class mondrian.test.clearview.PredicateFilterTest
-
- suite() -
Static method in class mondrian.test.clearview.QueryAllTest
-
- suite() -
Static method in class mondrian.test.clearview.QueryAllVCTest
-
- suite() -
Static method in class mondrian.test.clearview.SubTotalTest
-
- suite() -
Static method in class mondrian.test.clearview.SummaryMetricPercentTest
-
- suite() -
Static method in class mondrian.test.clearview.SummaryTest
-
- suite() -
Static method in class mondrian.test.clearview.TopBottomTest
-
- suite() -
Static method in class mondrian.test.comp.ResultComparatorTest
-
- suite() -
Static method in class mondrian.test.Main
- Creates a TestSuite to test the whole of mondrian.
- suite() -
Static method in class mondrian.test.Olap4jTckTest
-
- suite() -
Static method in class mondrian.xmla.test.XmlaTest
-
- sum(Evaluator, TupleList, Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- Sum -
Static variable in class mondrian.rolap.RolapAggregator
-
- sumDouble(Evaluator, TupleList, Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- sumDouble(Evaluator, TupleIterable, Calc) -
Static method in class mondrian.olap.fun.FunUtil
-
- SumFunDef - Class in mondrian.olap.fun
- Definition of the
Sum MDX function. - SumFunDef(FunDef) -
Constructor for class mondrian.olap.fun.SumFunDef
-
- summaryBatches -
Variable in class mondrian.rolap.BatchLoader.CompositeBatch
- Batches whose data can be fetched using rollup on detailed batch
- SummaryMetricPercentTest - Class in mondrian.test.clearview
SummaryMetricPercentTest is a test suite which tests scenarios
of computing sums and percentages against the FoodMart database.- SummaryMetricPercentTest() -
Constructor for class mondrian.test.clearview.SummaryMetricPercentTest
-
- SummaryMetricPercentTest(String) -
Constructor for class mondrian.test.clearview.SummaryMetricPercentTest
-
- SummaryTest - Class in mondrian.test.clearview
SummaryTest is a test suite which tests scenarios of
summing unit sales against the FoodMart database.- SummaryTest() -
Constructor for class mondrian.test.clearview.SummaryTest
-
- SummaryTest(String) -
Constructor for class mondrian.test.clearview.SummaryTest
-
- superSetMatch(BitKey) -
Method in class mondrian.rolap.aggmatcher.AggStar
- Is this AggStar's BitKey a super set (proper or not) of the BitKey
parameter.
- supportedBuiltinFunctions -
Variable in class mondrian.olap.fun.CustomizedFunctionTable
-
- supportsAlterTableWithAddColumn() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsAlterTableWithDropColumn() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsANSI92FullSQL() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsANSI92IntermediateSQL() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsBatchUpdates() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCatalogsInDataManipulation() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsColumnAliasing() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsConvert() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsConvert(int, int) -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCoreSQLGrammar() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsCorrelatedSubqueries() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsExpressionsInOrderBy() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsExtendedSQLGrammar() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsFastAggregates(Dialect.Datatype) -
Method in interface mondrian.olap.Aggregator
- Tells Mondrian if this aggregator can perform fast aggregation
using only the raw data of a given object type.
- supportsFastAggregates(Dialect.Datatype) -
Method in class mondrian.rolap.RolapAggregator
- By default, fast rollup is not supported for all classes.
- supportsFullOuterJoins() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsGetGeneratedKeys() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsGroupBy() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsGroupByBeyondSelect() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsGroupByExpressions() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect supports expressions in the GROUP BY
clause.
- supportsGroupByExpressions() -
Method in class mondrian.spi.impl.DerbyDialect
-
- supportsGroupByExpressions() -
Method in class mondrian.spi.impl.InfobrightDialect
-
- supportsGroupByExpressions() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- supportsGroupByExpressions() -
Method in class mondrian.spi.impl.NeoviewDialect
-
- supportsGroupByUnrelated() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsGroupingSets() -
Method in class mondrian.rolap.FastBatchingCellReaderTest.MyDelegatingInvocationHandler
- Handler for
Dialect.supportsGroupingSets().
- supportsGroupingSets() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect allows the GROUPING SETS construct in
the GROUP BY clause.
- supportsGroupingSets() -
Method in class mondrian.spi.impl.Db2Dialect
-
- supportsGroupingSets() -
Method in class mondrian.spi.impl.GreenplumDialect
-
- supportsGroupingSets() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- supportsGroupingSets() -
Method in class mondrian.spi.impl.OracleDialect
-
- supportsGroupingSets() -
Method in class mondrian.spi.impl.TeradataDialect
-
- supportsIntegrityEnhancementFacility() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsLikeEscapeClause() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsLimitedOuterJoins() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMinimumSQLGrammar() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMixedCaseIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMultipleOpenResults() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMultipleResultSets() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMultipleTransactions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsMultiValueInExpr() -
Method in interface mondrian.spi.Dialect
- Returns true if this dialect supports multi-value IN expressions.
- supportsMultiValueInExpr() -
Method in class mondrian.spi.impl.InfobrightDialect
-
- supportsMultiValueInExpr() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- supportsMultiValueInExpr() -
Method in class mondrian.spi.impl.LucidDbDialect
-
- supportsMultiValueInExpr() -
Method in class mondrian.spi.impl.MySqlDialect
-
- supportsNamedParameters() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsNonNullableColumns() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsOrderByUnrelated() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsOuterJoins() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsPositionedDelete() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsPositionedUpdate() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect supports the given concurrency type
in combination with the given result set type.
- supportsResultSetConcurrency(int, int) -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- supportsResultSetConcurrency(int, int) -
Method in class mondrian.spi.impl.VectorwiseDialect
-
- supportsResultSetConcurrency(int, int) -
Method in class mondrian.spi.impl.VerticaDialect
-
- supportsResultSetHoldability(int) -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsResultSetType(int) -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsRichIndex() -
Method in class mondrian.rolap.agg.MockSegmentCache
-
- supportsRichIndex() -
Method in class mondrian.rolap.agg.SegmentCacheWorker
-
- supportsRichIndex() -
Method in class mondrian.rolap.cache.MemorySegmentCache
-
- supportsRichIndex() -
Method in interface mondrian.spi.SegmentCache
- Tells Mondrian whether this segment cache uses the
SegmentHeader
objects as an index, thus preserving them in a serialized state, or if
it uses its identification number only.
- supportsSavepoints() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSchemasInDataManipulation() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSchemasInProcedureCalls() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSchemasInTableDefinitions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSelectForUpdate() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsStatementPooling() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() -
Method in class mondrian.olap4j.FactoryJdbc4Plus.AbstractDatabaseMetaData
-
- supportsStoredProcedures() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSubqueriesInComparisons() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSubqueriesInExists() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSubqueriesInIns() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsTableCorrelationNames() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsTransactionIsolationLevel(int) -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsTransactions() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsUnion() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsUnionAll() -
Method in class mondrian.olap4j.MondrianOlap4jDatabaseMetaData
-
- supportsUnlimitedValueList() -
Method in interface mondrian.spi.Dialect
- Returns whether this Dialect places no limit on the number
of rows which can appear as elements of an IN or VALUES
expression.
- supportsUnlimitedValueList() -
Method in class mondrian.spi.impl.JdbcDialectImpl
-
- supportsUnlimitedValueList() -
Method in class mondrian.spi.impl.LucidDbDialect
-
- supportsValidation() -
Static method in class mondrian.tui.XmlUtil
- Returns whether the XML parser supports validation.
- suspendEncoding() -
Method in class mondrian.util.Base64.OutputStream
- Suspends encoding of the stream.
- swapAxes() -
Method in class mondrian.olap.Query
- Swaps the x- and y- axes.
- SwitchTo(int) -
Method in class mondrian.parser.MdxParserImplTokenManager
- Switch to specified lex state.
- SybaseDialect - Class in mondrian.spi.impl
- Implementation of
Dialect for the Sybase database. - SybaseDialect(Connection) -
Constructor for class mondrian.spi.impl.SybaseDialect
- Creates a SybaseDialect.
- sYD(double, double, double, double) -
Static method in class mondrian.olap.fun.vba.Vba
-
- Symbol -
Static variable in class mondrian.olap.Category
Symbol is a symbol, for example the BASC
keyword to the Order() function.
- SymbolType - Class in mondrian.olap.type
- The type of a symbolic expression.
- SymbolType() -
Constructor for class mondrian.olap.type.SymbolType
- Creates a symbol type.
- Syntax - Enum in mondrian.olap
- Enumerated values describing the syntax of an expression.
- syntax_error(Symbol) -
Method in class mondrian.olap.Parser
-
HighCardSqlTupleReader that
keeps track of target levels and constraints for adding to SQL query.HighCardSqlTupleReader and
SqlTupleReader.Dialect for the Teradata database.XmlaUtil.chooseResponseMimeType(String).
TestAggregationManager.testAggMembers(), but asks for children of a leaf level.
<Member>.Children expression.
FastBatchingCellReaderTest.testAggregateDistinctCount(), but (a) calc member includes
members from different levels and (b) also display [unit sales].
FastBatchingCellReaderTest.testAggregateDistinctCount2(), but with two calc members
simultaneously.
AggregationManager.Dialect.supportsGroupingSets()
dialect property is accurate.
Dialect.allowsSelectNotInGroupBy().
BitKey.andNot(BitKey) operation.
Util.appendArrays(Object[], Object[][]).
ArraySortedSet.
ArrayStack.
Error.
BasicQueryTest.testBasketAnalysis(), because this
test has been known to fail when run standalone.
Util.binarySearch(T[], int, int, T).
[Measures].[Sales Count])
occurs only within a format expression, bug
MONDRIAN-14.
ClassCastException; bug
MONDRIAN-36.
ArrayIndexOutOfBoundsException;
MONDRIAN-46.
PerformanceTest.testBugMondrian550() but with tuples on the rows axis.
ByteString.
UdfTest.testCellFormatter(), but using new-style nested
CellFormatter element.
UdfTest.testCellFormatterNested(), but using a script.
CombiningGenerator.
Composite.of(Iterable[]).
TestContext is a singleton class which contains the information
necessary to run mondrian tests (otherwise we'd have to pass this
information into the constructor of TestCases).MondrianProperties.TestHighCardinalityDimensionList property.Util.convertOlap4jConnectStringToNativeMondrian(java.lang.String).
CacheControl.
CacheControl.createCrossjoinRegion(mondrian.olap.CacheControl.CellRegion...).
CrossJoin({[member from left hierarchy]}, [member to
expand].Children)
[Measures].[Unit Sales] / ([Measures].[Unit Sales], [Product].[All
Products])
depends on the current member of the Product dimension, although
[Product].[All Products] is referenced from the expression.
FunTable.getFunInfoList(), but more
importantly, generates an HTML table of all implemented functions into
a file called "functions.html".
NonEmptyTest.testCjEnumCalcMembersBug() test.
CacheControl.filter(mondrian.olap.Level, mondrian.olap.CacheControl.MemberSet) method.
OutOfMemoryError when the
BatchingCellReader did not know the values for the tuples that
were used in filters.
Cell.getContextMember(mondrian.olap.Hierarchy)
method.
SchemaReader.getCubeDimensions(mondrian.olap.Cube)
and SchemaReader.getDimensionHierarchies(mondrian.olap.Dimension)
methods.
BasicQueryTest.testQueryIterationLimit(), but this
time, check that the OlapException has the required SQLstate.
LockBox.
LockBox can "forget"
entries whose key has been forgotten.
Property.TypeFlag.CELL.
Property.TypeFlag.MEMBER.
Member for testing.UdfTest.testMemberFormatter(), but using new-style nested
memberFormatter element.
UdfTest.testMemberFormatterNested(), but using a script.
FunDefBase.getResultType(mondrian.olap.Validator, mondrian.olap.Exp[]), which simply
guesses based on the type of the first argument.
Util.parseLocale(String) method.
UdfTest.testPropertyFormatter(), but using new-style nested
PropertyFormatter element.
UdfTest.testPropertyFormatterNested(), but using a script.
Rank(member, set) MDX function.
ServiceDiscovery.
<Set>.Item(<Integer>).
<Set>.Item(<String> [,...]).
[Promotion Media].[Daily Paper], but
filter expression is in terms of [Promotion Media].[Radio].
BitKey.toBitSet() method.
Triple.
ValidMeasure function.
<name>data</name>.
TimeArgNeeded is 'Argument to function ''{0}'' must belong to Time hierarchy.'
TimeLevelInNonTimeHierarchy is 'Level ''{0}'' does not belong to a time hierarchy, so its level-type must be ''Standard''.'
TimeSchedule generates a series of times within a day.BitSet with the same contents as this BitKey.
SqlQuery.CodeSet object.
SqlQuery.CodeSet object.
ToggleDrillState MDX function.ToggleDrillStateRecursiveNotSupported is '''RECURSIVE'' is not supported in ToggleDrillState.'
Properties object to a string-to-string Map.
TooManyFactCountColumns is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' has ''{2,number}'' fact count columns.'
TooManyMatchingForeignKeyColumns is 'Candidate aggregate table ''{0}'' for fact table ''{1}'' had ''{2,number}'' columns matching foreign key ''{3}'''
TooManyMessageRecorderErrors is 'Context ''{0}'': Exceeded number of allowed errors ''{1,number}'''
TopCount and BottomCount
MDX builtin functions.TopPercent, BottomPercent,
TopSum and BottomSum MDX builtin functions.TopBottomTest is a test suite which tests scenarios of
selecting top and bottom records against the FoodMart database.Result to text in traditional format.
CellSet to text in traditional format.
Result object to a string
TotalMembersLimitExceeded is 'Total number of Members in result ({0,number}) exceeded limit ({1,number})'
TransformTag renders the result of a ResultCache
object.List for transposing an array of
lists.javax.swing.tree.TreeModel.javax.swing.tree.TreePath.Tuple is a tuple expression.
TupleReader.TupleCursor over this list.
TupleList.TupleFunDef implements the '(...)' operator which builds
tuples, as in ([Time].CurrentMember,
[Stores].[USA].[California]).<Tuple>.Item MDX function.Iterable that returns a TupleIterator.Iterator that returns tuples.TupleList and common implementations.SqlTupleReader.TupleToStr MDX function.TwoNullsNotSupported is 'Function does not support two NULL member parameters'
Type value to a Category ordinal.
UdfClassMustBePublicAndStatic is 'Failed to load user-defined function ''{0}'': class ''{1}'' must be public and static'
UdfClassNotFound is 'Failed to load user-defined function ''{0}'': class ''{1}'' not found'
UdfClassWrongIface is 'Failed to load user-defined function ''{0}'': class ''{1}'' does not implement the required interface ''{2}'''
UdfDuplicateName is 'Duplicate user-defined function ''{0}'''
UdfResolver.UdfFactory that instantiates a given class
using a public default constructor.UserDefinedFunction.user-defined functions.TupleList where the tuples are unary (each tuple
consists of just one Member).TestContext.fold(java.lang.String); converts platform-specific line
endings in a string info linefeeds.
Union MDX function.Iterable collections.Role which combines the privileges of several
roles and has the superset of their privileges.Unknown is an expression whose type is as yet unknown.
UnknownAggregator is 'Unknown aggregator ''{0}''; valid aggregators are: {1}'
UnknownFactTableColumn is 'Context ''{0}'': For Fact table ''{1}'', the column ''{2}'' is neither a measure or foreign key".'
UnknownHierarchyName is 'Context ''{0}'': The Hierarchy ''{1}'' does not exist"'
UnknownLeftJoinCondition is 'Context ''{0}'': Failed to find left join condition in fact table ''{1}'' for foreign key ''{2}''.'
UnknownLevelName is 'Context ''{0}'': The Hierarchy Level ''{1}'' does not have a Level named ''{2}'''
UnknownMeasureName is 'Context ''{0}'': Measures does not have a measure named ''{1}'''
UnknownNamedSetHasBadFormula is 'Named set in cube ''{0}'' has bad formula'
UnknownParameter is 'Unknown parameter ''{0}'''
UnknownRole is 'Unknown role ''{0}'''
Unorder MDX function.Syntax.Function syntax.
List where all methods throw
an UnsupportedOperationException exception except for the
isEmpty method.MondrianOlap4jMetadataElement.unwrap(Class) and MondrianOlap4jMetadataElement.isWrapperFor(Class).
Listener.
RepositoryContentFinder that reads
from a URL.UserDefinedFunction SPI based on
a script.
DimensionType([Gender]) uses only the
[Gender] dimension.
TupleType(MemberType([Gender]), MemberType([Store]))
uses [Gender] and [Store]
dimensions.
The definitely parameter comes into play when the
dimensional information is incomplete.
HierarchyType([Customer].[Gender]) uses only the
[Customer].[Gender] hierarchy.
TupleType(MemberType([Customer].[Gender]),
MemberType([Store].[Store]))
uses [Gender] and [Store]
dimensions.
The definitely parameter comes into play when the
dimensional information is incomplete.
here.
PropertyList is an order-preserving list of key-value
pairs.Comparator implementation which can deal
correctly with RolapUtil.sqlNullValue.UtilCompatible which runs in
JDK 1.4.UtilCompatible which runs in
JDK 1.5.UtilCompatible that runs in
JDK 1.6.Util and, sometimes, classes in
the mondrian.util package.XmlaSupport.validateEmbeddedSchema(org.w3c.dom.Document, String, String).
MondrianGuiDef.Validator.ValidMeasure MDX function.ValValue is any expression yielding a string or numeric value.
path to newValue.
ValueFunDef is a pseudo-function to evaluate a member or
a tuple.Var MDX builtin function
(and its synonym Variance).VarP MDX builtin function
(and its synonym VarianceP).Dialect for the Vertica database.Dialect for the Vertica database.VisualTotalsAppliedToTuples is 'Argument to ''VisualTotals'' function must be a set of members; got set of tuples.'
VisualTotals MDX function.VisualTotals function.VisualTotalsTest tests the internal functions defined in
VisualTotalsFunDef.Walkable can be tree-walked by
Walker.WeeklyDateSchedule fires every week.WhileParsingMdx is 'Error while parsing MDX statement ''{0}'''
WhileParsingMdxExpression is 'Syntax error in MDX expression ''{0}'''
StarPredicate.evaluate(java.util.List).
TestContext similar to this one, but which uses a given
connection.
TestContext.assertExprReturns(String, String).
TestContext similar to this one, but which uses a fresh
connection.
TestContext.getOlap4jConnection() method always
returns the same connection object, and which has an active
Scenario, thus enabling writeback.
JdbcValidator for Workbench.Messages for Workbench.TreeModel for Workbench.TreeModelPath for Workbench.Base64.OutputStream.write(int) repeatedly until len
bytes are written.
XmlaHandler responds to XML for Analysis (XML/A) requests.XmlaHandler.
XmlaServlet.handleSoapHeader(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map) and XmlaServlet.handleSoapBody(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map) .mondrian.xmla).Ytd, Qtd, Mtd,
and Wtd MDX builtin functions.MondrianGuiDef.CubeGrant.access.
MondrianGuiDef.DimensionGrant.access.
MondrianGuiDef.HierarchyGrant.access.
MondrianGuiDef.MemberGrant.access.
MondrianGuiDef.SchemaGrant.access.
MondrianDef.CubeGrant.access.
MondrianDef.DimensionGrant.access.
MondrianDef.HierarchyGrant.access.
MondrianDef.MemberGrant.access.
MondrianDef.SchemaGrant.access.
MondrianGuiDef.Measure.aggregator.
DefaultDef.CaseMatcher.charcase.
MondrianGuiDef.Measure.datatype.
MondrianDef.Measure.datatype.
MondrianGuiDef.SQL.dialect.
MondrianGuiDef.Level.hideMemberIf.
MondrianDef.Level.hideMemberIf.
MondrianGuiDef.Level.internalType.
MondrianDef.Level.internalType.
MondrianGuiDef.Level.levelType.
MondrianDef.Level.levelType.
reduce_goto table.
FunctionTest.testRankHuge(), but for the 3-argument form of the
RANK function.
MondrianGuiDef.ColumnDef.type.
MondrianGuiDef.Dimension.type.
MondrianGuiDef.Level.type.
MondrianGuiDef.Parameter.type.
MondrianGuiDef.Property.type.
MondrianDef.ColumnDef.type.
MondrianDef.Dimension.type.
MondrianDef.Level.type.
MondrianDef.Parameter.type.
MondrianDef.Property.type.
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||