public class CandidateDim extends Object implements CandidateTable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Dimension |
getBaseTable()
Get base table of the candidate table
|
Collection<String> |
getColumns()
Get columns of candidate table
|
String |
getName() |
Set<String> |
getParticipatingPartitions()
Get partitions queried
|
String |
getStorageString(String alias)
Get storage string of the base table alias passed
|
String |
getStorageTable()
Get storage table corresponding to this candidate
|
CubeDimensionTable |
getTable()
Get candidate table
|
String |
getWhereClause() |
int |
hashCode() |
boolean |
isWhereClauseAdded() |
boolean |
isWhereClauseAdded(String alias) |
void |
setStorageTable(String storageTable) |
void |
setWhereClause(String whereClause) |
void |
setWhereClauseAdded(String alias) |
String |
toString() |
public boolean isWhereClauseAdded()
public boolean isWhereClauseAdded(String alias)
public void setWhereClauseAdded(String alias)
public String getStorageString(String alias)
CandidateTablegetStorageString in interface CandidateTablepublic Dimension getBaseTable()
CandidateTablegetBaseTable in interface CandidateTablepublic CubeDimensionTable getTable()
CandidateTablegetTable in interface CandidateTablepublic Collection<String> getColumns()
CandidateTablegetColumns in interface CandidateTablepublic Set<String> getParticipatingPartitions()
CandidateTablegetParticipatingPartitions in interface CandidateTable@Generated(value="lombok") public String getStorageTable()
CandidateTablegetStorageTable in interface CandidateTable@Generated(value="lombok") public void setStorageTable(String storageTable)
@Generated(value="lombok") public String getWhereClause()
@Generated(value="lombok") public void setWhereClause(String whereClause)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.