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
}

Used by used-by