Uses of Class
org.apache.cassandra.cql3.functions.FunctionCall.Raw
-
Packages that use FunctionCall.Raw Package Description org.apache.cassandra.cql3.functions -
-
Uses of FunctionCall.Raw in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return FunctionCall.Raw Modifier and Type Method Description static FunctionCall.Raw
FunctionCall.Raw. newNegation(Term.Raw raw)
static FunctionCall.Raw
FunctionCall.Raw. newOperation(char operator, Term.Raw left, Term.Raw right)
-