|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.olap.ResultBase
mondrian.rolap.RolapConnection.NonEmptyResult
static class RolapConnection.NonEmptyResult
A NonEmptyResult
filters a result by removing empty rows
on a particular axis.
Field Summary | |
---|---|
(package private) Result |
underlying
|
Fields inherited from class mondrian.olap.ResultBase |
---|
axes, query, slicerAxis |
Constructor Summary | |
---|---|
RolapConnection.NonEmptyResult(Result result,
Query query,
int axis)
Creates a NonEmptyResult. |
Method Summary | |
---|---|
void |
close()
|
Cell |
getCell(int[] externalPos)
Returns the cell at a given set of coordinates. |
protected org.apache.log4j.Logger |
getLogger()
|
Methods inherited from class mondrian.olap.ResultBase |
---|
getAxes, getMember, getQuery, getSlicerAxis, print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final Result underlying
Constructor Detail |
---|
RolapConnection.NonEmptyResult(Result result, Query query, int axis)
result
- Result setquery
- Queryaxis
- Which axis to make non-emptyMethod Detail |
---|
protected org.apache.log4j.Logger getLogger()
getLogger
in class ResultBase
public Cell getCell(int[] externalPos)
Result
public void close()
close
in interface Result
close
in class ResultBase
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |