Package | Description |
---|---|
org.apache.lens.cube.parse |
Modifier and Type | Method and Description |
---|---|
static CandidateTablePruneCause |
CandidateTablePruneCause.lessData(MaxCoveringFactResolver.TimeCovered timeCovered) |
static CandidateTablePruneCause |
CandidateTablePruneCause.noColumnPartOfAJoinPath(Collection<String> colSet) |
static CandidateTablePruneCause |
CandidateTablePruneCause.partitionColumnsMissing(List<String> missingPartitionColumns) |
static CandidateTablePruneCause |
CandidateTablePruneCause.partitionColumnsMissing(String... missingPartitionColumns)
Queried partition columns are not present in this Storage Candidate
|
static CandidateTablePruneCause |
CandidateTablePruneCause.segmentationPruned(LensException e) |
static CandidateTablePruneCause |
CandidateTablePruneCause.segmentationPruned(Map<String,String> inner) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<CandidateTablePruneCause>> |
PruneCauses.getCompact() |
HashMap<String,List<CandidateTablePruneCause>> |
PruneCauses.BriefAndDetailedError.getDetails() |
HashMap<CandidateTablePruneCause,List<T>> |
PruneCauses.getReversed() |
Modifier and Type | Method and Description |
---|---|
void |
CubeQueryContext.addDimPruningMsgs(Dimension dim,
CubeDimensionTable dimtable,
CandidateTablePruneCause msg) |
void |
PruneCauses.addPruningMsg(T table,
CandidateTablePruneCause msg) |
Modifier and Type | Method and Description |
---|---|
void |
PruneCauses.BriefAndDetailedError.setDetails(HashMap<String,List<CandidateTablePruneCause>> details) |
Constructor and Description |
---|
BriefAndDetailedError(String brief,
HashMap<String,List<CandidateTablePruneCause>> details) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.