|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandidateTablePruneCause | |
---|---|
org.apache.lens.cube.parse |
Uses of CandidateTablePruneCause in org.apache.lens.cube.parse |
---|
Methods in org.apache.lens.cube.parse that return CandidateTablePruneCause | |
---|---|
static CandidateTablePruneCause |
CandidateTablePruneCause.columnNotFound(Collection<String> missingColumns)
|
static CandidateTablePruneCause |
CandidateTablePruneCause.columnNotFound(String... columns)
|
static CandidateTablePruneCause |
CandidateTablePruneCause.missingDefaultAggregate(String... names)
|
static CandidateTablePruneCause |
CandidateTablePruneCause.missingPartitions(List<String> nonExistingParts)
|
static CandidateTablePruneCause |
CandidateTablePruneCause.noCandidateStorages(Map<String,CandidateTablePruneCause.SkipStorageCause> storageCauses)
|
static CandidateTablePruneCause |
CandidateTablePruneCause.noColumnPartOfAJoinPath(Collection<String> colSet)
|
Methods in org.apache.lens.cube.parse that return types with arguments of type CandidateTablePruneCause | |
---|---|
HashMap<CandidateTablePruneCause,List<T>> |
PruneCauses.reverse()
|
Methods in org.apache.lens.cube.parse with parameters of type CandidateTablePruneCause | |
---|---|
void |
CubeQueryContext.addDimPruningMsgs(Dimension dim,
CubeDimensionTable dimtable,
CandidateTablePruneCause msg)
|
void |
CubeQueryContext.addFactPruningMsgs(CubeFactTable fact,
CandidateTablePruneCause factPruningMsg)
|
void |
PruneCauses.addPruningMsg(T table,
CandidateTablePruneCause msg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |