Uses of Interface
mondrian.olap.Util.Functor1
-
Packages that use Util.Functor1 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. -
-
Uses of Util.Functor1 in mondrian.olap
Methods in mondrian.olap that return Util.Functor1 Modifier and Type Method 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()
Methods in mondrian.olap with parameters of type Util.Functor1 Modifier and Type Method Description static <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.Functor1 Modifier and Type Method Description static Util.Functor1<Void,Statement>
RolapUtil. getDefaultCallback(Locus locus)
Methods in mondrian.rolap with parameters of type Util.Functor1 Modifier and Type Method 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.Constructors in mondrian.rolap with parameters of type Util.Functor1 Constructor 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. -
Uses of Util.Functor1 in mondrian.tui
Methods in mondrian.tui with parameters of type Util.Functor1 Modifier and Type Method Description <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.Functor1 Modifier and Type Field 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
Methods in mondrian.xmla with parameters of type Util.Functor1 Modifier and Type Method Description void
XmlaHandler.XmlaExtra. getSchemaFunctionList(List<XmlaHandler.XmlaExtra.FunctionDefinition> funDefs, org.olap4j.metadata.Schema schema, Util.Functor1<Boolean,String> functionFilter)
-