Uh oh!
There was an error while loading. Please reload this page.
ARROW-12781: [R] Implement is.type() functions for dplyr - #10327
ARROW-12781: [R] Implement is.type() functions for dplyr#10327ianmcook wants to merge 22 commits into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
nealrichardson
left a comment
There was a problem hiding this comment.
Cool, thanks for picking this up
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.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
is.*()functions and rlangis_*()functions for checking column types in dplyris()function likemethods::is()for the same$type_id()method toExpressionand to some other R6 classes that were missing itExpression$type()works, allowing the schema to be assigned toExpression$schemabeforewhere()select helper inrelocate()(but not in other verbs; that's ARROW-12778)