Uses of Interface
org.apache.calcite.linq4j.function.NullableFloatFunction1
-
Packages that use NullableFloatFunction1 Package Description org.apache.calcite.linq4j Language-integrated query for Java (linq4j) main package. -
-
Uses of NullableFloatFunction1 in org.apache.calcite.linq4j
Methods in org.apache.calcite.linq4j with parameters of type NullableFloatFunction1 Modifier and Type Method Description FloatDefaultEnumerable. average(NullableFloatFunction1<T> selector)static <TSource> FloatEnumerableDefaults. average(Enumerable<TSource> source, NullableFloatFunction1<TSource> selector)Computes the average of a sequence of nullable Float values that are obtained by invoking a transform function on each element of the input sequence.FloatExtendedEnumerable. average(NullableFloatFunction1<TSource> selector)Computes the average of a sequence of nullable Float values that are obtained by invoking a transform function on each element of the input sequence.FloatDefaultEnumerable. max(NullableFloatFunction1<T> selector)static <TSource> FloatEnumerableDefaults. max(Enumerable<TSource> source, NullableFloatFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the maximum nullable Float value.FloatExtendedEnumerable. max(NullableFloatFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the maximum nullable Float value.FloatDefaultEnumerable. min(NullableFloatFunction1<T> selector)static <TSource> FloatEnumerableDefaults. min(Enumerable<TSource> source, NullableFloatFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the minimum nullable Float value.FloatExtendedEnumerable. min(NullableFloatFunction1<TSource> selector)Invokes a transform function on each element of a sequence and returns the minimum nullable Float value.FloatDefaultEnumerable. sum(NullableFloatFunction1<T> selector)static <TSource> FloatEnumerableDefaults. sum(Enumerable<TSource> source, NullableFloatFunction1<TSource> selector)Computes the sum of the sequence of nullable Float values that are obtained by invoking a transform function on each element of the input sequence.FloatExtendedEnumerable. sum(NullableFloatFunction1<TSource> selector)Computes the sum of the sequence of nullable Float 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 NullableFloatFunction1 Modifier and Type Method Description FloatDefaultQueryable. averageNullableFloat(FunctionExpression<NullableFloatFunction1<T>> selector)FloatEnumerableQueryable. averageNullableFloat(FunctionExpression<NullableFloatFunction1<T>> selector)FloatExtendedQueryable. averageNullableFloat(FunctionExpression<NullableFloatFunction1<TSource>> selector)Computes the average of a sequence of nullable Float values that is obtained by invoking a projection function on each element of the input sequence.static <T> FloatQueryableDefaults. averageNullableFloat(Queryable<T> queryable, FunctionExpression<NullableFloatFunction1<T>> selector)Computes the average of a sequence of nullable Float values that is obtained by invoking a projection function on each element of the input sequence.FloatQueryableFactory. averageNullableFloat(Queryable<T> source, FunctionExpression<NullableFloatFunction1<T>> selector)Computes the average of a sequence of nullable Float values that is obtained by invoking a projection function on each element of the input sequence.FloatQueryableRecorder. averageNullableFloat(Queryable<T> source, FunctionExpression<NullableFloatFunction1<T>> selector)FloatDefaultQueryable. sumNullableFloat(FunctionExpression<NullableFloatFunction1<T>> selector)FloatEnumerableQueryable. sumNullableFloat(FunctionExpression<NullableFloatFunction1<T>> selector)FloatExtendedQueryable. sumNullableFloat(FunctionExpression<NullableFloatFunction1<TSource>> selector)Computes the sum of the sequence of nullable Float values that is obtained by invoking a projection function on each element of the input sequence.static <T> FloatQueryableDefaults. sumNullableFloat(Queryable<T> source, FunctionExpression<NullableFloatFunction1<T>> selector)Computes the sum of the sequence of nullable Float values that is obtained by invoking a projection function on each element of the input sequence.FloatQueryableFactory. sumNullableFloat(Queryable<T> source, FunctionExpression<NullableFloatFunction1<T>> selector)Computes the sum of the sequence of nullable Float values that is obtained by invoking a projection function on each element of the input sequence.FloatQueryableRecorder. sumNullableFloat(Queryable<T> source, FunctionExpression<NullableFloatFunction1<T>> selector)
-