Utf8Pair
Stores a tuple of UTF-8 strings.
Fields fields
first
Type: non-null Utf8
The first string.
second
Type: non-null Utf8
The second string.
Arrow datatype arrow-datatype
Struct(
"first": non-null Utf8
"second": non-null Utf8
)