public interface CandidateTable extends Named
Modifier and Type | Method and Description |
---|---|
AbstractCubeTable |
getBaseTable()
Get base table of the candidate table
|
Collection<String> |
getColumns()
Get columns of candidate table
|
Set<?> |
getParticipatingPartitions()
Get partitions queried
|
String |
getStorageString(String alias)
Get storage string of the base table alias passed
|
String |
getStorageTable()
Get storage table corresponding to this candidate
|
AbstractCubeTable |
getTable()
Get candidate table
|
String getStorageString(String alias)
alias
- String getStorageTable()
AbstractCubeTable getTable()
AbstractCubeTable getBaseTable()
Collection<String> getColumns()
Set<?> getParticipatingPartitions()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.