public static interface MdxParserValidator.QueryPartFactory
Modifier and Type | Method and Description |
---|---|
DrillThrough |
makeDrillThrough(Query query,
int maxRowCount,
int firstRowOrdinal,
List<Exp> returnList)
Creates a
DrillThrough object. |
Explain |
makeExplain(QueryPart query)
Creates an
Explain object. |
Query |
makeQuery(Statement statement,
Formula[] formulae,
QueryAxis[] axes,
String cube,
Exp slicer,
QueryPart[] cellProps,
boolean strictValidation)
Creates a
Query object. |
Query makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Query
object.
Override this function to make your kind of query.DrillThrough makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)
DrillThrough
object.Copyright © 2020 Hitachi Vantara. All rights reserved.