|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.cql3.functions.FunctionCall.Raw
public static class FunctionCall.Raw
| Constructor Summary | |
|---|---|
FunctionCall.Raw(java.lang.String functionName,
java.util.List<Term.Raw> terms)
|
|
| Method Summary | |
|---|---|
boolean |
isAssignableTo(ColumnSpecification receiver)
|
Term |
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 FunctionCall.Raw(java.lang.String functionName,
java.util.List<Term.Raw> terms)
| Method Detail |
|---|
public Term 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 | |||||||||