mito2::sst::parquet::format

Type Alias PrimaryKeyArray

Source
pub(crate) type PrimaryKeyArray = DictionaryArray<UInt32Type>;
Expand description

Arrow array type for the primary key dictionary.

Aliased Typeยง

struct PrimaryKeyArray { /* private fields */ }