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)
CandidateTable
getStorageString
in interface CandidateTable
public Dimension getBaseTable()
CandidateTable
getBaseTable
in interface CandidateTable
public CubeDimensionTable getTable()
CandidateTable
getTable
in interface CandidateTable
public Collection<String> getColumns()
CandidateTable
getColumns
in interface CandidateTable
public Set<String> getParticipatingPartitions()
CandidateTable
getParticipatingPartitions
in interface CandidateTable
@Generated(value="lombok") public String getStorageTable()
CandidateTable
getStorageTable
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.