Uses of Interface
org.apache.calcite.linq4j.function.BigDecimalFunction1
-
Packages that use BigDecimalFunction1 Package Description org.apache.calcite.linq4j Language-integrated query for Java (linq4j) main package. -
-
Uses of BigDecimalFunction1 in org.apache.calcite.linq4j
Methods in org.apache.calcite.linq4j with parameters of type BigDecimalFunction1 Modifier and Type Method Description BigDecimalDefaultEnumerable. average(BigDecimalFunction1<T> selector)static <TSource> BigDecimalEnumerableDefaults. average(Enumerable<TSource> source, BigDecimalFunction1<TSource> selector)Computes the average of a sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence.BigDecimalExtendedEnumerable. average(BigDecimalFunction1<TSource> selector)Computes the average of a sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence.BigDecimalDefaultEnumerable. max(BigDecimalFunction1<T> selector)static <TSource> BigDecimalEnumerableDefaults. max(Enumerable<TSource> source, BigDecimalFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the maximum Decimal value.BigDecimalExtendedEnumerable. max(BigDecimalFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the maximum Decimal value.BigDecimalDefaultEnumerable. min(BigDecimalFunction1<T> selector)static <TSource> BigDecimalEnumerableDefaults. min(Enumerable<TSource> source, BigDecimalFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the minimum Decimal value.BigDecimalExtendedEnumerable. min(BigDecimalFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the minimum Decimal value.BigDecimalDefaultEnumerable. sum(BigDecimalFunction1<T> selector)static <TSource> BigDecimalEnumerableDefaults. sum(Enumerable<TSource> source, BigDecimalFunction1<TSource> selector)Computes the sum of the sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence.BigDecimalExtendedEnumerable. sum(BigDecimalFunction1<TSource> selector)Computes the sum of the sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence.Method parameters in org.apache.calcite.linq4j with type arguments of type BigDecimalFunction1 Modifier and Type Method Description BigDecimalDefaultQueryable. averageBigDecimal(FunctionExpression<BigDecimalFunction1<T>> selector)BigDecimalEnumerableQueryable. averageBigDecimal(FunctionExpression<BigDecimalFunction1<T>> selector)BigDecimalExtendedQueryable. averageBigDecimal(FunctionExpression<BigDecimalFunction1<TSource>> selector)Computes the average of a sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.static <T> BigDecimalQueryableDefaults. averageBigDecimal(Queryable<T> queryable, FunctionExpression<BigDecimalFunction1<T>> selector)Computes the average of a sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.BigDecimalQueryableFactory. averageBigDecimal(Queryable<T> source, FunctionExpression<BigDecimalFunction1<T>> selector)Computes the average of a sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.BigDecimalQueryableRecorder. averageBigDecimal(Queryable<T> source, FunctionExpression<BigDecimalFunction1<T>> selector)BigDecimalDefaultQueryable. sumBigDecimal(FunctionExpression<BigDecimalFunction1<T>> selector)BigDecimalEnumerableQueryable. sumBigDecimal(FunctionExpression<BigDecimalFunction1<T>> selector)BigDecimalExtendedQueryable. sumBigDecimal(FunctionExpression<BigDecimalFunction1<TSource>> selector)Computes the sum of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.static <T> BigDecimalQueryableDefaults. sumBigDecimal(Queryable<T> sources, FunctionExpression<BigDecimalFunction1<T>> selector)Computes the sum of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.BigDecimalQueryableFactory. sumBigDecimal(Queryable<T> source, FunctionExpression<BigDecimalFunction1<T>> selector)Computes the sum of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.BigDecimalQueryableRecorder. sumBigDecimal(Queryable<T> source, FunctionExpression<BigDecimalFunction1<T>> selector)
-