sdf_to_avro
Convert column(s) to avro format
Description
Convert column(s) to avro format
Usage
sdf_to_avro(x, cols = colnames(x))
Arguments
Argument | Description |
---|---|
x | An object coercible to a Spark DataFrame |
cols | Subset of Columns to convert into avro format |