View Source Postgrex.Box (Postgrex v0.17.5)

Struct for PostgreSQL box.

Fields

  • upper_right
  • bottom_left

Summary

Types

@type t() :: %Postgrex.Box{
  bottom_left: Postgrex.Point.t(),
  upper_right: Postgrex.Point.t()
}