@Deprecated public class HighCardSqlTupleReader extends SqlTupleReader
SqlTupleReader.WhichSelectTupleReader.MemberBuilder| Modifier and Type | Field and Description | 
|---|---|
(package private) int | 
maxRows
Deprecated.  
  | 
constraint, targets| Constructor and Description | 
|---|
HighCardSqlTupleReader(TupleConstraint constraint)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addLevelMembers(RolapLevel level,
               TupleReader.MemberBuilder memberBuilder,
               List<RolapMember> srcMembers)
Deprecated.  
Adds a hierarchy to retrieve members from. 
 | 
(package private) Collection<RolapCube> | 
getBaseCubeCollection(Query query)
Deprecated.  
Retrieves all base cubes associated with the cube specified by query. 
 | 
int | 
getMaxRows()
Deprecated.  
  | 
protected void | 
prepareTuples(DataSource dataSource,
             TupleList partialResult,
             List<List<RolapMember>> newPartialResult,
             List<TargetBase> targetGroup)
Deprecated.  
  | 
TupleList | 
readMembers(DataSource dataSource,
           TupleList partialResult,
           List<List<RolapMember>> newPartialResult)
Deprecated.  
Performs the read. 
 | 
boolean | 
readNextTuple()
Deprecated.  
Reads next tuple, notifying all internal targets. 
 | 
TupleList | 
readTuples(DataSource jdbcConnection,
          TupleList partialResult,
          List<List<RolapMember>> newPartialResult)
Deprecated.  
Performs the read. 
 | 
void | 
setMaxRows(int maxRows)
Deprecated.  
  | 
addLevelMemberSql, bumpNullMember, chooseAggStar, generateSelectForLevels, getCacheKey, getEnumTargetCount, getEvaluator, incrementEmptySets, isAllowHints, makeLevelMembersSql, setAllowHints, sqlForEmptyTuplepublic HighCardSqlTupleReader(TupleConstraint constraint)
public void addLevelMembers(RolapLevel level, TupleReader.MemberBuilder memberBuilder, List<RolapMember> srcMembers)
TupleReaderaddLevelMembers in interface TupleReaderaddLevelMembers in class SqlTupleReaderlevel - level that the members correspond tomemberBuilder - used to build new members for this levelsrcMembers - if set, array of enumerated members that make up
     this levelprotected void prepareTuples(DataSource dataSource, TupleList partialResult, List<List<RolapMember>> newPartialResult, List<TargetBase> targetGroup)
prepareTuples in class SqlTupleReaderpublic TupleList readMembers(DataSource dataSource, TupleList partialResult, List<List<RolapMember>> newPartialResult)
TupleReaderreadMembers in interface TupleReaderreadMembers in class SqlTupleReaderdataSource - source for reading tuplespartialResult - partially cached result that should be used
 instead of executing sql querynewPartialResult - if non-null, return the result of the read;
 note that this is a subset of the full return listpublic TupleList readTuples(DataSource jdbcConnection, TupleList partialResult, List<List<RolapMember>> newPartialResult)
TupleReaderreadTuples in interface TupleReaderreadTuples in class SqlTupleReaderjdbcConnection - Data sourcepartialResult - List of rows from previous passnewPartialResult - Populated with a new list of rowspublic boolean readNextTuple()
public void setMaxRows(int maxRows)
setMaxRows in class SqlTupleReaderpublic int getMaxRows()
getMaxRows in class SqlTupleReaderCollection<RolapCube> getBaseCubeCollection(Query query)
SqlTupleReadergetBaseCubeCollection in class SqlTupleReader