Skip to content

Implement efficient data utils methods for Tables.MatrixTable  #789

Open
@OkonSamuel

Description

@OkonSamuel

There is a need to implement efficient selectrows and selectcols methods for Tables.MatrixTable table type. The current data utils methods only have efficient fallbacks for DataFrame table type, but we could easily add efficient methods for Tables.MatrixTable type after this issue get resolved.
This would avoid materializing wide matrix tables as a NamedTuple which the Julia compiler has issues handling.

cc. @ablaom

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions