| Method and Description |
|---|
| org.apache.calcite.linq4j.function.Functions.adapt(List<T1>, Function1<T1, R>)
Use
Lists.transform(java.util.List<F>, com.google.common.base.Function<? super F, ? extends T>) |
| org.apache.calcite.linq4j.function.Functions.adapt(T[], Function1<T, R>)
Use
Lists.transform(java.util.List<F>, com.google.common.base.Function<? super F, ? extends T>)
and Arrays.asList(Object[]) |
| org.apache.calcite.linq4j.Linq4j.equals(T, T) |
| org.apache.calcite.linq4j.EnumerableDefaults.mergeJoin(Enumerable<TSource>, Enumerable<TInner>, Function1<TSource, TKey>, Function1<TInner, TKey>, Function2<TSource, TInner, TResult>, boolean, boolean) |
| org.apache.calcite.linq4j.Linq4j.requireNonNull(T) |
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.