sdf_read_column {sparklyr} | R Documentation |
Read a Column from a Spark DataFrame
Description
Read a single column from a Spark DataFrame, and return the contents of that column back to R.
Usage
sdf_read_column(x, column)
Arguments
x |
A |
column |
The name of a column within |
Details
It is expected for this operation to preserve row order.
[Package sparklyr version 1.8.6 Index]