pub fn native_histogram_list_element_id(
column_id: i32,
name: &str,
) -> Option<i32>Expand description
Returns the stable list element-id for a list-typed native-histogram
sub-field, namespaced by its parent column_id, or None if name is not
a known sub-field or the derived id overflows a positive i32.