Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign handling of named columns #36

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Redesign handling of named columns #36

merged 3 commits into from
Jul 8, 2024

Conversation

prolativ
Copy link
Collaborator

@prolativ prolativ commented Jul 8, 2024

  • Separate general Column supertype from data type specific Col[T]
  • Remove column names from members of view-like refinements
  • Rely on tuples instead of varargs in user facing APIs of methods like select, agg, groupBy
  • Assign names to columns via implicit conversions

@prolativ prolativ merged commit acb3165 into main Jul 8, 2024
1 check passed
@prolativ prolativ deleted the new_named_columns branch October 15, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant