Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

This module contains the query dsl node definitions for array comparison operations like IN and NOT IN

Structs§

  • Query dsl node that represents a left IN (values) expression
  • Query dsl node for an IN (values) clause containing a variable number of bind values.
  • Query dsl node that represents a left NOT IN (values) expression

Traits§

  • This trait describes how a type is transformed to the IN (values) value expression
  • A helper trait to check if the values clause of an In or NotIn query dsl node is empty or not