Class Selectable.WithFieldSelection.Raw
- java.lang.Object
-
- org.apache.cassandra.cql3.selection.Selectable.WithFieldSelection.Raw
-
- All Implemented Interfaces:
Selectable.Raw
- Enclosing class:
- Selectable.WithFieldSelection
public static class Selectable.WithFieldSelection.Raw extends java.lang.Object implements Selectable.Raw
-
-
Constructor Summary
Constructors Constructor Description Raw(Selectable.Raw selected, FieldIdentifier field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selectable.WithFieldSelection
prepare(TableMetadata table)
-
-
-
Constructor Detail
-
Raw
public Raw(Selectable.Raw selected, FieldIdentifier field)
-
-
Method Detail
-
prepare
public Selectable.WithFieldSelection prepare(TableMetadata table)
- Specified by:
prepare
in interfaceSelectable.Raw
-
-