public interface CandidateTable
| Modifier and Type | Method and Description | 
|---|---|
| AbstractCubeTable | 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<?> | 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 | 
| AbstractCubeTable | getTable()Get candidate table | 
String getStorageString(String alias)
alias - Set<String> getStorageTables()
AbstractCubeTable getTable()
AbstractCubeTable getBaseTable()
String getName()
Collection<String> getColumns()
Set<?> getPartsQueried()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.