• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 10248362694 / 1
74%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: babel-6139
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 05 Aug 2024 12:47PM UTC
Files 114
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Aug 2024 12:00PM UTC coverage: 73.558% (+0.008%) from 73.55%
10248362694.1

push

github

web-flow
Supported STContains, STEquals, STArea PostGIS functions for Geospatial datatypes (#2831)

Implemented GeoSpatial sql functions STContains(), STEquals(), STArea() and STSrid().

DECLARE @point1 geography, @point2 geography;
SET @point1 = geography::STGeomFromText('POINT(-122.354657658684900 47.658678768678100)', 4326);
SET @point2 = geography::STGeomFromText('POINT(-122.354657658684900 47.658678768678100)', 4326);
SELECT @point1.STContains(@point2) AS isIN;
go

Output:
isIN
------
1

DECLARE @point1 geography, @point2 geography;
SET @point1 = geography::STGeomFromText('POINT(-122.354657658684900 47.658678768678100)', 4326);
SET @point2 = geography::STGeomFromText('POINT(-122.354657658684900 47.658678768678100)', 4326);
SELECT @point1.STEquals(@point2) AS Equals;
go

Output:
Equals
------
1

DECLARE @point1 geography;
SET @point1 = geography::STGeomFromText('POINT(-122.354657658684900 47.658678768678100)', 4326);
SELECT @point1.STArea() AS Area;
go

Output:
Area
------
0

Task: BABEL-5101

Signed-off-by: yashneet vinayak yashneet@amazon.com

42488 of 57761 relevant lines covered (73.56%)

110775.25 hits per line

Source Files on job 10248362694.1
  • Tree
  • List 0
  • Changed 79
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10248362694
  • 5ba02412 on github
  • Prev Job for on BABEL_3_X_DEV (#10247058665.1)
  • Next Job for on BABEL_3_X_DEV (#10252715344.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc