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