This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.parse.CandidateTablePruneCause (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.cube.parse.CandidateTablePruneCause

Packages that use CandidateTablePruneCause
org.apache.lens.cube.parse   
 

Uses of CandidateTablePruneCause in org.apache.lens.cube.parse
 

Fields in org.apache.lens.cube.parse with type parameters of type CandidateTablePruneCause
 HashMap<String,List<CandidateTablePruneCause>> PruneCauses.BriefAndDetailedError.details
           
 

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)
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.