public static class Parser.FactoryImpl extends Object implements MdxParserValidator.QueryPartFactory
Constructor and Description |
---|
FactoryImpl() |
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. |
public Query makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
MdxParserValidator.QueryPartFactory
Query
object.
Override this function to make your kind of query.makeQuery
in interface MdxParserValidator.QueryPartFactory
public DrillThrough makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)
MdxParserValidator.QueryPartFactory
DrillThrough
object.makeDrillThrough
in interface MdxParserValidator.QueryPartFactory
public Explain makeExplain(QueryPart query)
Explain
object.makeExplain
in interface MdxParserValidator.QueryPartFactory
Copyright © 2019 Hitachi Vantara. All rights reserved.