| stream_count | R Documentation |
Stream row count
stream_count(x)
x |
A |
A single integer giving the total number of rows across all partitions.
s <- schema(x = float64())
sink <- table_sink(s, mode = "row_groups")
table_write(sink, 1L, data.frame(x = rnorm(5)))
rg <- table_finalize(sink)
stream_count(rg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.