MCPcopy Create free account
hub / github.com/dolthub/doltgresql / NewCartesianBoundingBox

Function NewCartesianBoundingBox

postgres/parser/geo/bbox.go:48–50  ·  view source on GitHub ↗

NewCartesianBoundingBox returns a properly initialized empty bounding box for carestian plane types.

()

Source from the content-addressed store, hash-verified

46// NewCartesianBoundingBox returns a properly initialized empty bounding box
47// for carestian plane types.
48func NewCartesianBoundingBox() *CartesianBoundingBox {
49 return nil
50}
51
52// Repr is the string representation of the CartesianBoundingBox.
53func (b *CartesianBoundingBox) Repr() string {

Callers 2

SampleDatumFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected