View source: R/sdf_interface.R
sdf_from_avro | R Documentation |
Convert column(s) from avro format
sdf_from_avro(x, cols)
x |
An object coercible to a Spark DataFrame |
cols |
Named list of columns to transform from Avro format plus a valid Avro
schema string for each column, where column names are keys and column schema strings
are values (e.g.,
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.