Skip to main content

semi_join_pushdown_enabled

Function semi_join_pushdown_enabled 

Source
pub fn semi_join_pushdown_enabled() -> bool
Expand description

Whether semi-join pushdown through an inner join is enabled (default: yes).

See SEMI_JOIN_PUSHDOWN_ENV for why the default is on, and for the one revision where it was not.