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

JuliaData / Nulls.jl / 109
95%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2017 09:08PM UTC
Jobs 3
Files 1
Run time 65min
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

pending completion
109

push

travis-ci

ararslan
Add coalesce() function (#28)

Small helper function which is useful either to take the first non-missing
value, or to replace missing values with a given value (when passing a value known
not to be missing). Also usable in its broadcasted form, where a non-null
scalar argument will be automatically used in place of all nulls.
Inspired by the equivalent SQL and dplyr function.

Currently, broadcast returns a Vector{Any} rather than the more efficient
Vector{Union{Null, T}} when the result contains nulls. This will have to
be improved in Base.

The function is not exported (like replace() and skip()), but it could be
at some point since its name is unlikely to conflict with other packages.

45 of 45 relevant lines covered (100.0%)

16.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 109.1 30 Aug 2017 09:08PM UTC 0
100.0
Travis Job 109.1
2 109.2 30 Aug 2017 09:12PM UTC 0
93.33
Travis Job 109.2
3 109.3 30 Aug 2017 10:13PM UTC 0
100.0
Travis Job 109.3
Source Files on build 109
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #109
  • 05a1e803 on github
  • Prev Build on master (#103)
  • Next Build on master (#110)
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