Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.olap.fun |
Defines the set of MDX built-in functions.
|
Modifier and Type | Method and Description |
---|---|
List<FunInfo> |
FunTable.getFunInfoList()
Returns a list of
FunInfo objects. |
Modifier and Type | Method and Description |
---|---|
void |
FunTable.Builder.define(FunInfo funInfo)
Defines a function info that is not matchd by an actual function.
|
Modifier and Type | Method and Description |
---|---|
List<FunInfo> |
FunTableImpl.getFunInfoList() |
Modifier and Type | Method and Description |
---|---|
int |
FunInfo.compareTo(FunInfo fi) |
Copyright © 2018 Hitachi Vantara. All rights reserved.