Skip to content

Instantly share code, notes, and snippets.

|-- name: string (nullable = true)
|-- nameSecond: long (nullable = true)
|-- acctRep: string (nullable = true)
|-- nameDouble: array (nullable = true)
| |-- element: struct (containsNull = true)
| | |-- insideK: string (nullable = true)
| | |-- insideS: string (nullable = true)
| | |-- insideD: long (nullable = true)
|-- inside1: long (nullable = true)