Function | Description |
---|---|
from_csv(csvStr, schema[, options]) | Returns a struct value with the given `csvStr` and `schema`. |
schema_of_csv(csv[, options]) | Returns schema in the DDL format of CSV string. |
to_csv(expr[, options]) | Returns a CSV string with a given struct value |