Skip to content

[C++][Dataset] Implement InMemoryDatasetFactory #24164

@asfimport

Description

@asfimport

This will allow in memory datasets (such as tables) to participate in discovery through UnionDatasetFactory. This class will be trivial since Inspect will do nothing but return the table's schema, but is necessary to ensure that the resulting UnionDataset's unified schema accommodates the table's schema (for example including fields present only in the table's schema or emitting an error when unification is not possible)

Reporter: Ben Kietzman / @bkietz
Assignee: Ben Kietzman / @bkietz

Related issues:

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions