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()
Get name of the candidate table
|
Set<String> |
getPartsQueried()
Get partitions queried
|
String |
getStorageString(String alias)
Get storage string of the base table alias passed
|
String |
getStorageTable() |
Set<String> |
getStorageTables()
Get storage tables corresponding to this candidate
|
CubeDimensionTable |
getTable()
Get candidate table
|
String |
getWhereClause() |
int |
hashCode() |
boolean |
isWhereClauseAdded() |
void |
setStorageTable(String storageTable) |
void |
setWhereClause(String whereClause) |
void |
setWhereClauseAdded() |
String |
toString() |
public boolean isWhereClauseAdded()
public void setWhereClauseAdded()
public String getStorageString(String alias)
CandidateTablegetStorageString in interface CandidateTablepublic Dimension getBaseTable()
CandidateTablegetBaseTable in interface CandidateTablepublic CubeDimensionTable getTable()
CandidateTablegetTable in interface CandidateTablepublic String getName()
CandidateTablegetName in interface CandidateTablepublic Collection<String> getColumns()
CandidateTablegetColumns in interface CandidateTablepublic Set<String> getStorageTables()
CandidateTablegetStorageTables in interface CandidateTablepublic Set<String> getPartsQueried()
CandidateTablegetPartsQueried in interface CandidateTable@Generated(value="lombok") public String getStorageTable()
@Generated(value="lombok") public void setStorageTable(String storageTable)
@Generated(value="lombok") public String getWhereClause()
@Generated(value="lombok") public void setWhereClause(String whereClause)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.