Uses of Enum Class
io.trino.plugin.jdbc.JoinPushdownStrategy
Packages that use JoinPushdownStrategy
-
Uses of JoinPushdownStrategy in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return JoinPushdownStrategyModifier and TypeMethodDescriptionJdbcJoinPushdownConfig.getJoinPushdownStrategy()static JoinPushdownStrategyJdbcJoinPushdownSessionProperties.getJoinPushdownStrategy(ConnectorSession session) static JoinPushdownStrategyReturns the enum constant of this class with the specified name.static JoinPushdownStrategy[]JoinPushdownStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.jdbc with parameters of type JoinPushdownStrategyModifier and TypeMethodDescriptionJdbcJoinPushdownConfig.setJoinPushdownStrategy(JoinPushdownStrategy joinPushdownStrategy)