Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions |
Modifier and Type | Class and Description |
---|---|
static class |
Constants.Value
A constant value, i.e.
|
static class |
Lists.Value |
static class |
Maps.Value |
static class |
Sets.Value |
static class |
Term.MultiItemTerminal |
static class |
Tuples.InValue
A terminal value for a list of IN values that are tuples.
|
static class |
Tuples.Value
A tuple of terminal values (e.g (123, 'abc')).
|
static class |
UserTypes.Value |
Modifier and Type | Field and Description |
---|---|
static Term.Terminal |
Constants.NULL_VALUE |
Modifier and Type | Method and Description |
---|---|
Term.Terminal |
Lists.DelayedValue.bind(QueryOptions options) |
Term.Terminal |
Lists.Marker.bind(QueryOptions options) |
Term.Terminal |
Maps.DelayedValue.bind(QueryOptions options) |
Term.Terminal |
Maps.Marker.bind(QueryOptions options) |
Term.Terminal |
Sets.DelayedValue.bind(QueryOptions options) |
Term.Terminal |
Sets.Marker.bind(QueryOptions options) |
Term.Terminal |
Term.bind(QueryOptions options)
Bind the values in this term to the values contained in
values . |
Term.Terminal |
Term.Terminal.bind(QueryOptions options) |
Term.Terminal |
UserTypes.Marker.bind(QueryOptions options) |
Modifier and Type | Method and Description |
---|---|
Term.Terminal |
FunctionCall.bind(QueryOptions options) |
Copyright © 2018 The Apache Software Foundation