Modifier and Type | Method and Description |
---|---|
static Collection<Candidate> |
filterCandidates(Collection<Candidate> candidates,
Candidate filterCandidate)
Filters Candidates that contain the filterCandidate
|
static Set<String> |
getColumns(Collection<org.apache.lens.cube.parse.QueriedPhraseContext> queriedPhraseContexts) |
static Set<StorageCandidate> |
getStorageCandidates(Candidate candidate) |
static Set<StorageCandidate> |
getStorageCandidates(Collection<? extends Candidate> candidates)
Gets all the Storage Candidates that participate in the collection of passed candidates
|
public static Set<StorageCandidate> getStorageCandidates(Candidate candidate)
public static Set<String> getColumns(Collection<org.apache.lens.cube.parse.QueriedPhraseContext> queriedPhraseContexts)
public static Collection<Candidate> filterCandidates(Collection<Candidate> candidates, Candidate filterCandidate)
candidates
- filterCandidate
- public static Set<StorageCandidate> getStorageCandidates(Collection<? extends Candidate> candidates)
candidates
- Copyright © 2014–2018 Apache Software Foundation. All rights reserved.