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

<LazyFrame>$fetch() #319

Merged
merged 21 commits into from
Aug 30, 2023
Merged

<LazyFrame>$fetch() #319

merged 21 commits into from
Aug 30, 2023

Conversation

sorhawell
Copy link
Collaborator

@sorhawell sorhawell commented Jul 10, 2023

Close #283

@sorhawell
Copy link
Collaborator Author

tests and better docs missing

R/dataframe__frame.R Outdated Show resolved Hide resolved
@etiennebacher etiennebacher changed the title <LazyFrame>$fetch() + <DataFrame>$fetch() <LazyFrame>$fetch() Jul 27, 2023
@sorhawell sorhawell self-assigned this Aug 1, 2023
sorhawell and others added 7 commits August 8, 2023 15:35
Merge branch 'main' into dataframe-fetch

# Conflicts:
#	R/dataframe__frame.R
#	R/extendr-wrappers.R
#	R/lazyframe__lazy.R
#	src/rust/src/lazy/dataframe.rs
Merge remote-tracking branch 'origin/main' into dataframe-fetch

# Conflicts:
#	R/extendr-wrappers.R
#	R/lazyframe__lazy.R
#	src/rust/src/lazy/dataframe.rs
@sorhawell sorhawell marked this pull request as ready for review August 10, 2023 13:04
Merge remote-tracking branch 'origin/main' into dataframe-fetch

# Conflicts:
#	R/lazyframe__lazy.R
#	man/LazyFrame_collect.Rd
#	src/rust/src/lazy/dataframe.rs
sorhawell and others added 6 commits August 28, 2023 14:07
Merge branch 'main' into dataframe-fetch

# Conflicts:
#	NEWS.md
#	R/extendr-wrappers.R
#	man/where_in.Rd
etiennebacher

This comment was marked as outdated.

Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @sorhawell

@etiennebacher etiennebacher merged commit afb7650 into main Aug 30, 2023
11 checks passed
@etiennebacher etiennebacher deleted the dataframe-fetch branch August 30, 2023 06:30
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.

Implement $fetch()
2 participants