|
|||||||||
| 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.
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.
AddCalculatedMembers MDX function.[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
-
- 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
-
- 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
-
- 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
-
- 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.Segment
-
- 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
-
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.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.CacheControlImpl.MemberCellRegion.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
-
- CachePool - Class in mondrian.rolap.cache
- A
CachePool manages the objects in a collection of
caches. - cacheSegmentData(List<GroupingSet>, List<StarPredicate>, SortedSet<Comparable<?>>[], boolean[]) -
Method in class mondrian.rolap.agg.SegmentLoader
- Caches segments to the external
SegmentCache, if
configured.
- 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}'''
- 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
-
- 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(FastBatchingCellReader.Batch) -
Method in class mondrian.rolap.FastBatchingCellReader.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
-
- cancel() -
Method in interface mondrian.server.Statement
- Issues a cancel request on this statement.
- cancel() -
Method in class mondrian.server.StatementImpl
-
- cancelCellEditing() -
Method in class mondrian.gui.SchemaPropertyCellEditor
- Tells the editor to cancel editing and not accept any partially
edited value.
- cancelRowUpdates() -
Method in class mondrian.olap4j.EmptyResultSet
-
- cancelRowUpdates() -
Method in class mondrian.olap4j.MondrianOlap4jCellSet
-
- 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
-
- 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_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
-
- 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.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.
- 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
-
- checkAggregateModifications() -
Method in class mondrian.rolap.RolapCube
- Check if there are modifications in the aggregations cache
- checkAggregateModifications() -
Method in class mondrian.rolap.RolapSchema
- Checks whether there are modifications in the aggregations cache.
- checkAggregateModifications() -
Method in class mondrian.rolap.RolapStar
- Checks whether an aggregation has changed since the last the time
loaded.
- 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
-
- checkCancelOrTimeout() -
Method in interface mondrian.server.Statement
- Checks if either a cancel request has been issued on the query or
the execution time has exceeded the timeout value (if one has been
set).
- 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
-
- checksumSha256(String) -
Static method in class mondrian.olap.Util
- Parses a string and returns a SHA-256 checksum of it.
- 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
-
- cleanStatements() -
Method in class mondrian.server.Execution
- Called when the execution needs to clean all of its resources
for whatever reasons, typically when an exception has occurred
or the execution has ended.
- 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(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
- Set the agg star list to empty.
- 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.
- clearConnection() -
Method in class mondrian.test.TestContext
-
- 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.
- clearServlet() -
Method in class mondrian.xmla.XmlaBaseTestCase
-
- 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(SegmentHeader.ConstrainedColumn[]) -
Method in class mondrian.rolap.agg.SegmentHeader
- Creates a clone of this header by replacing some of the
constrained columns in the process.
- 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. Call
Query.getStatement().close(). 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
-
- 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.
- 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.rolap.agg.SegmentHeader.ConstrainedColumn
-
- 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.BatchTestCase.CellRequestConstraint
-
- columns -
Variable in class mondrian.rolap.FastBatchingCellReader.Batch
-
- 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
-
- 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(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(Pair<L, R>) -
Method in class mondrian.util.Pair
-
- 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.
Uses the current ResultStyle to compile the 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.
Uses a new ResultStyle to compile the expression.
- 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
-
- component -
Variable in class mondrian.server.Locus
-
- Composite - Class in mondrian.util
- Composite collections.
- Composite() -
Constructor for class mondrian.util.Composite
-
- 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
-
- 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() -
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
-
- connectionFactory -
Variable in class mondrian.xmla.XmlaHandler
-
- 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.
- constrainedColumn -
Variable in class mondrian.rolap.agg.AbstractColumnPredicate
-
- 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(Object) -
Method in class mondrian.rolap.agg.Aggregation.Axis
- Returns whether this axis contains a given key, or would contain it
if it existed.
- contains(SegmentHeader) -
Method in class mondrian.rolap.agg.MockSegmentCache
-
- contains(SegmentHeader) -
Static method in class mondrian.rolap.agg.SegmentCacheWorker
- Returns whether there is a cached segment body available
for a given segment header.
- 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(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.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.
- 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.
- 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.
- 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.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.
- 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
-
- CountingAggregationManager - Class in mondrian.rolap.agg
- This class adds to
AggregationManager counters for
aggregation cache hit and miss. - CountingAggregationManager() -
Constructor for class mondrian.rolap.agg.CountingAggregationManager
-
- 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
-
- createBatch(FastBatchingCellReader, String[], String[], String[][], String, String) -
Method in class mondrian.rolap.BatchTestCase
-
- createBatch(FastBatchingCellReader, String[], String[], String[][], String, String, BatchTestCase.CellRequestConstraint) -
Method in class mondrian.rolap.BatchTestCase
-
- 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.
- 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(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
-
- createDummyStatement() -
Method in class mondrian.olap.ConnectionBase
-
- 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(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.
- createFactory() -
Method in class mondrian.olap4j.MondrianOlap4jDriver
-
- 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
-
- 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
-
- 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(SortedSet<Comparable<?>>[], boolean[]) -
Method in class mondrian.rolap.agg.DenseDoubleSegmentDataset
-
- createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) -
Method in class mondrian.rolap.agg.DenseIntSegmentDataset
-
- createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) -
Method in class mondrian.rolap.agg.DenseObjectSegmentDataset
-
- createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) -
Method in interface mondrian.rolap.agg.SegmentDataset
- Must return an immutable, final and serializable implementation
of a SegmentBody in order to cache this dataset.
- createSegmentBody(SortedSet<Comparable<?>>[], boolean[]) -
Method in class mondrian.rolap.agg.SparseSegmentDataset
-
- createSegmentDataset(Segment) -
Method in class mondrian.rolap.agg.DenseDoubleSegmentBody
-
- createSegmentDataset(Segment) -
Method in class mondrian.rolap.agg.DenseIntSegmentBody
-
- createSegmentDataset(Segment) -
Method in class mondrian.rolap.agg.DenseObjectSegmentBody
-
- createSegmentDataset(Segment) -
Method in interface mondrian.rolap.agg.SegmentBody
- Returns a SegmentDataset object which contains the cached
data and is initialized to be used with the supplied segment.
- createSegmentDataset(Segment) -
Method in class mondrian.rolap.agg.SparseSegmentBody
-
- 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.
- 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.
- createSubSegment(BitSet[], int, StarColumnPredicate, List<Segment.Region>) -
Method in class mondrian.rolap.agg.Segment
- 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
-
- 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).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.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) -
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
-
- 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.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.CompositeBatch and
FastBatchingCellReader.CompositeBatch, namely, that they can be asked to load their
aggregations into the cache.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.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
FunDef is the 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
-
- 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.
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 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.
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.
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