You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently treat the RowId column as a special snowflake. However, it would be nice if we treated it the same as our time columns, unifying them under an index column type.
The first advantage is that the dataframe API would allow users to select (or not select) the row id column.
In the limit, this would be part of an effort to expand the types of indices we allow beyond i64 (which we use for time/sequence).
The text was updated successfully, but these errors were encountered:
### Related
* Sibling PR: rerun-io/dataplatform#259
* Part of #8744
* Part of #9082
### What
A few steps on the road to unifying timelines and RowId
### TODO
* [x] dataplatform PR
We currently treat the
RowId
column as a special snowflake. However, it would be nice if we treated it the same as our time columns, unifying them under an index column type.The first advantage is that the dataframe API would allow users to select (or not select) the row id column.
In the limit, this would be part of an effort to expand the types of indices we allow beyond
i64
(which we use for time/sequence).The text was updated successfully, but these errors were encountered: