Trait H3Resolution

Source
pub trait H3Resolution {
    // Required method
    fn h3_resolution(&self) -> UInt8Chunked;
}
Expand description

Obtain the H3 Resolutions at the array positions where the contained Index values are valid.

Required Methods§

Source

fn h3_resolution(&self) -> UInt8Chunked

Obtain the H3 Resolutions at the array positions where the contained Index values are valid.

Implementors§

Source§

impl<'a, IX: IndexValue> H3Resolution for IndexChunked<'a, IX>