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

sunchao / parquet-rs / 591
96%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2018 04:57PM UTC
Jobs 1
Files 29
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

pending completion
591

push

travis-ci

sunchao
Generic reader (#142)

Generalized FileReader in order to allow multiple inner readers. This
will allow to be able to parse from an in-memory buffer, for example
(via Cursor<&[u8]>, for example).

Note that there are still some issues because of 'static lifetimes (I
guess that it's still due to some type referencing `DataType`), which
limits a little bit how it may be used. For example, this example does
not work at the moment:

```rust
    let v = vec![0, 1, 2, 3];
    let c = Cursor::new(v.as_ref());
    let serialized = SerializedFileReader::new(c).unwrap();

    // compiler refuses to compile due to `v does not life enough`
    let iterator = serialized.get_row_iter(None).unwrap();
```

11959 of 12520 relevant lines covered (95.52%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 591.1 15 Aug 2018 04:57PM UTC 0
95.52
Travis Job 591.1
Source Files on build 591
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #591
  • 8827b634 on github
  • Prev Build on master (#590)
  • Next Build on master (#595)
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