public class RawSelector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ColumnIdentifier |
alias |
Selectable.Raw |
selectable |
Constructor and Description |
---|
RawSelector(Selectable.Raw selectable,
ColumnIdentifier alias) |
Modifier and Type | Method and Description |
---|---|
boolean |
processesSelection() |
static java.util.List<Selectable> |
toSelectables(java.util.List<RawSelector> raws,
CFMetaData cfm)
Converts the specified list of
RawSelector s into a list of Selectable s. |
public final Selectable.Raw selectable
public final ColumnIdentifier alias
public RawSelector(Selectable.Raw selectable, ColumnIdentifier alias)
public static java.util.List<Selectable> toSelectables(java.util.List<RawSelector> raws, CFMetaData cfm)
RawSelector
s into a list of Selectable
s.raws
- the RawSelector
s to converts.Selectable
spublic boolean processesSelection()
Copyright © 2020 The Apache Software Foundation