Skip to content

[Rust] [Parquet] Expose SliceableCursor and FileSource #26379

@asfimport

Description

@asfimport

7155cd5 Reworked how the parquet reader traits were implemented to be interms of a ChunkReader trait (for the better, in my opinion).

That commit includes two helper classes, SliceableCursor and FileSource, which implement ChunkReader for a Cursor like thing and Files, respectively

My project uses the parquet SerializedFileWriter with things that look like File and Cursor and thus I would like to re-use the logic in SliceableCursor and FileSource without having to copy/paste them.

Reporter: Andrew Lamb / @alamb
Assignee: Andrew Lamb / @alamb

PRs and other links:

Note: This issue was originally created as ARROW-10396. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions