Class Selectable.WithFunction.Raw
- java.lang.Object
-
- org.apache.cassandra.cql3.selection.Selectable.WithFunction.Raw
-
- All Implemented Interfaces:
Selectable.Raw
- Enclosing class:
- Selectable.WithFunction
public static class Selectable.WithFunction.Raw extends java.lang.Object implements Selectable.Raw
-
-
Constructor Summary
Constructors Constructor Description Raw(FunctionName functionName, java.util.List<Selectable.Raw> args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Selectable.WithFunction.Raw
newCountRowsFunction()
static Selectable.WithFunction.Raw
newNegation(Selectable.Raw arg)
static Selectable.WithFunction.Raw
newOperation(char operator, Selectable.Raw left, Selectable.Raw right)
Selectable
prepare(TableMetadata table)
-
-
-
Constructor Detail
-
Raw
public Raw(FunctionName functionName, java.util.List<Selectable.Raw> args)
-
-
Method Detail
-
newCountRowsFunction
public static Selectable.WithFunction.Raw newCountRowsFunction()
-
newOperation
public static Selectable.WithFunction.Raw newOperation(char operator, Selectable.Raw left, Selectable.Raw right)
-
newNegation
public static Selectable.WithFunction.Raw newNegation(Selectable.Raw arg)
-
prepare
public Selectable prepare(TableMetadata table)
- Specified by:
prepare
in interfaceSelectable.Raw
-
-