Cube

data class Cube(val x: DoubleArray, val y: DoubleArray)(source)

Represents a box suitable for an indexed search using the cube @> operator. Part of PostgreSQL cube SQL extension. https://www.postgresql.org/docs/9.5/cube.html

Constructors

Link copied to clipboard
constructor(x: DoubleArray, y: DoubleArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String