Skip to main content

SUBQUERY_PREDICATES

Static SUBQUERY_PREDICATES 

Source
pub static SUBQUERY_PREDICATES: LazyLock<HashSet<TokenType>>
Expand description

SUBQUERY_PREDICATES: Tokens that introduce subquery predicates Python: SUBQUERY_PREDICATES = {TokenType.ANY: exp.Any, …}