You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/25 13:29:25 UTC

[GitHub] [arrow] thisisnic commented on a change in pull request #10388: ARROW-12729: [R] Fix length method for Table, RecordBatch

thisisnic commented on a change in pull request #10388:
URL: https://github.com/apache/arrow/pull/10388#discussion_r638788124



##########
File path: r/R/table.R
##########
@@ -184,3 +184,6 @@ Table$create <- function(..., schema = NULL) {
 
 #' @export
 names.Table <- function(x) x$ColumnNames()
+
+#' @export
+length.ArrowTabular <- function(x) x$num_columns

Review comment:
       Done!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org