Function parquet2::deserialize::native_cast

source ·
pub fn native_cast<T: NativeType>(
    page: &DataPage
) -> Result<Casted<'_, T>, Error>
Expand description

Views the values of the data page as Casted to NativeType.