Package io.trino.sql.gen
Class JoinCompiler
- java.lang.Object
-
- io.trino.sql.gen.JoinCompiler
-
public class JoinCompiler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJoinCompiler.LookupSourceSupplierFactorystatic classJoinCompiler.PagesHashStrategyFactory
-
Constructor Summary
Constructors Constructor Description JoinCompiler(TypeOperators typeOperators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinCompiler.LookupSourceSupplierFactorycompileLookupSourceFactory(List<? extends Type> types, List<Integer> joinChannels, Optional<Integer> sortChannel, Optional<List<Integer>> outputChannels)JoinCompiler.PagesHashStrategyFactorycompilePagesHashStrategyFactory(List<Type> types, List<Integer> joinChannels)JoinCompiler.PagesHashStrategyFactorycompilePagesHashStrategyFactory(List<Type> types, List<Integer> joinChannels, Optional<List<Integer>> outputChannels)io.airlift.jmx.CacheStatsMBeangetHashStrategiesStats()io.airlift.jmx.CacheStatsMBeangetLookupSourceStats()
-
-
-
Constructor Detail
-
JoinCompiler
@Inject public JoinCompiler(TypeOperators typeOperators)
-
-
Method Detail
-
getLookupSourceStats
public io.airlift.jmx.CacheStatsMBean getLookupSourceStats()
-
getHashStrategiesStats
public io.airlift.jmx.CacheStatsMBean getHashStrategiesStats()
-
compileLookupSourceFactory
public JoinCompiler.LookupSourceSupplierFactory compileLookupSourceFactory(List<? extends Type> types, List<Integer> joinChannels, Optional<Integer> sortChannel, Optional<List<Integer>> outputChannels)
-
compilePagesHashStrategyFactory
public JoinCompiler.PagesHashStrategyFactory compilePagesHashStrategyFactory(List<Type> types, List<Integer> joinChannels)
-
-