Skip to content

Allow each Column in a DataTable have its own RowIndex #1188

@st-pasha

Description

@st-pasha

This is needed to implement efficient joins: the columns from the Left frame and the columns from the Right frame will have different RowIndices applied to them.
This feature may also be handy when selecting regular columns alongside with the computed ones.

This change will remove the rowindex property in DataTable object, possibly replacing it with nrowindices field counting the number of different rowindices for all columns in the frame.

Metadata

Metadata

Assignees

Labels

High priorityhigh-priority tasksimproveImprovement of an existing functionalityjoinrefactorInternal code changes, clean-ups or reorganizations that are not externally visible

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions