class

Clear::Expression::Node::InArray

Inherits Clear::Expression::Node < Clear::Expression::JSONB::Node < Reference < Object

A node managing the rendering of array in Postgres.

  • It renders val IN (...).
  • If the array passed as argument is empty, it renders FALSE instead.

Constructors

new(target : Node, array : Array(String))
Source

Instance methods

resolve
Source