| Package | Description |
|---|---|
| io.prestosql.operator.index |
| Constructor and Description |
|---|
IndexLoader(Set<Integer> lookupSourceInputChannels,
List<Integer> keyOutputChannels,
OptionalInt keyOutputHashChannel,
List<Type> outputTypes,
IndexBuildDriverFactoryProvider indexBuildDriverFactoryProvider,
int expectedPositions,
io.airlift.units.DataSize maxIndexMemorySize,
IndexJoinLookupStats stats,
PagesIndex.Factory pagesIndexFactory,
JoinCompiler joinCompiler) |
IndexLookupSourceFactory(Set<Integer> lookupSourceInputChannels,
List<Integer> keyOutputChannels,
OptionalInt keyOutputHashChannel,
List<Type> outputTypes,
Map<Symbol,Integer> layout,
IndexBuildDriverFactoryProvider indexBuildDriverFactoryProvider,
io.airlift.units.DataSize maxIndexMemorySize,
IndexJoinLookupStats stats,
boolean shareIndexLoading,
PagesIndex.Factory pagesIndexFactory,
JoinCompiler joinCompiler) |
Copyright © 2012–2019. All rights reserved.