Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4.3k
ARROW-3814: [R] RecordBatch$from_arrays()#3565
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
9a0f996cd03e19d49906ac71d87220c5ce6c5ad626c00774a41b496f7e8a4b768744f5d8e627fd958108fc885fdc04f9044574942efd84c5eed535f2362ea0f27dcb96ea0778ab0cd16File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -21,7 +21,10 @@ to_arrow <- function(x) { | ||
| `to_arrow.arrow::RecordBatch` <- function(x) x | ||
| `to_arrow.arrow::Table` <- function(x) x | ||
| `to_arrow.data.frame` <- function(x) table(x) | ||
| # splice the data frame as arguments of table() | ||
| # see ?rlang::list2() | ||
| `to_arrow.data.frame` <- function(x) table(!!!x) | ||
romainfrancois marked this conversation as resolved.
Outdated
Uh oh!There was an error while loading. Please reload this page. | ||
| #' serialize an [arrow::Table][arrow__Table], an [arrow::RecordBatch][arrow__RecordBatch], or a | ||
| #' data frame to either the streaming format or the binary file format | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,4 +33,4 @@ CPPLINT=$CPP_BUILD_SUPPORT/cpplint.py | ||
| $CPP_BUILD_SUPPORT/run_cpplint.py \ | ||
| --cpplint_binary=$CPPLINT \ | ||
| --exclude_glob=$CPP_BUILD_SUPPORT/lint_exclusions.txt \ | ||
| --source_dir=$SOURCE_DIR/src --quiet $1 | ||
| --source_dir=$SOURCE_DIR/src --quiet | ||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did we need to pass $1 to Removing it here allows to use and let the tool fix the format Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is okay | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.