Uses of Interface
com.sap.cds.ql.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in com.sap.cds.ql
Subinterfaces of FunctionCall in com.sap.cds.qlMethods in com.sap.cds.ql that return FunctionCallModifier and TypeMethodDescriptionstatic FunctionCall<Number>Creates an average function call on the given element or expression.Value.average()Creates a function by passing this value as a parameter to the underlying data store's AVG function.static FunctionCall<Long>CQL.count()Creates a count all function call.static FunctionCall<Long>CQL.count(CqnElementRef element) Creates a count function call on the given element.static FunctionCall<Long>CQL.countDistinct(CqnValue value) Creates an count distinct function call on the given element or expression.CqnBuilder.QueryBuilderSupport.countDistinct(CqnValue value) Value.countDistinct()Creates a function by passing this value as a parameter with the DISTINCT keyword to the underlying data store's COUNT function.static <T> FunctionCall<T>Creates a CDS QL function call that is send to the underlying data store.static <T> FunctionCall<T>Creates a CDS QL function call that is send to the underlying data store.<T> FunctionCall<T>static <T> FunctionCall<T>Creates a max function call on the given element or expression.Value.max()Creates a function by passing this value as a parameter to the underlying data store's MAX function.static <T> FunctionCall<T>Creates a min function call on the given element or expression.Value.min()Creates a function by passing this value as a parameter to the underlying data store's MIN function.static FunctionCall<Number>Creates a sum function call on the given element or expression.Value.sum()Creates a function by passing this value as a parameter to the underlying data store's SUM function.<U> FunctionCall<U>