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 ColumnIdentifier
alias
Selectable.Raw
selectable
-
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 ofRawSelector
s into a list ofSelectable
s.
-
-
-
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 ofRawSelector
s into a list ofSelectable
s.- Parameters:
raws
- theRawSelector
s to converts.- Returns:
- a list of
Selectable
s
-
-