Uses of Class
org.apache.calcite.linq4j.LookupImpl
-
Packages that use LookupImpl Package Description org.apache.calcite.linq4j Language-integrated query for Java (linq4j) main package. -
-
Uses of LookupImpl in org.apache.calcite.linq4j
Methods in org.apache.calcite.linq4j that return LookupImpl Modifier and Type Method Description (package private) static <TSource,TKey,TElement>
LookupImpl<TKey,TElement>EnumerableDefaults. toLookup_(Map<TKey,List<TElement>> map, Enumerable<TSource> source, Function1<TSource,TKey> keySelector, Function1<TSource,TElement> elementSelector)
-