cellrequest.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 507 行 · 第 1/2 页
HTML
507 行
<!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="extendedContext"><!-- --></A><H3>extendedContext</H3><PRE>public final boolean <B>extendedContext</B></PRE><DL><DL></DL></DL><HR><A NAME="drillThrough"><!-- --></A><H3>drillThrough</H3><PRE>public final boolean <B>drillThrough</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="CellRequest(mondrian.rolap.RolapStar.Measure, boolean, boolean)"><!-- --></A><H3>CellRequest</H3><PRE>public <B>CellRequest</B>(<A HREF="../../../mondrian/rolap/RolapStar.Measure.html" title="class in mondrian.rolap">RolapStar.Measure</A> measure, boolean extendedContext, boolean drillThrough)</PRE><DL><DD>Creates a <A HREF="../../../mondrian/rolap/agg/CellRequest.html" title="class in mondrian.rolap.agg"><CODE>CellRequest</CODE></A>.<P><DL><DT><B>Parameters:</B><DD><CODE>measure</CODE> - Measure the request is for<DD><CODE>extendedContext</CODE> - If a drill-through request, whether to join in unconstrained levels so as to display extra columns<DD><CODE>drillThrough</CODE> - Whether this is a request for a drill-through set</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="addConstrainedColumn(mondrian.rolap.RolapStar.Column, mondrian.rolap.StarColumnPredicate)"><!-- --></A><H3>addConstrainedColumn</H3><PRE>public final void <B>addConstrainedColumn</B>(<A HREF="../../../mondrian/rolap/RolapStar.Column.html" title="class in mondrian.rolap">RolapStar.Column</A> column, <A HREF="../../../mondrian/rolap/StarColumnPredicate.html" title="interface in mondrian.rolap">StarColumnPredicate</A> predicate)</PRE><DL><DD>Adds a constraint to this request.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>column</CODE> - Column to constraint<DD><CODE>predicate</CODE> - Constraint to apply, or null to add column to the output without applying constraint</DL></DD></DL><HR><A NAME="addAggregateList(mondrian.rolap.BitKey, mondrian.rolap.StarPredicate)"><!-- --></A><H3>addAggregateList</H3><PRE>public void <B>addAggregateList</B>(<A HREF="../../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A> compoundBitKey, <A HREF="../../../mondrian/rolap/StarPredicate.html" title="interface in mondrian.rolap">StarPredicate</A> compoundPredicate)</PRE><DL><DD>Add compound member (formed via aggregate function) constraint to the Cell.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>compoundBitKey</CODE> - <DD><CODE>compoundPredicate</CODE> - </DL></DD></DL><HR><A NAME="getMeasure()"><!-- --></A><H3>getMeasure</H3><PRE>public <A HREF="../../../mondrian/rolap/RolapStar.Measure.html" title="class in mondrian.rolap">RolapStar.Measure</A> <B>getMeasure</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getConstrainedColumns()"><!-- --></A><H3>getConstrainedColumns</H3><PRE>public <A HREF="../../../mondrian/rolap/RolapStar.Column.html" title="class in mondrian.rolap">RolapStar.Column</A>[] <B>getConstrainedColumns</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getConstrainedColumnsBitKey()"><!-- --></A><H3>getConstrainedColumnsBitKey</H3><PRE>public <A HREF="../../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A> <B>getConstrainedColumnsBitKey</B>()</PRE><DL><DD>Returns the BitKey for the list of columns.<P><DD><DL><DT><B>Returns:</B><DD>BitKey for the list of columns</DL></DD></DL><HR><A NAME="getCompoundPredicateMap()"><!-- --></A><H3>getCompoundPredicateMap</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A><<A HREF="../../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A>,<A HREF="../../../mondrian/rolap/StarPredicate.html" title="interface in mondrian.rolap">StarPredicate</A>> <B>getCompoundPredicateMap</B>()</PRE><DL><DD>Get the map of compound predicates<P><DD><DL><DT><B>Returns:</B><DD>predicate map</DL></DD></DL><HR><A NAME="getValueList()"><!-- --></A><H3>getValueList</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/rolap/StarColumnPredicate.html" title="interface in mondrian.rolap">StarColumnPredicate</A>> <B>getValueList</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getSingleValues()"><!-- --></A><H3>getSingleValues</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>[] <B>getSingleValues</B>()</PRE><DL><DD>Returns an array of the values for each column. <p>The caller must check whether this request is satisfiable before calling this method. May throw <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html" title="class or interface in java.lang"><CODE>NullPointerException</CODE></A> if request is not satisfiable.<P><DD><DL><DT><B>Returns:</B><DD>Array of values for each column<DT><B>Pre-condition:</B></DT> <DD>!isUnsatisfiable()</DD></DL></DD></DL><HR><A NAME="isUnsatisfiable()"><!-- --></A><H3>isUnsatisfiable</H3><PRE>public boolean <B>isUnsatisfiable</B>()</PRE><DL><DD>Returns whether this cell request is impossible to satisfy. This occurs when the same column has two or more inconsistent constraints.<P><DD><DL><DT><B>Returns:</B><DD>whether this cell request is impossible to satisfy</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net/projects/mondrian"><img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../mondrian/rolap/agg/AndPredicate.html" title="class in mondrian.rolap.agg"><B>PREV CLASS</B></A> <A HREF="../../../mondrian/rolap/agg/CountingAggregationManager.html" title="class in mondrian.rolap.agg"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?mondrian/rolap/agg/CellRequest.html" target="_top"><B>FRAMES</B></A> <A HREF="CellRequest.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?