<table class="table">
  <thead>
    <tr>
      <th style="width:25%">Function</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>from_csv(csvStr, schema[, options])</td>
      <td>Returns a struct value with the given `csvStr` and `schema`.</td>
    </tr>
    <tr>
      <td>schema_of_csv(csv[, options])</td>
      <td>Returns schema in the DDL format of CSV string.</td>
    </tr>
    <tr>
      <td>to_csv(expr[, options])</td>
      <td>Returns a CSV string with a given struct value</td>
    </tr>
  </tbody>
</table>
