Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Interface and Description |
---|---|
static interface |
Term.MultiColumnRaw |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMarker.INRaw
A raw placeholder for multiple values of the same type for a single column.
|
static class |
AbstractMarker.Raw
A parsed, but non prepared, bind marker.
|
static class |
Constants.Literal |
static class |
Lists.Literal |
static class |
Maps.Literal |
static class |
Sets.Literal |
static class |
Tuples.INRaw
A raw marker for an IN list of tuples, like "SELECT ...
|
static class |
Tuples.Literal
A raw, literal tuple.
|
static class |
Tuples.Raw
A raw placeholder for a tuple of values for different multiple columns, each of which may have a different type.
|
class |
TypeCast |
static class |
UserTypes.Literal |
Modifier and Type | Field and Description |
---|---|
static Term.Raw |
Constants.NULL_LITERAL |
Term.Raw |
Attributes.Raw.timestamp |
Term.Raw |
Attributes.Raw.timeToLive |
Modifier and Type | Field and Description |
---|---|
java.util.List<Pair<Term.Raw,Term.Raw>> |
Maps.Literal.entries |
java.util.List<Pair<Term.Raw,Term.Raw>> |
Maps.Literal.entries |
java.util.Map<ColumnIdentifier,Term.Raw> |
UserTypes.Literal.entries |
Modifier and Type | Method and Description |
---|---|
Term.Raw |
SingleColumnRelation.getValue() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Term.Raw> |
SingleColumnRelation.getInValues() |
Modifier and Type | Method and Description |
---|---|
static ColumnCondition.Raw |
ColumnCondition.Raw.collectionCondition(Term.Raw value,
Term.Raw collectionElement,
Operator op)
A condition on a collection element.
|
static ColumnCondition.Raw |
ColumnCondition.Raw.collectionInCondition(Term.Raw collectionElement,
AbstractMarker.INRaw inMarker)
An IN condition on a collection element with a single marker.
|
static ColumnCondition.Raw |
ColumnCondition.Raw.collectionInCondition(Term.Raw collectionElement,
java.util.List<Term.Raw> inValues)
An IN condition on a collection element.
|
static ColumnCondition.Raw |
ColumnCondition.Raw.simpleCondition(Term.Raw value,
Operator op)
A condition on a column.
|
Modifier and Type | Method and Description |
---|---|
static ColumnCondition.Raw |
ColumnCondition.Raw.collectionInCondition(Term.Raw collectionElement,
java.util.List<Term.Raw> inValues)
An IN condition on a collection element.
|
static SingleColumnRelation |
SingleColumnRelation.createInRelation(ColumnIdentifier.Raw entity,
java.util.List<Term.Raw> inValues) |
static ColumnCondition.Raw |
ColumnCondition.Raw.simpleInCondition(java.util.List<Term.Raw> inValues)
An IN condition on a column.
|
Constructor and Description |
---|
Addition(Term.Raw value) |
ElementDeletion(ColumnIdentifier.Raw id,
Term.Raw element) |
Prepend(Term.Raw value) |
SetElement(Term.Raw selector,
Term.Raw value) |
SetValue(Term.Raw value) |
SingleColumnRelation(ColumnIdentifier.Raw entity,
Operator type,
Term.Raw value)
Creates a new relation.
|
SingleColumnRelation(ColumnIdentifier.Raw entity,
Operator type,
Term.Raw value,
boolean onToken) |
Substraction(Term.Raw value) |
TypeCast(CQL3Type.Raw type,
Term.Raw term) |
Constructor and Description |
---|
Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries) |
Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries) |
Literal(java.util.List<Term.Raw> elements) |
Literal(java.util.List<Term.Raw> elements) |
Literal(java.util.List<Term.Raw> elements) |
Literal(java.util.Map<ColumnIdentifier,Term.Raw> entries) |
Modifier and Type | Class and Description |
---|---|
static class |
FunctionCall.Raw |
Constructor and Description |
---|
Raw(java.lang.String functionName,
java.util.List<Term.Raw> terms) |
Constructor and Description |
---|
RawStatement(CFName cfName,
SelectStatement.Parameters parameters,
java.util.List<RawSelector> selectClause,
java.util.List<Relation> whereClause,
Term.Raw limit) |
Constructor and Description |
---|
ParsedInsert(CFName name,
Attributes.Raw attrs,
java.util.List<ColumnIdentifier.Raw> columnNames,
java.util.List<Term.Raw> columnValues,
boolean ifNotExists)
A parsed
INSERT statement. |
Copyright © 2020 The Apache Software Foundation