Class RawSelector
- java.lang.Object
-
- org.apache.cassandra.cql3.selection.RawSelector
-
public class RawSelector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ColumnIdentifieraliasSelectable.Rawselectable
-
Constructor Summary
Constructors Constructor Description RawSelector(Selectable.Raw selectable, ColumnIdentifier alias)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Selectable>toSelectables(java.util.List<RawSelector> raws, TableMetadata table)Converts the specified list ofRawSelectors into a list ofSelectables.
-
-
-
Field Detail
-
selectable
public final Selectable.Raw selectable
-
alias
public final ColumnIdentifier alias
-
-
Constructor Detail
-
RawSelector
public RawSelector(Selectable.Raw selectable, ColumnIdentifier alias)
-
-
Method Detail
-
toSelectables
public static java.util.List<Selectable> toSelectables(java.util.List<RawSelector> raws, TableMetadata table)
Converts the specified list ofRawSelectors into a list ofSelectables.- Parameters:
raws- theRawSelectors to converts.- Returns:
- a list of
Selectables
-
-