Class Columns.FunctionCall
java.lang.Object
org.springframework.data.cassandra.core.query.Columns.FunctionCall
- All Implemented Interfaces:
Columns.Selector
- Enclosing class:
- Columns
Function call selector with alias support.
Function calls accept Columns.Selector, Selector or
Term as parameters. Numeric values are rendered inline (such
as 1 in COUNT(1)). Other parameters are represented as Terms.
-
Method Details
-
from
- Parameters:
expression- the CQL function name.params- function parameters such asColumns.Selector,SelectororTerm.- Returns:
- the function call.
- Since:
- 4.5.12
-
as
- Specified by:
asin interfaceColumns.Selector- Parameters:
alias- must not be null.- Returns:
- the aliased
Columns.ColumnSelector.
-
getExpression
- Specified by:
getExpressionin interfaceColumns.Selector
-
getAlias
- Specified by:
getAliasin interfaceColumns.Selector
-
getParameters
-
equals
-
hashCode
public int hashCode() -
toString
-