Skip to content

Read columns via DynamicTable #130

Open
@oruebel

Description

#85 adds core read capabilities. For DynamicTable specifically, it would be useful to have convenience methods to read VectorData columns that may also be specified dynamically and not be part of the schema.

This is also related to #131 , which may partially address this issue or at least provide functionality for implementing a solution to this issue.

Currently, a user can get the path from DynamicTable and the colNames to construct the paths or use findTypes to search for columns in the DynamicTable. However, DynamicTable itself does not provide a way to create ReadDataWrapper objects for the VectorData columns it manages.

Metadata

Assignees

Labels

category: enhancementproposed enhancements or new featurespriority: mediumnon-critical problem and/or affecting only a small set of users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions