MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / NewCartesianBoundingBox

Function NewCartesianBoundingBox

pkg/geo/bbox.go:30–32  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

28// NewCartesianBoundingBox returns a properly initialized empty bounding box
29// for cartesian plane types.
30func NewCartesianBoundingBox() *CartesianBoundingBox {
31 return nil
32}
33
34// Repr is the string representation of the CartesianBoundingBox.
35func (b *CartesianBoundingBox) Repr() string {

Callers 2

SampleDatumFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…