Uses of Interface
org.apache.calcite.linq4j.function.NullableLongFunction1
-
Packages that use NullableLongFunction1 Package Description org.apache.calcite.linq4j Language-integrated query for Java (linq4j) main package. -
-
Uses of NullableLongFunction1 in org.apache.calcite.linq4j
Methods in org.apache.calcite.linq4j with parameters of type NullableLongFunction1 Modifier and Type Method Description LongDefaultEnumerable. average(NullableLongFunction1<T> selector)static <TSource> LongEnumerableDefaults. average(Enumerable<TSource> source, NullableLongFunction1<TSource> selector)Computes the average of a sequence of nullable long values that are obtained by invoking a transform function on each element of the input sequence.LongExtendedEnumerable. average(NullableLongFunction1<TSource> selector)Computes the average of a sequence of nullable long values that are obtained by invoking a transform function on each element of the input sequence.LongDefaultEnumerable. max(NullableLongFunction1<T> selector)static <TSource> LongEnumerableDefaults. max(Enumerable<TSource> source, NullableLongFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the maximum nullable long value.LongExtendedEnumerable. max(NullableLongFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the maximum nullable long value.LongDefaultEnumerable. min(NullableLongFunction1<T> selector)static <TSource> LongEnumerableDefaults. min(Enumerable<TSource> source, NullableLongFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the minimum nullable long value.LongExtendedEnumerable. min(NullableLongFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the minimum nullable long value.LongDefaultEnumerable. sum(NullableLongFunction1<T> selector)static <TSource> LongEnumerableDefaults. sum(Enumerable<TSource> source, NullableLongFunction1<TSource> selector)Computes the sum of the sequence of nullable long values that are obtained by invoking a transform function on each element of the input sequence.LongExtendedEnumerable. sum(NullableLongFunction1<TSource> selector)Computes the sum of the sequence of nullable long 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 NullableLongFunction1 Modifier and Type Method Description LongDefaultQueryable. averageNullableLong(FunctionExpression<NullableLongFunction1<T>> selector)LongEnumerableQueryable. averageNullableLong(FunctionExpression<NullableLongFunction1<T>> selector)LongExtendedQueryable. averageNullableLong(FunctionExpression<NullableLongFunction1<TSource>> selector)Computes the average of a sequence of nullable long values that is obtained by invoking a projection function on each element of the input sequence.static <T> LongQueryableDefaults. averageNullableLong(Queryable<T> queryable, FunctionExpression<NullableLongFunction1<T>> selector)Computes the average of a sequence of nullable long values that is obtained by invoking a projection function on each element of the input sequence.LongQueryableFactory. averageNullableLong(Queryable<T> source, FunctionExpression<NullableLongFunction1<T>> selector)Computes the average of a sequence of nullable long values that is obtained by invoking a projection function on each element of the input sequence.LongQueryableRecorder. averageNullableLong(Queryable<T> source, FunctionExpression<NullableLongFunction1<T>> selector)LongDefaultQueryable. sumNullableLong(FunctionExpression<NullableLongFunction1<T>> selector)LongEnumerableQueryable. sumNullableLong(FunctionExpression<NullableLongFunction1<T>> selector)LongExtendedQueryable. sumNullableLong(FunctionExpression<NullableLongFunction1<TSource>> selector)Computes the sum of the sequence of nullable long values that is obtained by invoking a projection function on each element of the input sequence.static <T> LongQueryableDefaults. sumNullableLong(Queryable<T> source, FunctionExpression<NullableLongFunction1<T>> selector)Computes the sum of the sequence of nullable long values that is obtained by invoking a projection function on each element of the input sequence.LongQueryableFactory. sumNullableLong(Queryable<T> source, FunctionExpression<NullableLongFunction1<T>> selector)Computes the sum of the sequence of nullable long values that is obtained by invoking a projection function on each element of the input sequence.LongQueryableRecorder. sumNullableLong(Queryable<T> source, FunctionExpression<NullableLongFunction1<T>> selector)
-