static class RolapConnection.NonEmptyResult extends ResultBase
NonEmptyResult filters a result by removing empty rows
on a particular axis.| Modifier and Type | Field and Description |
|---|---|
(package private) Result |
underlying |
axes, execution, query, slicerAxis, statement| Constructor and Description |
|---|
RolapConnection.NonEmptyResult(Result result,
Execution execution,
int axis)
Creates a NonEmptyResult.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Cell |
getCell(int[] externalPos)
Returns the cell at a given set of coordinates.
|
protected org.apache.log4j.Logger |
getLogger() |
getAxes, getMember, getQuery, getSlicerAxis, printfinal Result underlying
protected org.apache.log4j.Logger getLogger()
getLogger in class ResultBasepublic Cell getCell(int[] externalPos)
Resultpublic void close()
close in interface Resultclose in class ResultBase