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

estebanzimanyi / MobilityDB
95%

Build:
DEFAULT BRANCH: master
Repo Added 18 Sep 2020 03:00PM UTC
Files 128
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • accum
  • add-findxz-cmake
  • add-target-doc
  • affine
  • aggreg
  • aggregation
  • alpha
  • alpha1
  • alpha2
  • alpha3
  • alpha4
  • analyze
  • angular
  • api
  • appendInstant
  • arm
  • atGeomTime
  • atGeometryTime
  • atStbox
  • atgeometry
  • atgeometrytime
  • atstbox
  • atstboxsegm
  • avgValue
  • bbox
  • bbox_union
  • before_after
  • beta2
  • beta3
  • beta4
  • beta5
  • box_stbox
  • boxes_merge
  • boxesn
  • buffer
  • buffer_fn
  • buffer_more_fn
  • cache
  • candrel
  • cbuffer
  • check-cc-license
  • cmake
  • code_quality
  • commutator
  • const
  • const_array
  • constructors
  • coverage
  • coverage-support
  • datagen
  • date
  • date_ops
  • date_set_span
  • datestyle
  • dbscan
  • dbscan_next
  • develop
  • docker
  • duration
  • eacomp
  • elog
  • ensure
  • errmsg
  • esdoc
  • ever_always
  • fix_naming
  • fix_palloc
  • fix_slice
  • fixes
  • fixspgist
  • fixsplit
  • flags
  • floor_ceil
  • frechet
  • gaps
  • gboxes
  • geo_same
  • geo_serialize
  • geodetic
  • geodtiles
  • geoset
  • getvalues
  • gin
  • giulia/dwithin_new
  • giulia/traversedArea
  • global
  • globals
  • hashtable
  • headers
  • holes
  • idxtests
  • imp_meos_doc
  • imp_mobdb
  • improve
  • improve-genxmlfiles.sh
  • improve-print_fail.sh
  • improve-test_license.sh
  • improve_docs
  • indexes
  • initcap
  • issue203
  • issue_679
  • issue_690
  • joinsel
  • kdtree
  • keyvalue
  • latlong
  • leaks
  • leaks1
  • liang
  • libmeos
  • licence
  • lifting
  • lof
  • log
  • lwcircstring
  • macos
  • macros
  • martinez
  • max_header_size
  • max_spans
  • measure
  • meos
  • meos_api
  • meos_api_next
  • meos_build
  • meos_coverage
  • meos_devdoc
  • meos_examples
  • meos_gist
  • meos_indexes
  • meos_initialize
  • meos_spgist
  • meos_test
  • mest
  • mf-json
  • mfjson
  • mgist
  • mini
  • minus
  • mobdb_api
  • more_globals
  • more_span_ops
  • msys2
  • msys2-build
  • multiboxes
  • multirange
  • namespace
  • naming_common
  • nearest
  • nearestapproach
  • new_transform
  • newatstbox
  • newtraj
  • npoint
  • npoint_doxygen
  • npoint_naming
  • npoint_next
  • npoint_split_h
  • npoint_tests
  • oid_meostype
  • optimize
  • par_agg
  • pg12_eol
  • pg13eol
  • pg16
  • pg17
  • pg18
  • pg18_types
  • pg18_types_final
  • pg18_types_jsonb
  • pg18_types_linked
  • pg_api
  • pg_config
  • pg_prefix
  • pgcall
  • pginout
  • pgis_call
  • postgis3.5
  • postgis34
  • postgis34_master
  • postgis_3.6
  • postgres_move
  • precision
  • projects
  • pst
  • pymeos
  • pymeos2
  • pymeos3
  • pymeos4
  • range
  • ranges_out
  • refs/heads/develop
  • refs/heads/nbsp
  • refs/heads/traj
  • refs/heads/trajectory
  • rename
  • rename_fn
  • renaming
  • rgeo
  • rid_ways
  • round
  • rtree
  • rtree_fix
  • rtree_next
  • scale
  • selec
  • selectivity
  • seq_seqset
  • set
  • shift
  • similarity
  • single_parsing
  • skipfree
  • skiplist
  • skiplist_new
  • skiplist_test
  • slice
  • snprintf_master
  • span
  • span_lagg
  • span_ops
  • span_overlaps
  • span_tbox
  • span_union
  • spanagg
  • spans
  • spanset
  • spanset_bins
  • sprintf
  • sql_api
  • sqlapi
  • startup
  • stbox
  • stbox_geom
  • stboxes
  • stops
  • sync_api
  • syncdist
  • tbool_tint
  • tbox
  • tbox_new
  • tbox_stbox
  • tcbuffer
  • tcbuffer_next
  • template
  • test-18.04
  • text_wkb
  • tgeo
  • tgeo_next
  • tileboxes
  • tilelist
  • tiles
  • tiling
  • tochar
  • tofree
  • towards
  • tprecision
  • tprecision_fix
  • traj
  • trajectory
  • transform
  • trav_area
  • trend
  • trgeo
  • trgeo_next
  • tsample
  • tsample_tprecision
  • tsequence
  • tstz
  • tunion
  • typeids
  • typmod
  • unary_union
  • update-PSC-in-documentation
  • update-README.md
  • update-doc
  • valueTimeSplit
  • valuen
  • volume
  • windows
  • wkb
  • wkt
  • xsize
  • year2024

17 Feb 2026 02:49PM UTC coverage: 95.209% (-0.05%) from 95.254%
22217542848

push

github

web-flow
Single parsing for MEOS values (#754)

This PR enables a single parsing for MEOS values using an expandable
array.

When parsing a value composed of other values, such as a temporal
sequence composed of temporal instants, at the beginning we don't know
the number of composing values in the text string. Previously we parsed
once the string, and after knowing the number of values, we create an
array for holding the values with a `palloc` and then, the string was
reparsed again saving the values in the array. The new expandable array
data structure enables a single parsing.

139 of 173 new or added lines in 2 files covered. (80.35%)

1 existing line in 1 file now uncovered.

32650 of 34293 relevant lines covered (95.21%)

1141043.74 hits per line

Relevant lines Covered
Build:
Build:
34293 RELEVANT LINES 32650 COVERED LINES
1141043.74 HITS PER LINE
Source Files on master
  • Tree
  • List 128
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22217542848 master Single parsing for MEOS values (#754) This PR enables a single parsing for MEOS values using an expandable array. When parsing a value composed of other values, such as a temporal sequence composed of temporal instants, at the beginning we don't... push 20 Feb 2026 08:55AM UTC web-flow github
95.21
21786347306 master Add trend, segmentMinDuration, and segmentMaxDuration functions (#756) We give below the documentation of these functions in the MobilityDB Manual * `trend`: Return the trend of a temporal float with linear interpolation, which states whether it... push 07 Feb 2026 08:30PM UTC web-flow github
95.25
19856588897 master Uniformize tsequence and tsequencset constructors (#750) push 02 Dec 2025 11:16AM UTC web-flow github
95.24
19767542892 master Remove local and postgres includes from new exported header files (#748) This PR just removes the local and postgres includes in two exportable header files (makes PyMEOS build crash): - `meos_pose.h`: removes `temporal/set.h` - `meos_rgeo.h`: R... push 28 Nov 2025 03:13PM UTC web-flow github
95.24
19676601041 master Uniformize function names (#747) The following function names were changed to be compatible with the other functions * geo_ngeos -> geo_num_geos * geo_npoints -> geo_num_points * geo_geoN -> geo_geo_n push 25 Nov 2025 04:29PM UTC web-flow github
95.24
19672903782 master Uniformize function names push 25 Nov 2025 02:31PM UTC estebanzimanyi github
95.24
19666070303 master Remove const qualifier for array arguments (#745) push 25 Nov 2025 10:23AM UTC web-flow github
95.25
19516382561 master Add tests to MEOS (#742) * Corrected memory leaks and memory errors using a set of programs in meos/test/*_test.c that call ALL the functions of the External MEOS API. * While doing this we improved the naming of a few MEOS functions. push 19 Nov 2025 09:10PM UTC web-flow github
95.24
19131666367 master Remove support of PG 13 (#743) push 06 Nov 2025 09:59AM UTC web-flow github
95.45
18918053305 master Bump master version to 1.4.0dev (#735) push 29 Oct 2025 06:28PM UTC web-flow github
95.45
See All Builds (2998)
  • Repo on GitHub
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