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() |
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 String getName()
CandidateTable
getName
in interface CandidateTable
public Collection<String> getColumns()
CandidateTable
getColumns
in interface CandidateTable
public Set<String> getStorageTables()
CandidateTable
getStorageTables
in interface CandidateTable
public Set<String> getPartsQueried()
CandidateTable
getPartsQueried
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–2016 Apache Software Foundation. All rights reserved.