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  RawSelectors into a list ofSelectables. | 
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)
RawSelectors into a list of Selectables.raws - the RawSelectors to converts.Selectablespublic boolean processesSelection()
Copyright © 2018 The Apache Software Foundation