[][src]Type Definition arrow::array::LargeStringArray

type LargeStringArray = GenericStringArray<i64>;

An array where each element is a variable-sized sequence of bytes representing a string whose maximum length (in bytes) is represented by a i64.

Trait Implementations

impl From<GenericListArray<i64>> for LargeStringArray[src]

impl<'_> From<Vec<&'_ str>> for LargeStringArray[src]

impl<'_> From<Vec<Option<&'_ str>>> for LargeStringArray[src]