Uses of Interface
mondrian.olap.Util.Functor1
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Text user interface for Mondrian.
Implements the XML for Analysis API.
-
Uses of Util.Functor1 in mondrian.olap
Modifier and TypeMethodDescriptionstatic <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 TypeMethodDescriptionstatic <T> Iterable<T>
Util.filter
(Iterable<T> iterable, Util.Functor1<Boolean, T>... conds) Applies a collection of filters to an iterable. -
Uses of Util.Functor1 in mondrian.rolap
Modifier and TypeMethodDescriptionstatic Util.Functor1<Void,
Statement> RolapUtil.getDefaultCallback
(Locus locus) Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionSqlStatement
(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. -
Uses of Util.Functor1 in mondrian.tui
Modifier and TypeMethodDescription<T> T
CmdRunner.runQuery
(String queryString, Util.Functor1<T, org.olap4j.CellSet> f) Executes a query and processes the result using a callback. -
Uses of Util.Functor1 in mondrian.xmla
Modifier and TypeFieldDescriptionstatic final Util.Functor1<String,
org.olap4j.metadata.Catalog> RowsetDefinition.CATALOG_NAME_GETTER
static final Util.Functor1<String,
org.olap4j.metadata.MetadataElement> RowsetDefinition.ELEMENT_NAME_GETTER
static final Util.Functor1<String,
org.olap4j.metadata.MetadataElement> RowsetDefinition.ELEMENT_UNAME_GETTER
static final Util.Functor1<org.olap4j.metadata.Member.Type,
org.olap4j.metadata.Member> RowsetDefinition.MEMBER_TYPE_GETTER
static final Util.Functor1<String,
PropertyDefinition> RowsetDefinition.PROPDEF_NAME_GETTER
static final Util.Functor1<String,
org.olap4j.metadata.Schema> RowsetDefinition.SCHEMA_NAME_GETTER
Modifier and TypeMethodDescriptionvoid
XmlaHandler.XmlaExtra.getSchemaFunctionList
(List<XmlaHandler.XmlaExtra.FunctionDefinition> funDefs, org.olap4j.metadata.Schema schema, Util.Functor1<Boolean, String> functionFilter)