Type Definition narrow::LargeUtf8Array [−][src]
pub type LargeUtf8Array<const N: bool> = StringArray<i64, N>;
Expand description
Array with UTF-8 strings. Uses i64 offsets.
pub type LargeUtf8Array<const N: bool> = StringArray<i64, N>;
Array with UTF-8 strings. Uses i64 offsets.