Skip to content
Discussion options

You must be logged in to vote

No, and this is not possible to implement the way you describe without breaking Perspective's persistence guarantee, namely that calling save() is guaranteed to work with restore() as long as the Table() schema under which it was constructed remains in-tact. Mutating the structure of the underlying Table() in-place will fail to resolve renamed columns unless we also persist the alias map along with it, which is exactly what a simple expression column with just an alias does (in addition to supplanting column duplicates, multi-aggregate columns, and a host of other minor features).

This may be "confusing" in some sense, but it represents the actual state of the viewer and is important info…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nekw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants