Uses of Class
org.apache.cassandra.cql3.selection.Selectable.WithFunction.Raw
-
Packages that use Selectable.WithFunction.Raw Package Description org.apache.cassandra.cql3.selection -
-
Uses of Selectable.WithFunction.Raw in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return Selectable.WithFunction.Raw Modifier and Type Method Description static Selectable.WithFunction.Raw
Selectable.WithFunction.Raw. newCountRowsFunction()
static Selectable.WithFunction.Raw
Selectable.WithFunction.Raw. newNegation(Selectable.Raw arg)
static Selectable.WithFunction.Raw
Selectable.WithFunction.Raw. newOperation(char operator, Selectable.Raw left, Selectable.Raw right)
-