Uses of Interface
mondrian.olap.Util.Functor1
Packages that use 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
Methods in mondrian.olap that return Util.Functor1Modifier 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()
Methods in mondrian.olap with parameters of type Util.Functor1Modifier 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
Methods in mondrian.rolap that return Util.Functor1Modifier and TypeMethodDescriptionstatic Util.Functor1<Void,
Statement> RolapUtil.getDefaultCallback
(Locus locus) Methods in mondrian.rolap with parameters of type Util.Functor1Modifier 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.Constructors in mondrian.rolap with parameters of type Util.Functor1ModifierConstructorDescriptionSqlStatement
(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
Methods in mondrian.tui with parameters of type Util.Functor1Modifier 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
Fields in mondrian.xmla declared as Util.Functor1Modifier 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
Methods in mondrian.xmla with parameters of type Util.Functor1Modifier and TypeMethodDescriptionvoid
XmlaHandler.XmlaExtra.getSchemaFunctionList
(List<XmlaHandler.XmlaExtra.FunctionDefinition> funDefs, org.olap4j.metadata.Schema schema, Util.Functor1<Boolean, String> functionFilter)