|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.cql3.Lists.Literal
public static class Lists.Literal
| Constructor Summary | |
|---|---|
Lists.Literal(java.util.List<Term.Raw> elements)
|
|
| Method Summary | |
|---|---|
boolean |
isAssignableTo(ColumnSpecification receiver)
|
Lists.Value |
prepare(ColumnSpecification receiver)
This method validates this RawTerm is valid for provided column specification and "prepare" this RawTerm, returning the resulting prepared Term. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Lists.Literal(java.util.List<Term.Raw> elements)
| Method Detail |
|---|
public Lists.Value prepare(ColumnSpecification receiver)
throws InvalidRequestException
Term.Raw
prepare in interface Term.Rawreceiver - the "column" this RawTerm is supposed to be a value of. Note
that the ColumnSpecification may not correspond to a real column in the
case this RawTerm describe a list index or a map key, etc...
InvalidRequestExceptionpublic boolean isAssignableTo(ColumnSpecification receiver)
isAssignableTo in interface AssignementTestablepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||