Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarker
A single bind marker.
|
static class |
Constants.Marker |
static class |
Lists.DelayedValue
Basically similar to a Value, but with some non-pure function (that need
to be evaluated at execution time) in it.
|
static class |
Lists.Marker
A 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.DelayedValue
Similar to Value, but contains at least one NonTerminal, such as a non-pure functions or bind marker.
|
static class |
Tuples.InMarker
Represents 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