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

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

Build:
Build:
LAST BUILD BRANCH: BABEL-5577
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 05 Aug 2024 12:47PM UTC
Jobs 1
Files 114
Run time 1min
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

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

Uncovered Existing Lines

Lines Coverage ∆ File
1
70.48
-0.22% contrib/babelfishpg_tds/src/backend/tds/tdsutils.c
Jobs
ID Job ID Ran Files Coverage
1 10248362694.1 05 Aug 2024 12:47PM UTC 114
73.56
GitHub Action Run
Source Files on build 10248362694
  • Tree
  • List 114
  • Changed 79
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10248362694
  • 5ba02412 on github
  • Prev Build on BABEL_3_X_DEV (#10247058665)
  • Next Build on BABEL_3_X_DEV (#10252715344)
  • 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

© 2025 Coveralls, Inc