fn read_end_group(
filter_type: FilterType,
buf: &mut impl Buf,
) -> Result<Option<VarInt>, CodecError>Expand description
Read the End Group the filter says is there.
“Only present for the ‘AbsoluteRange’ filter type.”
fn read_end_group(
filter_type: FilterType,
buf: &mut impl Buf,
) -> Result<Option<VarInt>, CodecError>Read the End Group the filter says is there.
“Only present for the ‘AbsoluteRange’ filter type.”