pub trait H3CompactCells {
// Required method
fn h3_compact_cells(&self) -> Result<UInt64Chunked, Error>;
}Expand description
Compacts H3Cell using the H3 resolution hierarchy.
Required Methods§
Sourcefn h3_compact_cells(&self) -> Result<UInt64Chunked, Error>
fn h3_compact_cells(&self) -> Result<UInt64Chunked, Error>
Compacts H3Cell using the H3 resolution hierarchy.
Invalid cells are ignored.