pub fn native_histogram_subfield_id(column_id: i32, name: &str) -> Option<i32>Expand description
Returns the stable field id for a native-histogram struct 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.