class

Lustra::Expression::Node::InArray

Inherits Lustra::Expression::Node < Lustra::Expression::JSONB::Node < Lustra::Expression::Geometric::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