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
|
Set<String> |
getStorageTables()
Get storage tables corresponding to this candidate
|
CubeDimensionTable |
getTable()
Get candidate table
|
int |
hashCode() |
boolean |
isWhereClauseAdded() |
void |
setWhereClauseAdded() |
String |
toString() |
public boolean isWhereClauseAdded()
public void setWhereClauseAdded()
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
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.