| Package | Description | 
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.functions | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMarkerA single bind marker. | 
| static class  | Constants.Marker | 
| static class  | Lists.DelayedValueBasically similar to a Value, but with some non-pure function (that need
 to be evaluated at execution time) in it. | 
| static class  | Lists.MarkerA marker for List values and IN relations | 
| static class  | Maps.DelayedValue | 
| static class  | Maps.Marker | 
| static class  | Sets.DelayedValue | 
| static class  | Sets.Marker | 
| static class  | Tuples.DelayedValueSimilar to Value, but contains at least one NonTerminal, such as a non-pure functions or bind marker. | 
| static class  | Tuples.InMarkerRepresents a marker for a set of IN values that are tuples, like "SELECT ... | 
| static class  | Tuples.Marker{@code
 Represents a marker for a single tuple, like "SELECT ... | 
| static class  | UserTypes.DelayedValue | 
| static class  | UserTypes.Marker | 
| Modifier and Type | Method and Description | 
|---|---|
| Term.NonTerminal | AbstractMarker.Raw. prepare(java.lang.String keyspace,
       ColumnSpecification receiver) | 
| Term.NonTerminal | AbstractMarker.MultiColumnRaw. prepare(java.lang.String keyspace,
       ColumnSpecification receiver) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FunctionCall | 
Copyright © 2018 The Apache Software Foundation