| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| mondrian.rolap | Implements the data access layer for the olap package. | 
| mondrian.tui | Text user interface for Mondrian. | 
| mondrian.xmla | Implements the XML for Analysis API. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <PT> Util.Functor1<Boolean,PT> | Util. falseFunctor() | 
| static <T> Util.Functor1<T,T> | Util. identityFunctor() | 
| static <PT> Util.Functor1<Boolean,PT> | Util. trueFunctor() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Iterable<T> | Util. filter(Iterable<T> iterable,
      Util.Functor1<Boolean,T>... conds)Applies a collection of filters to an iterable. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Util.Functor1<Void,Statement> | RolapUtil. getDefaultCallback(Locus locus) | 
| Modifier and Type | Method and Description | 
|---|---|
| static SqlStatement | RolapUtil. executeQuery(DataSource dataSource,
            String sql,
            List<SqlStatement.Type> types,
            int maxRowCount,
            int firstRowOrdinal,
            Locus locus,
            int resultSetType,
            int resultSetConcurrency,
            Util.Functor1<Void,Statement> callback)Executes a query. | 
| Constructor and Description | 
|---|
| SqlStatement(DataSource dataSource,
            String sql,
            List<SqlStatement.Type> types,
            int maxRows,
            int firstRowOrdinal,
            Locus locus,
            int resultSetType,
            int resultSetConcurrency,
            Util.Functor1<Void,Statement> callback)Creates a SqlStatement. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | CmdRunner. runQuery(String queryString,
        Util.Functor1<T,org.olap4j.CellSet> f)Executes a query and processes the result using a callback. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Util.Functor1<String,org.olap4j.metadata.Catalog> | RowsetDefinition. CATALOG_NAME_GETTER | 
| static Util.Functor1<String,org.olap4j.metadata.MetadataElement> | RowsetDefinition. ELEMENT_NAME_GETTER | 
| static Util.Functor1<String,org.olap4j.metadata.MetadataElement> | RowsetDefinition. ELEMENT_UNAME_GETTER | 
| static Util.Functor1<org.olap4j.metadata.Member.Type,org.olap4j.metadata.Member> | RowsetDefinition. MEMBER_TYPE_GETTER | 
| static Util.Functor1<String,PropertyDefinition> | RowsetDefinition. PROPDEF_NAME_GETTER | 
| static Util.Functor1<String,org.olap4j.metadata.Schema> | RowsetDefinition. SCHEMA_NAME_GETTER | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XmlaHandler.XmlaExtra. getSchemaFunctionList(List<XmlaHandler.XmlaExtra.FunctionDefinition> funDefs,
                     org.olap4j.metadata.Schema schema,
                     Util.Functor1<Boolean,String> functionFilter) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.