Utf8Pair
Stores a tuple of UTF-8 strings.
Fields fields
first
Type: Utf8
The first string.
second
Type: Utf8
The second string.
Arrow datatype arrow-datatype
Struct {
first: utf8
second: utf8
}Stores a tuple of UTF-8 strings.
firstType: Utf8
The first string.
secondType: Utf8
The second string.
Struct {
first: utf8
second: utf8
}